I wrote a C++ CLI program with MS VC++ 2010 and GCC 4.2.1 (for Mac OS X 10.6 64 bit, in Eclipse). The program works well under GCC+OS X and most times under Windows. But sometimes it silently freezes. The command line cursor keeps blinking, but the program refuses to continue working.
The following configurations work well: GCC with Release and Debug configuration. VC++ with Debug configuration
只有在配置 VC++ 中发生错误, 其释放配置在 Win 7 32 位和 64 位下 。 不幸的是, 这正是我的客户想要使用的配置 ; - () 。 ( )
我已经检查了我的程序高低和固定了所有的内存泄漏。 但是这个错误仍然发生。 您知道如何找到错误吗?