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