code generation failed
-
hi all, I dont know wheither its the right forum for this question.But if any one have any idea please help me. I have installed Visual studio 2005 and trying to build the project which is already running fine in another PC. But i am getting this error when i build it in new machine.
Error 210 fatal error LNK1257: code generation failed
How can i solve it Thanks Raj
-
hi all, I dont know wheither its the right forum for this question.But if any one have any idea please help me. I have installed Visual studio 2005 and trying to build the project which is already running fine in another PC. But i am getting this error when i build it in new machine.
Error 210 fatal error LNK1257: code generation failed
How can i solve it Thanks Raj
-
hi all, I dont know wheither its the right forum for this question.But if any one have any idea please help me. I have installed Visual studio 2005 and trying to build the project which is already running fine in another PC. But i am getting this error when i build it in new machine.
Error 210 fatal error LNK1257: code generation failed
How can i solve it Thanks Raj
Once try creating some new project of same type(SDI/MDI/Dialog) of your application and try compiling it. If the above test ok then, There can be many possibilities: Try clean & rebuild of your project. One reason could be compiler runs out of space - If your project size is very big, try splitting your project into smaller modules and compile. Check if there is any call to macro(#define) is done inside any destructor etc.. Regards,
-- "Programming is an art that fights back!"