NO

Author Topic: Problem when building my dll  (Read 2003 times)

sassooo07

  • Guest
Problem when building my dll
« 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..

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: Problem when building my dll
« Reply #1 on: February 24, 2014, 10:55:36 AM »
If it is resource only dll, insert /NOENTRY to linker commandline.
May the source be with you

sassooo07

  • Guest
Re: Problem when building my dll
« Reply #2 on: February 24, 2014, 11:24:11 AM »
it works thank you :)