Re: Using VC++ Express to develop pgAdmin3

From: Dave Page <dpage(at)postgresql(dot)org>
To: Jeff Boehmer <jeff_boehmer(at)hotmail(dot)com>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Using VC++ Express to develop pgAdmin3
Date: 2007-03-06 19:15:38
Message-ID: 45EDBDDA.5060507@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Jeff Boehmer wrote:
>
> David,
>
> Thanks for the advice.
>
> I am able to run the wxWidgets samples and create my own wxWidget 'hello
> world' test.
>
> While going through the setup for the 'hello world' I realized that some
> of the additional dependencies I had set up for pgAdmin3 were
> incorrect. (That's what I get for cutting and pasting from help sites
> without cross checking my libraries.)
>
> I still get the access violation but I can now debug the location
> (wxStringBase.GetStringData()). I will sweep through my setup again and
> double check everything.

Did you read all of our setup documentation? There's some help at
http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/trunk/pgadmin3/xtra/wx-build/readme.txt?rev=5679&view=markup,
as well as on the website at http://www.pgadmin.org/download/source.php

Regards, Dave.

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2007-03-06 21:27:53 SVN Commit by dpage: r5990 - in trunk/pgadmin3: . pgadmin/slony
Previous Message Jeff Boehmer 2007-03-06 17:52:12 Re: Using VC++ Express to develop pgAdmin3