[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: windows programming with g++
From: |
Paul Pluzhnikov |
Subject: |
Re: windows programming with g++ |
Date: |
26 Apr 2004 07:34:07 -0700 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence) |
cppaddict <hello@hello.com> writes:
> I'm trying to learn Windows programming ...
> Or am I walking down the wrong path?
You are. While it is possible to create Win32 executables with
'g++', doing so will not be 'learning Windows programming'.
Also, on Win32 there is no good separation between "system" and
"compiler" header files. Just like every Linux "assumes" gcc,
Windows "assumes" VisualC ... The afxwin.h resides in e.g.
c:\Program Files\Microsoft Visual Studio .NET\Vc7\atlmfc\include
Finally note that command-line VC++ is now available free:
http://msdn.microsoft.com/visualc/vctoolkit2003/
Cheers,
--
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.