c++ Programming Glossary: bigobj
Build issue with MSVS 2010 and the C++ standard http://stackoverflow.com/questions/10578017/build-issue-with-msvs-2010-and-the-c-standard of sections exceeded object file format limit compile with bigobj Googling the error seems to indicate the the compiled translation.. to something larger than an arbitariy limit and adding 'bigobj' to the command line should fix the problem which it does ...
Penalty of the MSVS linker flag /bigobj http://stackoverflow.com/questions/15110580/penalty-of-the-msvs-linker-flag-bigobj of the MSVS linker flag bigobj The basic Google search bigobj issue shows that a lot of people.. of the MSVS linker flag bigobj The basic Google search bigobj issue shows that a lot of people are experiencing the Fatal.. of sections exceeded object file format limit compile with bigobj . The error has more chance to occur if one heavily uses a library..
|