CompuServe Thread

C++ under NT

1 messages in this thread
#50191From: Julie Solon [Microsoft]Jul 30, 1993 11:35 AM
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