Jump to content

SDietrich

Members
  • Posts

    39
  • Joined

  • Last visited

  • Days Won

    3

Files posted by SDietrich

  1. libpq

    This is a package containing LabVIEW bindings to the client library of the PostgreSQL database server (libpq).
     
    The DLL version 9.3.2 and its dependencies are included in the package. This DLLs are taken out of a binary distribution from the Postgres-Website and are thread-safe (e.g. the call to PQisthreadsafe() returns 1). As of the moment the DLLs are 32bit only.
     
    The VIs are saved in LabVIEW 2009.
     
    So this package works out of the box if you have a 32bit LabVIEW 2009 or higher on any supported Windows operating system.
     
    Because this obviously is a derived work from PostgreSQL it is licensed by the PostgreSQL license.
     
     
    A few words regarding the documentation: This package is meant for developers who know how to use the libpq. You have to read and understand the excellent documentation for the library. Nonetheless all VIs contain extracts of that documentation as their help text.
     
    What's coming next?
    - adding support for 64bit
    - adding support for Linux (anybody out there to volunteer for testing?)
    - adding support for MAC (anybody out there to volunteer for testing?)

    1,712 downloads

    Updated

  2. ShapeLib

    This is a package containing LabVIEW bindings to the library ShapeLib for working with shapefiles.

    The DLL as of version 1.3.0 is included in the package. This DLL is compiled with Microsoft Visual Studio 2010 Express, so you need the corresponding runtime. But chances are you already have it because other programs on your computer need it, too. So just give it a try.
     
    The library is thread safe, but the objects are not. E.g. you can open two different files in different threads, but you can not operate on the same file from two different threads at the same time.
     
    As of the moment the DLL is 32bit only.

    203 downloads

    Submitted

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.