Click here to Skip to main content
15,900,378 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
QuestionLogging as windows system account Pin
rana7418-Dec-06 17:55
rana7418-Dec-06 17:55 
AnswerRe: Logging as windows system account Pin
led mike19-Dec-06 4:52
led mike19-Dec-06 4:52 
Questionhuffman code Pin
hamzeee18-Dec-06 11:32
hamzeee18-Dec-06 11:32 
AnswerRe: huffman code Pin
Paul Conrad27-Dec-06 18:23
professionalPaul Conrad27-Dec-06 18:23 
QuestionProject Runtime Library Option Pin
ajitatif angajetor18-Dec-06 1:12
ajitatif angajetor18-Dec-06 1:12 
AnswerRe: Project Runtime Library Option Pin
Michael Dunn18-Dec-06 6:47
sitebuilderMichael Dunn18-Dec-06 6:47 
AnswerRe: Project Runtime Library Option Pin
ajitatif angajetor19-Dec-06 23:12
ajitatif angajetor19-Dec-06 23:12 
GeneralRe: Project Runtime Library Option Pin
Stuart Dootson19-Dec-06 23:32
professionalStuart Dootson19-Dec-06 23:32 
It's probably more that it's compiled with run-time checks on (/RTC1 flag) - the compiler can put in extra code when compiling to help find problems like overwriting bits of the stack or heap you shouldn't do. This requires stack/heap to be initialised to known values, which it does (it actually sets them to 0xcccccccc). These values are probably recognisable as invalid by DoModal (or IsWindow, or something), so it just rejects them. In Release, the HWND isn't initialised at all, so may contain a value that *could* be a valid HWND, causing the crash?



QuestionIHTMLLocation, hr = 0x80040154 Pin
Jeffrey Walton17-Dec-06 22:31
Jeffrey Walton17-Dec-06 22:31 
AnswerRe: IHTMLLocation, hr = 0x80040154 Pin
Stuart Dootson18-Dec-06 0:57
professionalStuart Dootson18-Dec-06 0:57 
GeneralRe: IHTMLLocation, hr = 0x80040154 Pin
Jeffrey Walton18-Dec-06 4:31
Jeffrey Walton18-Dec-06 4:31 
GeneralRe: IHTMLLocation, hr = 0x80040154 Pin
Jeffrey Walton18-Dec-06 4:45
Jeffrey Walton18-Dec-06 4:45 
GeneralRe: IHTMLLocation, hr = 0x80040154 Pin
Jeffrey Walton23-Dec-06 19:01
Jeffrey Walton23-Dec-06 19:01 
GeneralRe: IHTMLLocation, hr = 0x80040154 Pin
Jeffrey Walton24-Dec-06 8:22
Jeffrey Walton24-Dec-06 8:22 
AnswerRe: IHTMLLocation, hr = 0x80040154 Pin
User 21559718-Dec-06 1:06
User 21559718-Dec-06 1:06 
GeneralRe: IHTMLLocation, hr = 0x80040154 Pin
Jeffrey Walton18-Dec-06 4:30
Jeffrey Walton18-Dec-06 4:30 
GeneralRe: IHTMLLocation, hr = 0x80040154 Pin
User 21559718-Dec-06 4:52
User 21559718-Dec-06 4:52 
GeneralRe: IHTMLLocation, hr = 0x80040154 Pin
User 21559718-Dec-06 4:55
User 21559718-Dec-06 4:55 
GeneralRe: IHTMLLocation, hr = 0x80040154 Pin
Jeffrey Walton18-Dec-06 14:40
Jeffrey Walton18-Dec-06 14:40 
GeneralRe: IHTMLLocation, hr = 0x80040154 Pin
Jeffrey Walton24-Dec-06 8:26
Jeffrey Walton24-Dec-06 8:26 
GeneralRe: IHTMLLocation, hr = 0x80040154 Pin
User 21559724-Dec-06 12:08
User 21559724-Dec-06 12:08 
GeneralRe: IHTMLLocation, hr = 0x80040154 Pin
Jeffrey Walton24-Dec-06 12:26
Jeffrey Walton24-Dec-06 12:26 
GeneralRe: IHTMLLocation, hr = 0x80040154 Pin
User 21559725-Dec-06 0:25
User 21559725-Dec-06 0:25 
GeneralRe: IHTMLLocation, hr = 0x80040154 Pin
Jeffrey Walton18-Dec-06 4:46
Jeffrey Walton18-Dec-06 4:46 
GeneralRe: IHTMLLocation, hr = 0x80040154 Pin
Jeffrey Walton23-Dec-06 19:01
Jeffrey Walton23-Dec-06 19:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.