Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I tried to build a project in XE2. That was building correctly in Delphi XE , but on XE2 i have an error.

THis file appears and i have an error on the ICON

This vrc file ends with theese lines:

MAINICON ICON "Project1_Icon1.ico"

PLATFORMTARGETS RCDATA {1}

I have error on MAINICON ICON.

If i delete this line all is fine.

Could you explain me why I see this file and how to solve the problem?

Note: My colleagues don'ìt have this problem, instead they have a wizard to upgradw the project from XE to XE2. And they don't hav the vrc file

share|improve this question
Do you have got at least update 3? QC#97454 reports a problem with double quotes in vrc files (which has been resolved in update 3), though the .vrc it mentions is a version info resource. – Sertac Akyuz May 25 '12 at 9:39
2  
You could manually edit the .vrc file and remove the quotes. Perhaps that's the problem. Personally I never let the IDE manage resource files because there are always troubles like this. – David Heffernan May 25 '12 at 10:00
Yes I use Resources and IDE together, it's a new feature of 2009 and quite handy since I don' t have to compile resouces on prebuild events anymore. – user193655 May 29 '12 at 12:37
@DavidHeffernan if you post your comment as answer i will accept it – user193655 May 30 '12 at 10:08
I don't really think that comment is really a great answer to the question. If you want to write it as an answer and accept it, then be my guest! – David Heffernan May 30 '12 at 13:53

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.