On Tue, Sep 25, 2018 at 9:57 PM Christian Ferrari <cam...@yahoo.com> wrote:
> Stated that replacing "PGconn *" with "void *" in the API stack would not be > an issue, the question is: what's the best way to retrieve something that can > be transformed in a C pointer that could be passed to XTA constructor? This is a hack I passed some time ago to an ukulele friend to get the PGconn pointer out of the connection object: <https://gist.github.com/dvarrazzo/b7c8f050bbd39dd2c104>. You may need trasposing it for guitar though. -- Daniele