Page 1 of 1

Linker Error

Posted: Wed Mar 14, 2012 1:05 am
by 16461580
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

Re: Linker Error

Posted: Wed Mar 14, 2012 12:24 pm
by yeray
Hi Sergio,
sergio wrote:and we also make sure that we got the right paths in our environment (both, the Lib, and the Obj path)
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:[ILINK32 Error] Fatal: Unable to open file 'TEEEDIT.OBJ'
Does it also happen in a new simple application with just a chart on the form?
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.

Re: Linker Error

Posted: Thu Mar 15, 2012 3:41 am
by 16461580
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

Re: Linker Error

Posted: Thu Mar 15, 2012 9:26 am
by yeray
Hi Sergio,

I'm glad to hear you found it! :D