Problem when building my dll

Started by sassooo07, February 24, 2014, 10:15:41 AM

Previous topic - Next topic

sassooo07

 I created a dll project and i imported bitmaps but when building I have this error:

POLINK: error: Unresolved external symbol '_DllMainCRTStartup'.
POLINK: fatal error: 1 unresolved external(s).

any help please..

TimoVJL

If it is resource only dll, insert /NOENTRY to linker commandline.
May the source be with you

sassooo07