Menu

#39 Exported DLL function not in ".DEF" file

open
nobody
None
2
2003-08-21
2003-05-09
John Emmas
No

A few days ago I downloaded the latest CVS stuff having
still been using RC1 for a long time. I noticed that
module aaflib.cpp contains a function
called "AAFFileIsAAFFile(...)" whose entry point is now
being checked by AAFDLL::Load(const char *) - I don't
think it was before. Anyway, this suggests that it
should have an entry in the 'EXPORTS' section of the
DLL's module definition file (AAFCOM.DEF). However,
there isn't an entry for it as far as I can see.

Discussion

  • Phil Tudor

    Phil Tudor - 2003-08-21

    Logged In: YES
    user_id=162067

    John,

    Is this still outstanding?

    Phil

     
  • Phil Tudor

    Phil Tudor - 2003-08-21
    • priority: 5 --> 2
     
  • John Emmas

    John Emmas - 2003-08-22

    Logged In: YES
    user_id=567963

    Hi Phil,

    I just went to look at the CVS history for AAFCOM.DEF but
    nothing's changed for about 18 months, so I assume the
    problem is still outstanding.

    If I remember correctly, it only required to following line to be
    added at the bottom of AAFCOM.DEF:-

    EXPORTS AAFFileIsAAFFile

    Regards,

    John.