Announcement

Collapse
No announcement yet.

How to use a static library in PB?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to use a static library in PB?

    I need to use from PB code a static library file (*.lib).
    I have never done that. Does anybody know how to do that?

    Thanks,


    Peter Redei

    Never mind, the lib file is only a list of exported functions. I found the DLL.
    Last edited by Peter Redei; 9 Sep 2009, 06:35 PM.

  • #2
    >Never mind....I found the DLL

    That's good, because the PB compiler does not support compile-time linking of anything except program resources.
    Michael Mattias
    Tal Systems (retired)
    Port Washington WI USA
    [email protected]
    http://www.talsystems.com

    Comment

    Working...
    X