Click here to Skip to main content
15,919,028 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalwindows service Pin
hou_12625-Jan-05 22:36
hou_12625-Jan-05 22:36 
GeneralRe: windows service Pin
Blake Miller26-Jan-05 10:14
Blake Miller26-Jan-05 10:14 
GeneralRe: windows service Pin
hou_12626-Jan-05 15:40
hou_12626-Jan-05 15:40 
GeneralRe: windows service Pin
Blake Miller27-Jan-05 4:07
Blake Miller27-Jan-05 4:07 
QuestionProblem extending a Win32 Console App with a MFC Dialog ? Pin
keith_ennion25-Jan-05 22:06
keith_ennion25-Jan-05 22:06 
AnswerRe: Problem extending a Win32 Console App with a MFC Dialog ? Pin
geo_m26-Jan-05 1:12
geo_m26-Jan-05 1:12 
GeneralRPC Error 1726 for long run applications Pin
JibJeab25-Jan-05 21:48
JibJeab25-Jan-05 21:48 
GeneralRe: RPC Error 1726 for long run applications Pin
Blake Miller27-Jan-05 4:12
Blake Miller27-Jan-05 4:12 
We have applications that use RPC and run for VERY long times (weeks and months).
I suspect you have some other problem - a memory leak, resoruce leak, or other in your system.
Perhaps you can run performance monitor on your software and check for memory usage, thread usage, GDI usage, etc. to track down the culprit. That error value from RPC is so generic in this instance, it is almost totally worthless information. Also, if you have many clients accessing a single database, perhaps you encountered a race condition - a competition for the database resources that could not be resolved.

Generalpure WinAPI vs MFC Pin
Reynold E. Lariza25-Jan-05 21:42
Reynold E. Lariza25-Jan-05 21:42 
GeneralRe: pure WinAPI vs MFC Pin
Kevin McFarlane25-Jan-05 23:24
Kevin McFarlane25-Jan-05 23:24 
GeneralRe: pure WinAPI vs MFC Pin
Blake Miller26-Jan-05 10:24
Blake Miller26-Jan-05 10:24 
Generalarrays as parameters to functions Pin
doneirik25-Jan-05 21:35
doneirik25-Jan-05 21:35 
GeneralRe: arrays as parameters to functions Pin
David Crow26-Jan-05 2:53
David Crow26-Jan-05 2:53 
Generalmy dll error ('CString' : undeclared identifier) Pin
vc-programmer-25-Jan-05 21:25
vc-programmer-25-Jan-05 21:25 
GeneralRe: my dll error ('CString' : undeclared identifier) Pin
David Crow26-Jan-05 2:55
David Crow26-Jan-05 2:55 
GeneralRe: my dll error ('CString' : undeclared identifier) Pin
vc-programmer-26-Jan-05 16:42
vc-programmer-26-Jan-05 16:42 
GeneralRe: my dll error ('CString' : undeclared identifier) Pin
David Crow26-Jan-05 16:48
David Crow26-Jan-05 16:48 
GeneralRe: my dll error ('CString' : undeclared identifier) Pin
vc-programmer-26-Jan-05 17:46
vc-programmer-26-Jan-05 17:46 
GeneralWnd class pointer Pin
Member 14456025-Jan-05 21:21
Member 14456025-Jan-05 21:21 
GeneralRe: Wnd class pointer Pin
toxcct25-Jan-05 21:41
toxcct25-Jan-05 21:41 
GeneralRe: Wnd class pointer Pin
Nish Nishant25-Jan-05 23:02
sitebuilderNish Nishant25-Jan-05 23:02 
GeneralRe: Wnd class pointer Pin
basementman26-Jan-05 5:40
basementman26-Jan-05 5:40 
GeneralCWnd class pointer Pin
Member 14456025-Jan-05 21:20
Member 14456025-Jan-05 21:20 
GeneralSwitch case in MFC Pin
Member 160860125-Jan-05 20:48
Member 160860125-Jan-05 20:48 
GeneralRe: Switch case in MFC Pin
toxcct25-Jan-05 21:45
toxcct25-Jan-05 21:45 

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.