473,323 Members | 1,570 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,323 software developers and data experts.

Windows Library for libpq

Hello

Thanks for all the reponses yesterday for my queries
regarding moving from MySQL to PgSQL.

As I see there is no native port of POstgresql for
Windows. My applications is being developed in Windows
primarily due to better editors. We are using
wxWindows cross platform toolkit to develop the
application.

I searched the site....but i couldnt find a
link...where can I get compiled libraries for libpq
and its coreresponding header files for Windows.

Regards
Karam

__________________________________
Do you Yahoo!?
Get better spam protection with Yahoo! Mail.
http://antispam.yahoo.com/tools

---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

Nov 22 '05 #1
5 5334
Karam Chand wrote:
Hello

Thanks for all the reponses yesterday for my queries
regarding moving from MySQL to PgSQL.

As I see there is no native port of POstgresql for
Windows. My applications is being developed in Windows
primarily due to better editors. We are using
wxWindows cross platform toolkit to develop the
application.
How could you?..:-)

I mean I dual boot into linux so that I can work thrice as fast as windows. Kate
is what rocks..

Try KDE. I don't think anything on windows holds a candle to it..
I searched the site....but i couldnt find a
link...where can I get compiled libraries for libpq
and its coreresponding header files for Windows.


HTH

Shridhar

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html

Nov 22 '05 #2
Thanks.

Well this decision is taken by manager not me :)

Anyway, our product is cross platform version so I
have to compile it in Window...I need the Windows
library..

Karam

--- Shridhar Daithankar <sh******@frodo.hserus.net>
wrote:
Karam Chand wrote:
Hello

Thanks for all the reponses yesterday for my

queries
regarding moving from MySQL to PgSQL.

As I see there is no native port of POstgresql for
Windows. My applications is being developed in

Windows
primarily due to better editors. We are using
wxWindows cross platform toolkit to develop the
application.


How could you?..:-)

I mean I dual boot into linux so that I can work
thrice as fast as windows. Kate
is what rocks..

Try KDE. I don't think anything on windows holds a
candle to it..
I searched the site....but i couldnt find a
link...where can I get compiled libraries for

libpq
and its coreresponding header files for Windows.


HTH

Shridhar

__________________________________
Do you Yahoo!?
Get better spam protection with Yahoo! Mail.
http://antispam.yahoo.com/tools

---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Nov 22 '05 #3
Karam Chand wrote:
Hello

Thanks for all the reponses yesterday for my queries
regarding moving from MySQL to PgSQL.

As I see there is no native port of POstgresql for
Windows. My applications is being developed in Windows
primarily due to better editors. We are using
wxWindows cross platform toolkit to develop the
application.

I searched the site....but i couldnt find a
link...where can I get compiled libraries for libpq
and its coreresponding header files for Windows.

Regards
Karam

Hmm, I need to PROVIDE this for the oledb project on gborg. I would
rather not put it inside the OLE DB project, as it doesn't really bear
any relation to it.

In any case, Karam, I'll uptload it to my project and let you know on
this list. In the mean while,
http://www.postgresql.org/docs/7.4/s...all-win32.html has
instructions on how to compile it yourself.

--
Shachar Shemesh
Lingnu Open Systems Consulting
http://www.lingnu.com/
---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Nov 22 '05 #4
Shridhar Daithankar wrote:
Karam Chand wrote:
I searched the site....but i couldnt find a
link...where can I get compiled libraries for libpq
and its coreresponding header files for Windows.

HTH

Shridhar


Try at the OLE DB project.
http://gborg.postgresql.org/project/...rojdisplay.php. That will
not, however, do you any good for compiling, as it contains the runtime
DLL, not the headers and link time libraries.

On the other side, the readme that comes with the project has some links
for how to create this library yourself, in a pretty straight forward way.

Shachar

--
Shachar Shemesh
Lingnu Open Source Consulting
http://www.lingnu.com/
---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to ma*******@postgresql.org

Nov 23 '05 #5
Shridhar Daithankar wrote:
Karam Chand wrote:
I searched the site....but i couldnt find a
link...where can I get compiled libraries for libpq
and its coreresponding header files for Windows.

HTH

Shridhar


Try at the OLE DB project.
http://gborg.postgresql.org/project/...rojdisplay.php. That will
not, however, do you any good for compiling, as it contains the runtime
DLL, not the headers and link time libraries.

On the other side, the readme that comes with the project has some links
for how to create this library yourself, in a pretty straight forward way.

Shachar

--
Shachar Shemesh
Lingnu Open Source Consulting
http://www.lingnu.com/
---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to ma*******@postgresql.org

Nov 23 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

14
by: Richard Welty | last post by:
ok, i'm confused. i have two systems. one is redhat 7.1 (a server in colo, reasonably current), the other is 8.0 (my laptop). the server in colo is running postgresql 7.3.2 along with redhat's...
1
by: Karam Chand | last post by:
Hello I have postgresql latest version running on RH 9. I want to write a windows based application to interact with postgresql server. For that I plan to use libpq i.e. using C. I can work...
175
by: Sai Hertz And Control Systems | last post by:
Dear all, Their was a huge rore about MySQL recently for something in java functions now theirs one more http://www.mysql.com/doc/en/News-5.0.x.html Does this concern anyone. What I...
2
by: Jim Crate | last post by:
I'm trying to build a client program to access a database using the libpq interface on MacOS X 10.3.3 using CodeWarrior 9. PostgreSQL is at version 7.4.2. It compiles ok, but I get a link...
2
by: Adam Smith | last post by:
Installation of 7.4.2, even with just ./configure : gmake step ==> _________________________________________________ gmake: Leaving directory...
2
by: alltest1 | last post by:
Hi, I am wondering if it is thread-safe to use both JDBC and libpq simultaneously. On a Linux, JDBC is used by Tomcat and libpq is used by a client software written in C language. So JDBC and...
4
by: Wayne Fang | last post by:
Hi, For various reasons (parallel structure with existing code, commonality of concepts, etc), we have C language functions implemented that use libpq to make a new connection to the same Postgres...
0
by: Vidyasagara Guntaka | last post by:
Hi, I recently downloaded source code for 8.0.0 beta1. When I tried building the libpq for windows, I got some compilation errors. Following the compilation output:...
0
by: Vidyasagara Guntaka | last post by:
Hi, I'm not able to compile libpq for Windows environment using the 8.0.0 beta 1 source tree. I got the following errors (The entire compilation output is listed below): ...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.