Any idea when this linker error occurs?

link : error LNK1257: code generation failed

Thanks,
-Praveen

I believe that you can get rid of it by removing the -GL (whole program
optimization) option. I can’t say why this might be occurring. The
only two things I would check is to make sure the /LTCG is set as a
linker option, and that you are not using one of the processor specific
switches (like -G7) which I believe have been dropped.

mm

>> xxxxx@gmail.com 2007-01-15 16:08 >>>
link : error LNK1257: code generation failed

Thanks,
-Praveen


Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer