Hello friends,
Suppose I want to write a dll file with MS-VC8.0 compiler. I need to add __declspec(dllexport) for all of the functions which will be called from outside of that dll.
Now my question is that whether it is possible to export all functions of that dll at a time, ie, without writing __declspec(dllexport) for all of the functions.
Thanx,
Amit