Resource file and linking C++ project using winelib

Boaz Harrosh boaz at hishome.net
Wed Nov 2 08:05:28 CST 2005


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



More information about the wine-devel mailing list