Linker error - Cannot find TeeFunne.res
Posted: Thu Jan 26, 2006 7:03 pm
Hello,
I just downloaded and installed TeeChart 7.06 for Builder 6 (using 6.0 Personal). My program was developed using TeeChart 7. My code compiles fine with the new version, but I get the following linker error:
[Linker Error] Unable to open file 'TEEFUNNE.RES'
This resource file does not exist in ver. 7.06, but does exist in ver. 7. I copied the file into the lib directory in 7.06 to see if that would correct the problem, but then I get the following linker errors:
[Linker Error] Unresolved external '__fastcall Teengine::TCustomAxisPanel::AddSeries(const Teengine::TChartSeries *)' referenced from FOO.OBJ
[Linker Warning] Duplicate resource: Type 2 (BITMAP), ID TFUNNELSERIES; File \LIB\TEEPROBM.RES resource kept; file \LIB\TEEFUNNE.RES resource discarded.
I'm assuming something having to do with the AddSeries function call for TChart was moved from TeeFunne.res to TeeProBm.res, but I don't know how to resolve this in my program. Any help would be greatly appreciated.
cmb
I just downloaded and installed TeeChart 7.06 for Builder 6 (using 6.0 Personal). My program was developed using TeeChart 7. My code compiles fine with the new version, but I get the following linker error:
[Linker Error] Unable to open file 'TEEFUNNE.RES'
This resource file does not exist in ver. 7.06, but does exist in ver. 7. I copied the file into the lib directory in 7.06 to see if that would correct the problem, but then I get the following linker errors:
[Linker Error] Unresolved external '__fastcall Teengine::TCustomAxisPanel::AddSeries(const Teengine::TChartSeries *)' referenced from FOO.OBJ
[Linker Warning] Duplicate resource: Type 2 (BITMAP), ID TFUNNELSERIES; File \LIB\TEEPROBM.RES resource kept; file \LIB\TEEFUNNE.RES resource discarded.
I'm assuming something having to do with the AddSeries function call for TChart was moved from TeeFunne.res to TeeProBm.res, but I don't know how to resolve this in my program. Any help would be greatly appreciated.
cmb