Click here to Skip to main content
16,014,568 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: moving window without title-bar Pin
Michael Dunn31-Jan-01 19:43
sitebuilderMichael Dunn31-Jan-01 19:43 
GeneralRe: moving window without title-bar Pin
.::RockNix::.31-Jan-01 21:12
.::RockNix::.31-Jan-01 21:12 
GeneralRe: i forgot the flag - help Pin
.::RockNix::.31-Jan-01 22:35
.::RockNix::.31-Jan-01 22:35 
GeneralRe: i forgot the flag - help Pin
Michael Dunn1-Feb-01 13:20
sitebuilderMichael Dunn1-Feb-01 13:20 
GeneralDebugging problem with VC++6 on Win2000 Pin
31-Jan-01 0:09
suss31-Jan-01 0:09 
GeneralRe: Debugging problem with VC++6 on Win2000 Pin
.::RockNix::.31-Jan-01 2:47
.::RockNix::.31-Jan-01 2:47 
GeneralRe: Debugging problem with VC++6 on Win2000 Pin
31-Jan-01 3:02
suss31-Jan-01 3:02 
GeneralRe: Debugging problem with VC++6 on Win2000 Pin
.::RockNix::.31-Jan-01 3:58
.::RockNix::.31-Jan-01 3:58 
I don`t know about an e-book of o`reilly.

I think your problem is not the platform you`re programming on.

The main problem it seems is that you step through one thread while another is running in the back.

This can cause problems during synchronisation that ends in a deadlock.

Greatings Mario //

P.S.: I forgot - There is one difference between Win9x and NT/2k in using WaitForMultipleObject.

If this function succeds the return value in 9x is always 0 while on NT/2k it is the index of the last returning thread/object or whatever ...

--------------------
www.klangwerker.de
rocknix@lycos.de
--------------------
GeneralRe: Debugging problem with VC++6 on Win2000 Pin
Joe Moldovan4-Feb-01 6:51
Joe Moldovan4-Feb-01 6:51 
QuestionHow to communication between Windows and DOS ? Pin
30-Jan-01 23:31
suss30-Jan-01 23:31 
AnswerRe: How to communication between Windows and DOS ? Pin
David Fedolfi1-Feb-01 4:09
David Fedolfi1-Feb-01 4:09 
GeneralTree Pin
30-Jan-01 22:07
suss30-Jan-01 22:07 
GeneralRe: Tree Pin
Christian Graus31-Jan-01 16:51
protectorChristian Graus31-Jan-01 16:51 
GeneralWindow Messages Pin
30-Jan-01 22:03
suss30-Jan-01 22:03 
GeneralWindow Messages Pin
30-Jan-01 22:02
suss30-Jan-01 22:02 
GeneralRe: Window Messages Pin
Walter Gildersleeve1-Feb-01 4:49
Walter Gildersleeve1-Feb-01 4:49 
Generaldatabase structure to XML Pin
30-Jan-01 22:02
suss30-Jan-01 22:02 
GeneralRe: database structure to XML Pin
David Fedolfi31-Jan-01 3:47
David Fedolfi31-Jan-01 3:47 
GeneralRe: database structure to XML Pin
31-Jan-01 4:11
suss31-Jan-01 4:11 
GeneralRich Edit Control Pin
30-Jan-01 22:01
suss30-Jan-01 22:01 
GeneralRe: Rich Edit Control Pin
Erik Funkenbusch31-Jan-01 12:09
Erik Funkenbusch31-Jan-01 12:09 
GeneralUnix into DOS Pin
30-Jan-01 21:51
suss30-Jan-01 21:51 
GeneralRe: Unix into DOS Pin
Erik Funkenbusch31-Jan-01 12:12
Erik Funkenbusch31-Jan-01 12:12 
GeneralModeless dialog as the _only_ visible. Pin
30-Jan-01 20:17
suss30-Jan-01 20:17 
GeneralWindows NT/2000 Service Pin
Lito30-Jan-01 19:25
Lito30-Jan-01 19:25 

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.