How to use TA-LIB? Get link Facebook X Pinterest Email Other Apps - July 22, 2018 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 Get link Facebook X Pinterest Email Other Apps Comments Geoff SmithJuly 22, 2018 at 6:01 AMHave a look at blog.grijjy.com - Chet – A C Header Translator powered by ClangReplyDeleteRepliesReplyDavid NottageJuly 22, 2018 at 12:59 PMAs 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 MemberTo extract the .obj files and link to them. To list all the .obj files, you could use (e.g.):lib /list ta_libc_cdd.libor you could rename the .lib to .zip, and use a zip viewer.ReplyDeleteRepliesReplyAdd commentLoad more... Post a Comment
Have a look at blog.grijjy.com - Chet – A C Header Translator powered by Clang
ReplyDeleteAs 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:
ReplyDeletemsdn.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.