256 Subj : error - not a valid win32 application To : borland.public.cpp.borlandcpp From : "Dieter Duwe" Date : Tue Dec 02 2003 02:41 pm 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. . 0