Linker Error

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
sergio
Newbie
Newbie
Posts: 2
Joined: Thu Feb 16, 2012 12:00 am

Linker Error

Post by sergio » Wed Mar 14, 2012 1:05 am

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

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Linker Error

Post by Yeray » Wed Mar 14, 2012 12:24 pm

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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

sergio
Newbie
Newbie
Posts: 2
Joined: Thu Feb 16, 2012 12:00 am

Re: Linker Error

Post by sergio » Thu Mar 15, 2012 3:41 am

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

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Linker Error

Post by Yeray » Thu Mar 15, 2012 9:26 am

Hi Sergio,

I'm glad to hear you found it! :D
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply