
17 Sep
2006
17 Sep
'06
1:08 p.m.
Damien Fisher wrote:
While this might only be slightly annoying, I can't help but think that the semantics of __declspec(dllexport) within a non-DLL are undefined at best.
__declspec(dllexport) is well-defined in an EXE, it declares the functions as exported. You can then link to them from the DLLs if you like. Its use in the serialization library is probably unintended, though.