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..
If it is resource only dll, insert /NOENTRY to linker commandline.
it works thank you :)