Hi guys,
Could you please help me to solve this error, i try to build mt.dll file,
Building mt.dll.
POLINK: error: Unresolved external symbol '___DllMainCRTStartup@12'.
POLINK: fatal error: 1 unresolved external(s).
*** Error code: 1 ***
Done.
Solution should be to,
Use linker option /NOENTRY
but i am not sure where to set linker option /NOENTRY
Thanks in advance, i hope this help me to convert a 16 to 32 bits dll...