Re: VC++ Express Issues

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Edward Di Geronimo Jr(dot)" <edigeronimo(at)xtracards(dot)com>, <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: VC++ Express Issues
Date: 2006-05-15 14:42:11
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E4013881B3@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

> -----Original Message-----
> From: pgadmin-hackers-owner(at)postgresql(dot)org
> [mailto:pgadmin-hackers-owner(at)postgresql(dot)org] On Behalf Of
> Edward Di Geronimo Jr.
> Sent: 15 May 2006 15:17
> To: pgadmin-hackers(at)postgresql(dot)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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2006-05-15 14:43:12 Re: Bug#364787: pgadmin3: pressing delete key on
Previous Message svn 2006-05-15 14:36:27 SVN Commit by dpage: r5154 - trunk/pgadmin3/xtra/pgagent