Page 1 of 1

LINKAGE FAILURE: [LINK32 Error] FATAL

Posted: Sun May 27, 2012 9:49 pm
by 16560932
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

Re: LINKAGE FAILURE: [LINK32 Error] FATAL

Posted: Mon May 28, 2012 1:40 pm
by yeray
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?