Displaying 1 result from an estimated 1 matches for "qpcb".
Did you mean:
pcb
2009 May 21
0
VC2010 (VC10) can't use /Zi option
...fine.
The Windows is pure: not install any software.
That mean is: The VC 10 is a portable software.
I can compile main.cpp use:
./cl.exe /EHsc main.cpp
it's OK! the main.exe created!
but if i do:
./cl.exe /EHsc /Zi main.cpp
it's fair.
the error information is:
> loaden at qpsoft:~/qpcb/bin$ ./cl.exe /EHsc /Zi main.cpp
> fixme:heap:HeapSetInformation 0x540000 0 0x32fd88 4
> fixme:heap:HeapSetInformation (nil) 1 (nil) 0
> Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 16.00.20506.01 for 80x86
> Copyright (C) Microsoft Corporation. All rights reserved.
>
&g...