Watch, Follow, &
Connect with Us
Public Report
Report From: Delphi-BCB/Linker/ILINK32    [ Add a report in this area ]  
Report #:  106085   Status: Closed
Cannot build even basic VCL form or FireMonkey application
Project:  C++Builder Build #:  16.0.4429.46931
Version:    16.4 Submitted By:   Barry Andrews
Report Type:  Crash / Data loss / Total failure Date Reported:  6/1/2012 6:39:47 PM
Severity:    Infrequently encountered problem Last Updated: 12/11/2012 6:59:46 PM
Platform:    All versions Internal Tracking #:  
Resolution: Duplicate (Resolution Comments) Resolved in Build: : 17.0.4723.55752
Duplicate of:  102099
Voting and Rating
Overall Rating: No Ratings Yet
0.00 out of 5
Total Votes: None
Description
Running under windws XP Professional, 32bit, 4G RAM

Checking project dependencies...
Compiling VCLTest.cbproj (Debug, Win32)
ilink32 command line
  c:\program files\embarcadero\rad studio\9.0\bin\ilink32.exe -L.\Win32\Debug;"c:\program files\embarcadero\rad studio\9.0\lib\Win32\debug";
  "..\Projects XE2\VCL Test";"c:\program files\embarcadero\rad studio\9.0\lib\win32\release";"c:\program files\embarcadero\rad
  studio\9.0\lib\win32\release\psdk";"c:\program files\embarcadero\rad studio\9.0\RaveReports\Lib";"C:\Program Files\Raize\CS5\Lib\RS-XE2\Win32";
  "C:\Documents and Settings\All Users\Documents\RAD Studio\9.0\DCP" -j.\Win32\Debug;"c:\program files\embarcadero\rad studio\9.0\lib\Win32\debug";
  "..\Projects XE2\VCL Test";"c:\program files\embarcadero\rad studio\9.0\lib\win32\release";"c:\program files\embarcadero\rad
  studio\9.0\lib\win32\release\psdk";"c:\program files\embarcadero\rad studio\9.0\RaveReports\Lib";"C:\Program Files\Raize\CS5\Lib\RS-XE2\Win32";
  "C:\Documents and Settings\All Users\Documents\RAD Studio\9.0\DCP" -l.\Win32\Debug -v -GA"C:\DOCUME~1\Barry\LOCALS~1\Temp\vfs32D.tmp"="C:\Documents
  and Settings\Barry\My Documents\RAD Studio\Projects XE2\VCL Test\Main.dfm" -aa -V5.0 -G8 -Tpe  c0w32w rtl.bpi vcl.bpi memmgr.lib sysinit.obj
  .\Win32\Debug\VCLTest.obj .\Win32\Debug\Main.obj , .\Win32\Debug\VCLTest.exe , .\Win32\Debug\VCLTest.map , import32.lib cp32mti.lib , , VCLTest.res
[ILINK32 Warning] Warning: C:/Documents and Settings/Barry/My Documents/RAD Studio/Projects XE2/VCL Test/Win32/Debug/VCLTest.ilc: 0x00010000 / 0x08000000
[ILINK32 Warning] Warning: C:/Documents and Settings/Barry/My Documents/RAD Studio/Projects XE2/VCL Test/Win32/Debug/VCLTest.ild: 0x00010000 / 0x08000000
[ILINK32 Warning] Warning: C:/Documents and Settings/Barry/My Documents/RAD Studio/Projects XE2/VCL Test/Win32/Debug/VCLTest.ilf: 0x00010000 / 0x08000000
[ILINK32 Warning] Warning: C:/Documents and Settings/Barry/My Documents/RAD Studio/Projects XE2/VCL Test/Win32/Debug/VCLTest.ils: 0x00040000 / 0x06000000
[ILINK32 Warning] Warning: unknown heap name   : 0x08000000 / 0x08000000
[ILINK32 Warning] Warning: Error detected (LME286)
[ILINK32 Warning] Warning: Unable to perform incremental link - performing full link...
[ILINK32 Warning] Warning: C:/Documents and Settings/Barry/My Documents/RAD Studio/Projects XE2/VCL Test/Win32/Debug/VCLTest.ilc: 0x00010000 / 0x08000000
[ILINK32 Warning] Warning: C:/Documents and Settings/Barry/My Documents/RAD Studio/Projects XE2/VCL Test/Win32/Debug/VCLTest.ild: 0x00010000 / 0x08000000
[ILINK32 Warning] Warning: C:/Documents and Settings/Barry/My Documents/RAD Studio/Projects XE2/VCL Test/Win32/Debug/VCLTest.ilf: 0x00010000 / 0x08000000
[ILINK32 Warning] Warning: C:/Documents and Settings/Barry/My Documents/RAD Studio/Projects XE2/VCL Test/Win32/Debug/VCLTest.ils: 0x00040000 / 0x06000000
[ILINK32 Warning] Warning: unknown heap name   : 0x08000000 / 0x08000000
[ILINK32 Warning] Warning: C:/Documents and Settings/Barry/My Documents/RAD Studio/Projects XE2/VCL Test/Win32/Debug/VCLTest.ilc: 0x00010000 / 0x08000000
[ILINK32 Warning] Warning: C:/Documents and Settings/Barry/My Documents/RAD Studio/Projects XE2/VCL Test/Win32/Debug/VCLTest.ild: 0x00010000 / 0x08000000
[ILINK32 Warning] Warning: C:/Documents and Settings/Barry/My Documents/RAD Studio/Projects XE2/VCL Test/Win32/Debug/VCLTest.ilf: 0x00010000 / 0x08000000
[ILINK32 Warning] Warning: C:/Documents and Settings/Barry/My Documents/RAD Studio/Projects XE2/VCL Test/Win32/Debug/VCLTest.ils: 0x00040000 / 0x06000000
[ILINK32 Warning] Warning: unknown heap name   : 0x08000000 / 0x08000000
[ILINK32 Warning] Warning: Error detected (LME286)
[ILINK32 Error] Error: Unable to perform link
Failed
Elapsed time: 00:00:01.6
Steps to Reproduce:
I downloaded and installed XE2 demo licence, installed just the C++Builder XE2.

Created an VCL project with just a form, saved and compiled - would not link.

Restarted windows ran XE2 again, same issue.

Reinstalled as repair, same issue.

Tried a FIREMONKEY form, same issue.

Just won't run at all

I have seen this reported in several forms before, each time it says unable to reproduce, well I am unable to reproduce any other result!

Same PC has C++Builder 2010 and C++ Builder 2007 running. These still run fine
Workarounds
None
Attachment
None
Comments

Tomohiro Takahashi at 6/2/2012 9:25:57 PM -
This issue seems to be same as QC#102099.

Tomohiro Takahashi at 6/2/2012 9:31:27 PM -
> Same PC has C++Builder 2010 and C++ Builder 2007 running. These still run fine
If possible, could you please install only C++Builder XE2 onto clean PC/VM and retest your issue?

and, have you already installed any 3rd-party plugin?

Server Response from: ETNACODE01