HI i have inherited a Tool at work and when i go to compile this is the errors i am getting
Linking...
Creating library ..\..\..\VCProj ect32\common\Dl ls_Libs/Release/dsdev32.lib and object ..\..\..\VCProj ect32\common\Dl ls_Libs/Release/dsdev32.exp
devices.lib(Dev ices.obj) : error LNK2001: unresolved external symbol "public: int __thiscall CSQL::BindStrin g(char *,int,int,int)" (?BindString@CS QL@@QAEHPADHHH@ Z)
devices.lib(dev defdl.obj) : error LNK2001: unresolved external symbol "public: int __thiscall CSQL::BindStrin g(char *,int,int,int)" (?BindString@CS QL@@QAEHPADHHH@ Z)
devices.lib(DEV DICT.OBJ) : error LNK2001: unresolved external symbol "public: int __thiscall CSQL::BindStrin g(char *,int,int,int)" (?BindString@CS QL@@QAEHPADHHH@ Z)
C:\VCProject32\ common\Dlls_Lib s\Release/dsdev32.dll : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
I have link all the .lib files and all of the setting seem to be correct.
Linking...
Creating library ..\..\..\VCProj ect32\common\Dl ls_Libs/Release/dsdev32.lib and object ..\..\..\VCProj ect32\common\Dl ls_Libs/Release/dsdev32.exp
devices.lib(Dev ices.obj) : error LNK2001: unresolved external symbol "public: int __thiscall CSQL::BindStrin g(char *,int,int,int)" (?BindString@CS QL@@QAEHPADHHH@ Z)
devices.lib(dev defdl.obj) : error LNK2001: unresolved external symbol "public: int __thiscall CSQL::BindStrin g(char *,int,int,int)" (?BindString@CS QL@@QAEHPADHHH@ Z)
devices.lib(DEV DICT.OBJ) : error LNK2001: unresolved external symbol "public: int __thiscall CSQL::BindStrin g(char *,int,int,int)" (?BindString@CS QL@@QAEHPADHHH@ Z)
C:\VCProject32\ common\Dlls_Lib s\Release/dsdev32.dll : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
I have link all the .lib files and all of the setting seem to be correct.
Comment