Subj : Re: error - not a valid win32 application To : borland.public.cpp.borlandcpp From : "Dieter Duwe" Date : Tue Dec 02 2003 02:43 pm Sorry. I posted to the wrong group. "Dieter Duwe" escreveu na mensagem news:3fccceb3$1@newsgroups.borland.com... > Hi, I making a console program wich uses windows.h. > > The linking is as the following: > ILINK32 $(OBJFILES), clientmain.exe, , cw32i.lib , , > > When I run the executable, a message appears, saying that this "is not a > valid win32 application" and then access denied. > > Do I have to include any additional parameter at the ilink32 command? > > Do anyone know how can i solve this? > > It happens when I use windows API. > > Thanks. > > .