LINKAGE FAILURE: [LINK32 Error] FATAL

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
wGraves
Newbie
Newbie
Posts: 1
Joined: Wed Dec 07, 2011 12:00 am

LINKAGE FAILURE: [LINK32 Error] FATAL

Post by wGraves » Sun May 27, 2012 9:49 pm

The error message states: <Unable to open file 'VCLTEE.TEEEDIT.OBJ'>

I'm running Windows 7, 64-bit, Embarcadero RAD Studio XE2 C++ Update 4 Hotfix 1.

I installed the ISO image of RAD Studio.

I'm running Steema 2012 TeeChart Pro with Sources.

I correctly edited the <INCLUDE> and <LIB> search order in the options dialog (I hope). Having searched both the Steema and RAD Studio file directories, there is no object file of that name anywhere. Furthermore, after compiling the code, there is no file by that name in the target directory. There is no source file by that name in the source directory, although there is a <VCLTEE.TEEEDITPRO> file.

I would be happy for any suggestions.

Best regards,
Bill

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

Re: LINKAGE FAILURE: [LINK32 Error] FATAL

Post by Yeray » Mon May 28, 2012 1:40 pm

Hi Bill,

Having the following paths in the top of the respective lists I can compile & run a new simpl eproject with a TChart and a TEditor in the form:
In "Tools\Options...\Environment Options\C++Options\Paths and Directories (32-bit Windows as Selected Platform)":

Include path:
  • %TEECHARTPATH%\Delphi16.win32\Include
Library path:
  • %TEECHARTPATH%\Delphi16.win32\Lib\Obj
  • %TEECHARTPATH%\Delphi16.win32\Lib
Are you trying it in a new simple project?
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