CompuServe Archive

This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.

Search Results (3 messages)

#30340 exports/DLL's Message #30507
Hi Mike, > …The problem none of there stuff is exported therefore I cannot > compile my classes to export them. Therefor I cannot get a map file > mangled name to use in my def file and remove the _export. A map file will show the decorated names of…
#30372 #exports/DLL's Message #30496
Hi Michael, > Concievably, you could rebuild MFC and _export all of the classes, > and then you would be able to export derived classes. But, > unfortunately, MS says this is a no go. In fact as you have noticed > they manually _export member functions by ordinal number.…
#29640- USRDLL & VB Message #30276
Hello Israel, Sorry for not getting back to you sooner. There are several options I wanted to explore on this question. After looking into this issue and considering it a little further I would recommend NOT using a message hook to insure that the temporaries get deleted. MFC already provides…