Is DllEntry() the same as DllMain?

From: Chun (someone_at_anc.com)
Date: 12/30/04


Date: Thu, 30 Dec 2004 23:23:03 +0800

I find the DllEntry() in one of sample drivers of serial port in PB, but
can't find Dllmain().



Relevant Pages

  • Re: USB Driver Load Problem
    ... Your Dll entry point (DllMain, DllEntry?) is called? ... If you can't use the debugger, you may simply put a message box inside ... Valter Minute ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Why a warning on swconvrt.cpp?
    ... I hate warnings; ... You need to change your DLLENTRY value in the sources file from either ... DllMain to _DllMainCRTStartup or DllEntry to _DllEntryCRTStartup. ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Why a warning on swconvrt.cpp?
    ... DllMain to _DllMainCRTStartup or DllEntry to _DllEntryCRTStartup. ... there may be unhandled static initializers or terminators ... I hate warnings; ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Why a warning on swconvrt.cpp?
    ... I hate warnings; ... DllMain to _DllMainCRTStartup or DllEntry to _DllEntryCRTStartup. ... What if there's no DLLENTRY line in the sources file? ...
    (microsoft.public.windowsce.platbuilder)