[pgadmin-hackers] Problems building pgAdmin with wxWidgets binaries for Windows

2013-02-09 Thread Kari Karkkainen
Hi, I'm quite new to pgAdmin and wxWidgets, but since I never managed to build wxWidgets from source, I eventually found wxWidgets 2.9.4 binaries   (http://wxwidgets.blogspot.fr/2012/08/how-to-use-294-wxmsw-binaries.html) which I'm now using to build pgAdmin3 1.16.1. However, now I get a linker

Re: [pgadmin-hackers] Problems building pgAdmin with wxWidgets binaries for Windows

2013-02-09 Thread Kari Karkkainen
cause I'm using the 2.9.4 binaries, I assume), but I just don't know why the linker is looking for the 28 version and not the 29 version, and how to change this... KariK ____ From: Florian Klaar To: Kari Karkkainen Cc: "pgadmin-hackers@postgresql.org

Re: [pgadmin-hackers] Problems building pgAdmin with wxWidgets binaries for Windows

2013-02-10 Thread Kari Karkkainen
"error LINKxxx: unresolved external symbol_PQxxx" I'm guessing these are maybe due to the PostgreSQL libbq.lib not being linked with properly - any thoughts on this?  KariK From: Dave Page To: Wahlstedt Jyrki Cc: Kari Karkkainen ; Flo

Re: [pgadmin-hackers] Problems building pgAdmin with wxWidgets binaries for Windows

2013-02-10 Thread Kari Karkkainen
KariK From: Dave Page To: Kari Karkkainen Cc: Wahlstedt Jyrki ; Florian Klaar ; "pgadmin-hackers@postgresql.org" Sent: Sunday, February 10, 2013 4:40 PM Subject: Re: [pgadmin-hackers] Problems building pgAdmin with wxWidgets binaries for Wind

[pgadmin-hackers] Detecting mouse events in the SQL grid

2013-02-17 Thread Kari Karkkainen
Hi, I'm trying to add some additional mouse event detection into the SQL grid, but I'm not succeeding. Besides pgAdmin, also wxWidgets is new to me, so I'm probably missing something obvious... The grid was already detecting EVT_MOUSEWHEEL, so I tried to use that as my guideline: In ctlSQLGri

Re: [pgadmin-hackers] Detecting mouse events in the SQL grid

2013-02-23 Thread Kari Karkkainen
large To: Kari Karkkainen Cc: pgadmin-hackers Sent: Saturday, February 23, 2013 4:50 PM Subject: Re: [pgadmin-hackers] Detecting mouse events in the SQL grid On Sun, 2013-02-17 at 12:21 -0800, Kari Karkkainen wrote: > Hi, > > I'm trying to add some additional mouse event detectio