Hi Everybody,
We got TeeChart 2011 XE2 in order to update an application. After reading the instructions, we installed Builder XE2 Update 3 because it says before the download that the binaries were built for this version, and that did not work yet on Builder XE2 Update 4. We did a few tests applications using the tee chart application modules, and everything went fine. When we finally started (and finished) debugging our application free of errors, We got this last one:
[ILINK32 Error] Fatal: Unable to open file 'TEEEDIT.OBJ'
And we can't get past this. As I mentioned before, we did run a few tests before with tee chart, and we also make sure that we got the right paths in our environment (both, the Lib, and the Obj path). We don't know what else to do. Can anybody please give any advice?
Thank you in advance.
Sergio
Linker Error
Re: Linker Error
Hi Sergio,
If not, It would probably indicate that there's still some problem with the paths, not the paths in the IDE but some hardcoded paths in the old project files. To correct it I'm afraid the only solution is correct any wrong reference manually editing (with notepad or similar) the old project files.
Just a little comment. Check the TeeChart paths are on the top of the lists to avoid finding residual TeeChart files before the correct ones.sergio wrote:and we also make sure that we got the right paths in our environment (both, the Lib, and the Obj path)
Does it also happen in a new simple application with just a chart on the form?sergio wrote:[ILINK32 Error] Fatal: Unable to open file 'TEEEDIT.OBJ'
If not, It would probably indicate that there's still some problem with the paths, not the paths in the IDE but some hardcoded paths in the old project files. To correct it I'm afraid the only solution is correct any wrong reference manually editing (with notepad or similar) the old project files.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Linker Error
Hello Yeray,
You were right, we have some dependencies left on some of the codes, and after a revision we were able to fix this.
thank you for you're quick response.
Best regards
Sergio
You were right, we have some dependencies left on some of the codes, and after a revision we were able to fix this.
thank you for you're quick response.
Best regards
Sergio
Re: Linker Error
Hi Sergio,
I'm glad to hear you found it!
I'm glad to hear you found it!
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |