How to use TA-LIB?

How to use TA-LIB?

Because it have Borland C lib.

Could I import the lib from Delphi?
https://ta-lib.org/d_api/d_api.html

Comments

  1. As Geoff Smith says, you could use Chet to translate the .h files (or do them by hand - ugh), and you may be able to use the lib command from VS:

    msdn.microsoft.com - Extracting a Library Member
    To extract the .obj files and link to them. To list all the .obj files, you could use (e.g.):

    lib /list ta_libc_cdd.lib

    or you could rename the .lib to .zip, and use a zip viewer.

    ReplyDelete

Post a Comment