That is one of the github sites. There's also https://github.com/bruceravel/demeter which is the program that makes use of ifeffit. The installation that is used comes from http://bruceravel.github.io/demeter/.

I copied the XP .dll because I wanted to see if the error would change indicating that it is actually calling the correct file (when it's there of course). The error does change:

Can't load 'C:/demeter/perl/site/lib/auto/Ifeffit/Ifeffit.dll' for module Ifeffit: load_file:%1 is not a valid Win32 application at C:/demeter/perl/lib/DynaLoader.pm line 190. at (eval 18) line 1.

as would be expected. The ifeffit / demeter software is not to blame because it's only our office that can't get it to work and it does strangely work on our computers in safe mode, but not clean boot mode.

I can try rebuilding the ifeffit library from the source code though if you think that may help.


In reply to Re^4: Invalid Access to Memory location using DynaLoader by MattN
in thread Invalid Access to Memory location using DynaLoader by MattN

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.