Click here to Skip to main content
16,005,339 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Debug Assertion Failed! Pin
Christian Graus10-Aug-05 12:58
protectorChristian Graus10-Aug-05 12:58 
GeneralRe: Debug Assertion Failed! Pin
Orville10-Aug-05 13:33
Orville10-Aug-05 13:33 
GeneralRe: Debug Assertion Failed! Pin
Christian Graus10-Aug-05 13:46
protectorChristian Graus10-Aug-05 13:46 
GeneralRe: Debug Assertion Failed! Pin
David Crow10-Aug-05 15:45
David Crow10-Aug-05 15:45 
GeneralService runs on XP and WIn2003 but not on Win2000 Pin
Kri510-Aug-05 11:37
Kri510-Aug-05 11:37 
GeneralRe: Service runs on XP and WIn2003 but not on Win2000 Pin
Graham Bradshaw10-Aug-05 11:53
Graham Bradshaw10-Aug-05 11:53 
GeneralRe: Service runs on XP and WIn2003 but not on Win2000 Pin
Kri510-Aug-05 21:31
Kri510-Aug-05 21:31 
GeneralRe: Service runs on XP and WIn2003 but not on Win2000 Pin
Blake Miller12-Aug-05 4:57
Blake Miller12-Aug-05 4:57 
My first rule of writing services - start a ssecnd thread as quickly as possible, and do all your REAL work in the second thread. Leave the primary thread to report status back to the service control handler and to respond to the service requests.
You probably are doing everything in a signle thread, and on Windows 2000 something is taking longer than the 6 or 10 seconds Win2K is willing to wait before declaring your service 'stuck'.

GeneralRe: Service runs on XP and WIn2003 but not on Win2000 Pin
Kri512-Aug-05 7:05
Kri512-Aug-05 7:05 
Generalcompliling in debug and release mode Pin
Ann6610-Aug-05 11:19
sussAnn6610-Aug-05 11:19 
Questionvcproj failed to open Pin
Marshall10-Aug-05 9:35
Marshall10-Aug-05 9:35 
GeneralReset my dialog objects Pin
Tom Wright10-Aug-05 8:39
Tom Wright10-Aug-05 8:39 
GeneralRe: Reset my dialog objects Pin
Christian Graus10-Aug-05 10:12
protectorChristian Graus10-Aug-05 10:12 
Questionhow to debug the memory leak Pin
valerie9910-Aug-05 8:30
valerie9910-Aug-05 8:30 
AnswerRe: how to debug the memory leak Pin
Christian Graus10-Aug-05 10:13
protectorChristian Graus10-Aug-05 10:13 
Generalmfc: disabled clistctrl colors. Pin
paulhodgson0310-Aug-05 7:56
paulhodgson0310-Aug-05 7:56 
Generalimport a c# dll in a vc mfc project Pin
MihaiChioariu10-Aug-05 7:07
MihaiChioariu10-Aug-05 7:07 
GeneralRe: import a c# dll in a vc mfc project Pin
Chris Losinger10-Aug-05 7:17
professionalChris Losinger10-Aug-05 7:17 
GeneralDockability Pin
bugDanny10-Aug-05 6:18
bugDanny10-Aug-05 6:18 
GeneralProject upgrade questions Pin
-Dy10-Aug-05 6:04
-Dy10-Aug-05 6:04 
GeneralRe: Project upgrade questions Pin
Geert van Horrik10-Aug-05 6:35
Geert van Horrik10-Aug-05 6:35 
GeneralRe: Project upgrade questions Pin
Anonymous10-Aug-05 7:00
Anonymous10-Aug-05 7:00 
GeneralRe: Project upgrade questions Pin
David Crow10-Aug-05 7:27
David Crow10-Aug-05 7:27 
GeneralRe: Project upgrade questions Pin
Jose Lamas Rios10-Aug-05 9:10
Jose Lamas Rios10-Aug-05 9:10 
General"::", "." and "->" operators, pls help Pin
chiyinhk10-Aug-05 5:55
chiyinhk10-Aug-05 5:55 

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.