TC08 usb lib

Post your C and C++ discussions here
Post Reply
Philippe F
Newbie
Posts: 0
Joined: Wed Nov 01, 2017 9:03 am

TC08 usb lib

Post by Philippe F »

Hi all,

I just want to write a little program to get measurements from a TC08 via USB. I write this program with borlandc++ builder but I don't find usbtc08bc.lib in SDK package. I get a linker error if I use usbtc08.lib. The format of this library seems to be not compatible with borlandc.
Is it possible to get the correct library ?

Thanks in advance.
Philippe

Martyn
Site Admin
Site Admin
Posts: 4491
Joined: Fri Jun 10, 2011 8:15 am
Location: St. Neots

Re: TC08 usb lib

Post by Martyn »

Try using coff2omf

Code: Select all

COFF2OMF converts a COFF import library file  to a corresponding OMF import library file . COFF2OMF.EXE is located in the RAD Studio \bin directory.

Coff2Omf  
Martyn
Technical Support Manager

Post Reply