CompuServe Messages

C++ under NT

    30-Jul-93 11:35:13
Sb: C++ under NT
Fm: Julie Solon [Microsoft] 71075,107
To: Gerry Palmer [ION] 72617,623
Gerry, > I am very leery of exported member functions which don't reference their class at all!!!? > What if two classes have the same function names? Good eye. Since there is no way to specify the class in the DEF file, this technique only works if no other class contains this function name. This is a pretty big restriction, which is why it will be very nice once dllexport is supported 🙂 Julie