I am running win7 ultimate 64 bit OS. Deploying my project compiled in 64 bit os will not run in windows xp pro :( In project options i did not find it. Is there any possibility to force bcc compiler to do that for me??? ( without installing virtual machines for win 32 bit OS)

link|improve this question

63% accept rate
2  
bcc doesn't produce 64 bit executables. It only creates 32 bit one. Your problem has to be something else. What is the actual error message? – David Dean Nov 14 '11 at 15:45
David you are absolutely right! Before that there was some access violations and class is not registered errors but for now it's working cool!!! – Suhrob Samiev Nov 15 '11 at 11:09
feedback

closed as too localized by Jacob, cHao, Tim Post Nov 22 '11 at 7:45

This question is unlikely to ever help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. See the FAQ for guidance on how to improve it.

Browse other questions tagged or ask your own question.