Re: Loading DLLs by name

> I knew it was something painfully obvious, like that:-) The trick seems

to be to write a .def file for the .exe. That should get me the .LIB that

Either a .def or use __declspec(dllexport).
I always prefer .def - this guards against name mangling (__stdcall one and
C++ one).

Max