have this
/* Derived from process.h file from Windows NT */
BOOL
WINAPI
DllMain (
    HANDLE hinstDLL,
    DWORD dwReason,
    LPVOID lpvReserved
    );

#ifdef UNDER_CE
#define GetProcAddress GetProcAddressW

Thanks
Fernando




________________________________
De: Przemyslaw Czerpak <dru...@acn.waw.pl>
Para: Harbour Project Main Developer List. <harbour@harbour-project.org>
Enviadas: Sexta-feira, 21 de Agosto de 2009 11:34:06
Assunto: Re: [Harbour] msvc winCE and fcntl.h

On Fri, 21 Aug 2009, Szak�ts Viktor wrote:

Hi,

> I'm historically lost with the other kind of issue, I'd leave it for Przemek.
> > then appears this error now in maindllh.c
> > ../../../../maindllh.c(70) : error C2375: 'DllMain' : redefinition;
> > different li
> > nkage
> >         C:\Program Files\Windows Mobile 5.0 SDK
> > R2\PocketPC\Include\Armv4i\winba
> > se.h(313) : see declaration of 'DllMain'

I'm not a wizard to guess what MSVC has in it's header files ;-)
so please be so kind and look it and uppdate HB_DLL_ENTRY_POINT
declaration. Probably it's the same as for POCC.

best regards,
Przemek
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


__________________________________________________
Fale com seus amigos  de graça com o novo Yahoo! Messenger 
http://br.messenger.yahoo.com/ 
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to