This is a discussion on Using VC++ Express to develop pgAdmin3 within the pgsql Interfaces Pgadmin Hackers forums, part of the PostgreSQL category; --> Hello, My apologies right up front if this is the wrong place to look for help. I have been ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello, My apologies right up front if this is the wrong place to look for help. I have been trying to compile and run the latest pgAdmin3 source code and after battling my way through compile and link errors I have final been stopped cold. When I try to run pgAdmin3 from inside VC Express I get the following error... "Unhandled exception at 0xecdb1e91 in pgAdmin3.exe: 0xC0000005: Access violation reading location 0xecdb1e91." This is occurring in the call stack at... pgAdmin3.exe!wxULongLongNative: pgAdmin3.exe!__security_init_cookie() Line 174 pgAdmin3.exe!WinMainCRTStartup() Line 402 Does this look familiar to anyone? Do I have something obviously wrong with my VC Express setup? Is this related to the http://www.pgadmin.org/archives/pgad...4/msg00064.php issue? Is it that VC Express can't be used to develop pgAdmin3 and I'm hosed? or I am just a complete prat? Thanks, Jeff __________________________________________________ _______________ Win a Zune™—make MSN® your homepage for your chance to win! http://homepage.msn.com/zune?icid=hmetagline ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |
| ||||
| Jeff Boehmer wrote: > Hello, > > My apologies right up front if this is the wrong place to look for help. > > I have been trying to compile and run the latest pgAdmin3 source code > and after battling my way through compile and link errors I have final > been stopped cold. Battling? as long as you have the dependency tree setup correctly (and with VC++ Express, the platform SDK installed), everything should build easily on Windows. What did you have to do to get things working? > When I try to run pgAdmin3 from inside VC Express I get the following > error... > > "Unhandled exception at 0xecdb1e91 in pgAdmin3.exe: 0xC0000005: Access > violation reading location 0xecdb1e91." > > This is occurring in the call stack at... > > pgAdmin3.exe!wxULongLongNative: > pgAdmin3.exe!__security_init_cookie() Line 174 > pgAdmin3.exe!WinMainCRTStartup() Line 402 > > > Does this look familiar to anyone? Nope. > Do I have something obviously wrong with my VC Express setup? It's possible, but the only changes required from a standard install are the addition of the platform SDK paths to the config, per http://msdn.microsoft.com/vstudio/ex...alc/usingpsdk/ > Is this related to the > http://www.pgadmin.org/archives/pgad...4/msg00064.php issue? No, Andreas was mistaken in that case. > Is it that VC Express can't be used to develop pgAdmin3 and I'm hosed? > or I am just a complete prat? Well I don't know you well enough to comment on the latter :-), but I use both Visual Studio and VC++ Express to develop pgAdmin without any problems. Regards, Dave. ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |
| Thread Tools | |
| Display Modes | |
|
|