473,811 Members | 3,300 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 5367
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*******@postg resql.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*******@postg resql.org

Nov 23 '05 #6

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

Similar topics

14
3554
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 updated versions of apache and php for 7.1 (the php version is 4.1.2) on this server, php can access postgres without difficulty. my laptop is also running 7.3.2 along with the apache and php that go with RH 8.0. i found a need to bring up...
1
6601
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 with the linux version but try as I might I am not able to locate a source for compiled ( static ) version of libpq and its header files for Windows.
175
11529
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 think is PostgreSQL would have less USP's (Uniqe Selling Points
2
2402
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 error. I have linked to libpq.a, because I got different errors before I did that. Here is the error I'm getting right now: Link Error: undefined: '@_1' (code) Referenced from 'pqSetenvPoll' in libpq.a Referenced from 'pqSetenvPoll' in libpq.a
2
2272
by: Adam Smith | last post by:
Installation of 7.4.2, even with just ./configure : gmake step ==> _________________________________________________ gmake: Leaving directory `/usr/home/smith/Temp_holding/staging-area/postgresql/postgresql-7.4.2/src/backend/parser' gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes -Wmissing-declarations pg_dump.o common.o pg_backup_archiver.o pg_backup_db.o pg_backup_custom.o pg_backup_files.o pg_backup_null.o
2
2383
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 libpq are used by two different programs. If the same row in the same table is updated (update SQL command) through libpq and
4
1607
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 server. Yes, I realize libpq is meant for clients and SPI for backends. The question is, are there any technical problems with this? Will using libpq in the backend do Bad Things in unexpected areas/ways? The environment ranges from: Postgres...
0
1859
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: C:\temp\postgresql-8.0.0beta1\src>nmake /f win32.mak Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cd include if not exist pg_config.h copy pg_config.h.win32 pg_config.h
0
1346
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): C:\temp\postgresql-8.0.0beta1\src>nmake /f win32.mak Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cd include
0
9734
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10395
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10408
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10137
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9211
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6895
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5561
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4346
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3874
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.