Module definition file

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • George2

    #1

    Module definition file

    Hello everyone,


    The PRIVATE keyword of module definition file (.DEF) means,

    http://msdn2.microsoft.com/en-us/lib...d3(vs.80).aspx

    --------------------
    The optional keyword PRIVATE prevents entryname from being placed in
    the import library generated by LINK. It has no effect on the export
    in the image also generated by LINK.
    --------------------

    My questions are,

    1. Does it has any practical usage to prevent the exported function
    from import library file?

    2. If the exported function is not in the import library file, then
    other component has to use LoadLibrary and GetProcAddress to use the
    DLL, other than using implicit link?


    thanks in advance,
    George
  • Ian Collins

    #2
    Re: Module definition file

    George2 wrote:
    Hello everyone,
    >
    Had enough with trolling c.l.c and moved over here now have you?

    --
    Ian Collins.

    Comment

    Working...