![]() |
|
|
|
#1
|
|||
|
|||
|
what is the different between windows Checked and normal + symbol
i am not very clearly that what different between windows Checked and normal + symbol. i think they are the same thing , isn't it? thank for told me .
thanx. |
|
#2
|
|||
|
|||
|
Checked builds have more checking code and DebugOut* compiled into it. Normal builds are normal and have only debug symbols in separate packages which you can download from microsoft using Numega's Symbol Retrievier
|
|
#3
|
|||
|
|||
|
but as u know , what on earth about "more checking code and DebugOut"? i don't understand . windows symbol has a big size. every "sp" has his symbol.
|
|
#4
|
|||
|
|||
|
Quote:
|
|
#5
|
|||
|
|||
|
oh, i know , only the trace infomation is different. isn't it? symbol also can show u many useful infomation . but it will not debufoutput the trace.
thank u |
|
#6
|
|||
|
|||
|
Differences between 'checked' and 'normal' versions are not only debug output and some error checking.
Checked version is built without code optimizations. There are many additional error conditions checking, such as variables type compatiblity and size testing. Because of this checked build runs much slower than normal version. I'm using it only for debugging (dual boot configuration). In general, checked version is very useful for kernel mode device drivers and system services testing. P.S. Symbol sets for checked and normal versions are different too |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Windows XP Checked Build | XCURSiON | General Discussion | 10 | 01-29-2003 15:41 |