Обсуждение: VC++ Express Issues

Поиск
Список
Период
Сортировка

VC++ Express Issues

От
"Edward Di Geronimo Jr."
Дата:
I just synced up to the latest code and am trying to figure out VC++
Express. I immediately got an error trying to open the project -

Project file 'Z:\pgadmin3\xtra\pgagent\pgAgent.vcproj could not be loaded.
The project is either missing from disk or access was denied.

That file doesn't exist on my system.

When I tried doing a build, I got this:

1>z:\pgadmin3-deps\wxwidgets\include\wx\msw\wrapwin.h(47) : fatal
error C1083: Cannot open include file: 'windows.h': No such file or
directory

I've got wxWidgets rebuilding now, but I've seen that same error
scroll by a lot of times so far. Any suggestions on fixing it?

Ed



----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.



Re: VC++ Express Issues

От
"Dave Page"
Дата:

> -----Original Message-----
> From: pgadmin-hackers-owner@postgresql.org
> [mailto:pgadmin-hackers-owner@postgresql.org] On Behalf Of
> Edward Di Geronimo Jr.
> Sent: 15 May 2006 15:17
> To: pgadmin-hackers@postgresql.org
> Subject: [pgadmin-hackers] VC++ Express Issues
>
> I just synced up to the latest code and am trying to figure
> out VC++ Express. I immediately got an error trying to open
> the project -
>
> Project file 'Z:\pgadmin3\xtra\pgagent\pgAgent.vcproj could
> not be loaded.
> The project is either missing from disk or access was denied.
>
> That file doesn't exist on my system.

Oops - 'tis there now. Sorry :-)

> When I tried doing a build, I got this:
>
> 1>z:\pgadmin3-deps\wxwidgets\include\wx\msw\wrapwin.h(47) : fatal
> error C1083: Cannot open include file: 'windows.h': No such
> file or directory
>
> I've got wxWidgets rebuilding now, but I've seen that same
> error scroll by a lot of times so far. Any suggestions on fixing it?

A quick Google suggests that you need the Platform SDK as well with VC++
Express.... And on my machien I find:

C:\Program Files\Microsoft Visual Studio
8\VC\PlatformSDK\Include\Windows.h

Regards, Dave