c++ Builder xe5 [ilink32 Error] Error: Unable to perform link [ilink32 Warning] Warning: Error detected (LME288)
that happened when i tried to compile a test project c++ builder xe5 on windows xp
c++ Builder xe5 [ilink32 Error] Error: Unable to perform link [ilink32 Warning] Warning: Error detected (LME288)
that happened when i tried to compile a test project c++ builder xe5 on windows xp
For me the problem started when I switched on Auto increment build number in XE7. The project I had had worked for several months without problem. The project was created by an earlier version of Builder. The first problem that occurred was problem for compiler to find windows.h, and the same for rc compiler. The PATHs was updated to invalid versions by Builder (perhaps these were from earlier Builder). After adding the PATHs the LME288 occurred. After switching of the Auto increment build number and removed all temporary files it seems to work again.
I had the same linker issue LME288 on RAD Studio XE7 / Windows 10. Cleaning temporary files using CCleaner fixed it.
Edit: the problem keeps coming back but another run of cleaning fixes it.
Disable your AntiVirus protection software for the ilink32.exe in the embarcadero bin folder, especially if you are using bitdefender.
I got some information on this from Embarcadero which may help.
I had the same problem here C++ Builder XE7 LME288 Error
My solution was simple to clean up all temp files. It seems like the error is connected with corrupt temp files.
I just had this issue with XE4 on Windows 10. Fvel got me on the right track. The issue was being caused by the file being opened with BDSLauncher.exe instead of bds.exe . I set the default program for .groupproj to be bds.exe and the problem went away.