Sergio wrote:
My problem was that the MainDll function in the source lacked << extern "C"
Now my question is: how's it that VC++ did not need that?
Yes. VC++ Has special handling for DllMain,WinMain and such. Depending on the different targets you have (MFC COM C and so on) there is different things going under the hood. Same as "main" for g++.
Free Life Boaz