Windows application
I have Borland C++ 5.5.1 compiler. Whenever I want to compile an application
with Bcc32 -W prog.cpp command I got error : "unresolved external 'WinMain' referenced from C:\Borland\Bcc55\Lib\Cow32.obj". The same application I can compile with Bcc32 prog.cpp command , receiving a DOS application. -W means that I should receive a Windows application which I cannot obtain.
Could somebody help me with this problem. Thank you in advance.
[453 byte] By [
stece] at [2007-11-11 7:37:25]

# 5 Re: Windows application
http://msdn.microsoft.com/vstudio/express/support/install/
Visual Studio Express can be installed on any of the following systems:
Microsoft Windows 2000 Professional SP4
Microsoft Windows 2000 Server SP4
Microsoft Windows 2000 Advanced Server SP4
Microsoft Windows 2000 Datacenter Server SP4
Microsoft Windows XP Professional x64 Edition (WOW)
Microsoft Windows XP Professional SP2
Microsoft Windows XP Home Edition SP2
Microsoft Windows XP Media Center Edition 2002 SP2
Microsoft Windows XP Media Center Edition 2004 SP2
Microsoft Windows XP Media Center Edition 2005
Microsoft Windows XP Tablet PC Edition SP2
Microsoft Windows Server 2003, Standard Edition SP1
Microsoft Windows Server 2003, Enterprise Edition SP1
Microsoft Windows Server 2003, Datacenter Edition SP1
Microsoft Windows Server 2003, Web Edition SP1
Microsoft Windows Server 2003, Standard x64 Edition SP1 (WOW)
Microsoft Windows Server 2003, Enterprise x64 Edition SP1 (WOW)
Microsoft Windows Server 2003, Datacenter x64 Edition SP1 (WOW)
Microsoft Windows Server 2003 R2, Standard Edition
Microsoft Windows Server 2003 R2, Standard x64 Edition (WOW)
Microsoft Windows Server 2003 R2, Enterprise Edition
Microsoft Windows Server 2003 R2, Enterprise x64 Edition (WOW)
Microsoft Windows Server 2003 R2, Datacenter Edition
Microsoft Windows Server 2003 R2, Datacenter x64 Edition (WOW)
Microsoft Windows Vista
Installation of Visual Studio 2005 on the Intel Itanium (IA64) is not supported.
rssmps at 2007-11-11 21:06:04 >
