#exports/DLL's
08-Jul-94 20:05:10
Sb: #29249-#exports/DLL's
Fm: Mike Hamilton 70020,632
To: David O. Hicks 76702,1002
I've looked at that. I have exported some class libraries now. Things appear
to be working. Now ny concerns are that I am in for entirely to much work if I
try to use Microsofts CObject container classes. 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.
I am in the middle of a frustrating experience. I cannot _export
my subclasses of CObject because they are not _export. I cannot export classes
containing CString's because CString's are not exported.
So how can I really export with class???