Your browser does not allow scripts
Please click here to view a static table of contents without scripts

Why do I get a linker error?

Return to Introduction  Previous page  Next page

The FTD2XX.DLL and FTD2XX.LIB files from the latest release are for Microsoft Visual C++ projects only.

 

For Borland projects use FTD2XX.DLL from the latest release, but create a LIB file for use with C++ Builder.  Borland supplies a utility with C++ Builder called IMPLIB which can be used to create a LIB file from a DLL.

 

IMPLIB can be run using the following command:

 

 implib ftd2xx.lib ftd2xx.dll

 

Then FTD2XX.LIB can be linked with the application.