Module definition file

G

George2

Hello everyone,


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

http://msdn2.microsoft.com/en-us/library/hyx1zcd3(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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,074
Latest member
StanleyFra

Latest Threads

Top