fatal error C1083: Cannot open type library file: 'tbsdk.dll'

Article Details
URL: https://www.tbsoftinc.com/support/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=131
Article ID: 131
Created On: 07 Nov 2009 05:06 AM

Answer When compiling the sample project TBSDKVCDEMO of TurboFTP SDK you will get the following eror:

fatal error C1083: Cannot open type library file: 'tbsdk.dll': No such file or directory

in code line: #import "tbsdk.dll" no_namespace

in CtbFTP.h, or other source file containing the above code, which imports the type library information from the SDK dll. To solve this problem, copy the tbsdk.dll from the TurboFTP SDK installation directory to the directory of CtbFTP.h.