--- In anthemion-devtools%40yahoogroups.com">anthemion-devtools
yahoogroups.com, "domi_gitaristo"
<domi_gitaristo
...> wrote:
>
> many thanks for the detailled step by step
> (About VC++Express configuration, I've already done it)
> I just think to remenber I threw out the SDK to recover room on disk :(
> I guess it's mainly for API references?
>
> I'm going on...
> oups, 2 eroors: window.h missing and error 0x02 in cl.exe...!?
>
> Out of curiosity, in which country do you live?
> DoMi
>
Hi, DoMi!
Yes, you will need the Platform SDK for builds. The paid versions of
Visual Studio 2005 come with it included, Express does not. That would
be the source of your failure to find windows.h. Besides headers, it
has developer libraries. These are similar to the ones MinGW comes
with, but are "official" and more up to date. The headers that come
with MinGW are "approximations" gleaned by users and, of course, the
libraries would be incompatible.
The 900 Mb or so that it takes up can be reduced by removing samples
and/or docs.
I'm in the US...
thx,
Dave S.
wxMS_developers · Development with wxWidgets on MSWindows
http://tech.groups.yahoo.com/group/wxMS_developers/
wxWidgets Code Exchange
http://www.wxCodex.net/
.