Click here to Skip to main content
16,007,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: first time using c++ Pin
26-Sep-01 13:09
suss26-Sep-01 13:09 
GeneralMFC DLL's in the wild Pin
Michael Martin25-Sep-01 14:54
professionalMichael Martin25-Sep-01 14:54 
GeneralRe: MFC DLL's in the wild Pin
Christian Graus25-Sep-01 16:09
protectorChristian Graus25-Sep-01 16:09 
GeneralRe: MFC DLL's in the wild Pin
Michael Martin25-Sep-01 16:51
professionalMichael Martin25-Sep-01 16:51 
GeneralRe: MFC DLL's in the wild Pin
Christian Graus25-Sep-01 16:57
protectorChristian Graus25-Sep-01 16:57 
GeneralRe: MFC DLL's in the wild Pin
#realJSOP26-Sep-01 3:00
professional#realJSOP26-Sep-01 3:00 
QuestionTips of toolbars disappeared??? Pin
Walter Pak25-Sep-01 14:15
Walter Pak25-Sep-01 14:15 
AnswerRe: Tips of toolbars disappeared??? Pin
Michael Martin25-Sep-01 15:05
professionalMichael Martin25-Sep-01 15:05 
The issue caused by your infinite loop not allowing GUI (or any?) messages to be processed by the message queue. This can be fixed by making your infinite loop run in a seperate thread to the rest of the application. Look here in Mike Dunn's C++ FAQ, while not covering your problem exactly it covers the generic requirement and has pointers to other articles that will explain what you need to do.


Michael Martin
Pegasystems Pty Ltd
Australia
martm@pegasystems.com
+61 413-004-018

"Don't belong. Never join. Think for yourself. Peace"
- Victor Stone
GeneralStatic Linking VC++ Lib files, to Delphi Pin
25-Sep-01 12:48
suss25-Sep-01 12:48 
GeneralRe: Static Linking VC++ Lib files, to Delphi Pin
Michael P Butler25-Sep-01 22:20
Michael P Butler25-Sep-01 22:20 
GeneralTanks ... Pin
27-Sep-01 23:24
suss27-Sep-01 23:24 
GeneralRe: Static Linking VC++ Lib files, to Delphi Pin
Rashid Thadha25-Sep-01 22:52
Rashid Thadha25-Sep-01 22:52 
GeneralTanks ... Pin
27-Sep-01 23:00
suss27-Sep-01 23:00 
GeneralSorted List Pin
User 988525-Sep-01 11:16
User 988525-Sep-01 11:16 
GeneralRe: Sorted List Pin
Andrew Peace25-Sep-01 11:26
Andrew Peace25-Sep-01 11:26 
GeneralRe: Sorted List Pin
User 988525-Sep-01 11:57
User 988525-Sep-01 11:57 
GeneralRe: Sorted List Pin
Christian Graus25-Sep-01 12:05
protectorChristian Graus25-Sep-01 12:05 
GeneralRe: Sorted List Pin
User 988525-Sep-01 12:20
User 988525-Sep-01 12:20 
GeneralRe: Sorted List Pin
User 988525-Sep-01 12:26
User 988525-Sep-01 12:26 
GeneralRe: Sorted List Pin
Christian Graus25-Sep-01 13:48
protectorChristian Graus25-Sep-01 13:48 
GeneralRe: Sorted List Pin
markkuk25-Sep-01 20:39
markkuk25-Sep-01 20:39 
GeneralRe: Sorted List Pin
The_Server25-Sep-01 13:22
The_Server25-Sep-01 13:22 
GeneralRe: Sorted List Pin
Not Active25-Sep-01 11:45
mentorNot Active25-Sep-01 11:45 
GeneralRe: Sorted List Pin
User 988525-Sep-01 12:06
User 988525-Sep-01 12:06 
GeneralRe: Sorted List Pin
The_Server25-Sep-01 13:41
The_Server25-Sep-01 13:41 

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.