Pelles C forum

C language => Beginner questions => Topic started by: sassooo07 on February 24, 2014, 10:15:41 AM

Title: Problem when building my dll
Post by: sassooo07 on February 24, 2014, 10:15:41 AM
 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..
Title: Re: Problem when building my dll
Post by: TimoVJL on February 24, 2014, 10:55:36 AM
If it is resource only dll, insert /NOENTRY to linker commandline.
Title: Re: Problem when building my dll
Post by: sassooo07 on February 24, 2014, 11:24:11 AM
it works thank you :)