I'm having trouble building a project in XE5. I made some basic changes that would in no way cause an issue, but the project fails to build. I have verified that these changes build fine on another machine, and that the projects continues to build on my machine if I undo these changes.
I have managed to narrow the cause down to the code trying to use a member variable, but it's clear this is not the actual reason for the link failure.
I have tried clearing temp files as this seems to have worked for a similar issue: C++ Builder XE7 LME288 Error
but this does not fix the problem. For reference, i am receiving the following:
[ilink32 Warning] Warning: unknown heap name : 0x08000000 / 0x08000000
[ilink32 Warning] Warning: Error detected (LME1641)
[ilink32 Error] Error: Unable to perform link
I'm being driven crazy by this, does anyone have any ideas?