Click here to Skip to main content
15,918,808 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Two files are the same? Pin
Joaquín M López Muñoz3-Nov-04 8:33
Joaquín M López Muñoz3-Nov-04 8:33 
AnswerRe: Two files are the same? Pin
David Crow3-Nov-04 9:01
David Crow3-Nov-04 9:01 
GeneralCSplitterWnd Tab Views Pin
asv3-Nov-04 7:26
asv3-Nov-04 7:26 
GeneralHELP strange thread termination Pin
Vladimir Dubovoy3-Nov-04 7:14
Vladimir Dubovoy3-Nov-04 7:14 
GeneralRe: HELP strange thread termination Pin
Joaquín M López Muñoz3-Nov-04 8:05
Joaquín M López Muñoz3-Nov-04 8:05 
GeneralRe: HELP strange thread termination Pin
Vladimir Dubovoy5-Nov-04 3:49
Vladimir Dubovoy5-Nov-04 3:49 
GeneralWindows Message Question Pin
Tom Wright3-Nov-04 6:54
Tom Wright3-Nov-04 6:54 
GeneralRe: Windows Message Question Pin
Joaquín M López Muñoz3-Nov-04 8:11
Joaquín M López Muñoz3-Nov-04 8:11 
Are you using MFC to set up your threads? If so, the solution to your problem dependes on wether the threads are of worker or User Interface type. If the former, you cannot use messages to communicate to the threads, and must rely on some other tecnhique (for instance, Win32 pipes.)

Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
Want a Boost forum in Code Project? Vote here[^]!
GeneralRe: Windows Message Question Pin
Tom Wright3-Nov-04 10:33
Tom Wright3-Nov-04 10:33 
GeneralRe: Windows Message Question Pin
Joaquín M López Muñoz3-Nov-04 10:53
Joaquín M López Muñoz3-Nov-04 10:53 
GeneralRe: Windows Message Question Pin
Tom Wright3-Nov-04 11:50
Tom Wright3-Nov-04 11:50 
GeneralMemory Allocation error _CrtCheckMemory() Pin
Rassul Yunussov3-Nov-04 6:49
Rassul Yunussov3-Nov-04 6:49 
GeneralMutex problem Pin
anderslundsgard3-Nov-04 5:11
anderslundsgard3-Nov-04 5:11 
GeneralRe: Mutex problem Pin
valikac3-Nov-04 6:12
valikac3-Nov-04 6:12 
GeneralRe: Mutex problem Pin
anderslundsgard3-Nov-04 20:23
anderslundsgard3-Nov-04 20:23 
GeneralRe: Mutex problem Pin
peterchen3-Nov-04 10:16
peterchen3-Nov-04 10:16 
GeneralRe: Mutex problem Pin
anderslundsgard3-Nov-04 20:22
anderslundsgard3-Nov-04 20:22 
GeneralRe: Mutex problem Pin
peterchen3-Nov-04 20:49
peterchen3-Nov-04 20:49 
GeneralRe: Mutex problem Pin
anderslundsgard3-Nov-04 21:37
anderslundsgard3-Nov-04 21:37 
GeneralAudio Sample Rate Interpolation Pin
Anthony98873-Nov-04 4:40
Anthony98873-Nov-04 4:40 
GeneralRe: Audio Sample Rate Interpolation Pin
Alexander M.,3-Nov-04 6:07
Alexander M.,3-Nov-04 6:07 
GeneralLiveUpdates app with Visual C++ 6.0 Pin
roxanab3-Nov-04 4:35
roxanab3-Nov-04 4:35 
GeneralRe: LiveUpdates app with Visual C++ 6.0 Pin
Alexander M.,3-Nov-04 6:11
Alexander M.,3-Nov-04 6:11 
GeneralRe: LiveUpdates app with Visual C++ 6.0 Pin
roxanab3-Nov-04 6:18
roxanab3-Nov-04 6:18 
GeneralRe: LiveUpdates app with Visual C++ 6.0 Pin
Ted Ferenc3-Nov-04 6:36
Ted Ferenc3-Nov-04 6:36 

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.