Rad Studio XE2 &Windows 7 64Bit (fix problem [BRCC32 Error] BRCC32(1) )

After i update my Rad Studio to 64Bit XE2 version on compiling projects i found this error:

[BRCC32 Error] BRCC32(1):Unable to invoke c:\program files (x86)\embarcadero\rad studio\9.0\bin\\rc.exe

the problem is that CGRC.exe contains bug of missing quotes for spaces in file names,specifically in this example the path contain “c:\program files (x86)”that [...]