libpq and VB

From: "Stephen Martin Trans-Euro I(dot)T Ltd" <stephen(at)sealteam(dot)demon(dot)co(dot)uk>
To: "pg-interfaces" <pgsql-interfaces(at)hub(dot)org>
Subject: libpq and VB
Date: 1999-07-23 00:14:22
Message-ID: 00e501bed4a0$514cdc00$bbb4989e@station1.Marketrends.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hello
I am attempting to create a Visual Basic header file in VB6 for libpq.dll
I have extracted a list of exportable functions from the dll and started to create
a frame work like this..

Public Declare Function PQbackendPID Lib "libpq.dll" ()
Public Declare Function PQbinaryTuples Lib "libpq.dll" ()
Public Declare Function PQclear Lib "libpq.dll" ()

sofar so good,

but I am running into

Run time error 49
Bad DLL calling convention when I start to to try to flesh the declarations out with parameters

also some of the functions such as PQsetdbLogin
dont seem to be mentioned (or at least I cannot find it when I need to see it)
in the documentation.

Has anyone else undertaken a task like this?
Any guidance would be welcome ..

Regards Stephen

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tom Lane 1999-07-23 00:30:31 Re: [INTERFACES] Frontend/Backend Protocol
Previous Message Hub.Org News Admin 1999-07-22 21:19:26