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

C / C++ / MFC

 
GeneralRe: MessageBox and Modal dialog Pin
rwestgraham26-Jan-05 12:50
rwestgraham26-Jan-05 12:50 
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 
Dear All,

I’m developing software using Microsoft Visual C++ 6.0 and having a problem with Remote Procedure Call (RPC). Since RPC is used as a tool to communicate between applications over networks as servers and clients, I have developed a real-time database server and also several client application programs. Both clients and servers communicate between each other through the RPC functions and services. At the beginning of a test period (around 17 days), all applications worked fine and performed their jobs very well but after that all client applications could not call some remote functions to the server. I have noticed that all clients were able to connect (bind) to the server and call some functions which implies that a listen process of the server was still exist. However, for some functions that could be called before (during the first 17 days) such as database reading functions, when called from those clients, the functions kept returning the error code: 1726 (The remote procedure call failed.). It didn’t provide much detail of that error. The specification of the server and 8 client PCs are as follows:

Server: Dell, Xeon 2.3 GHz with dual CPU, DDR Ram 1 GB, SCSI HDD Raid 5, OS Windows 2000 Server with Service Pack 4.
Clients: Acer, Pentium 4 - 2.0 GHz, DDR Ram 2 GB, OS Windows 2000 Professional with Service Pack 4.
Other Devices: 100 Mbps Switch.

I don’t know if there is any bug in the RPC run-time library of Service Pack 4. I have searched and found some Microsoft articles which report that RPC has some bugs when using with “the Cluster service” but they have been fixed already in the Service Pack 4 of Windows 2000. I would really appreciate if anyone could help solving my problem.

Thank you very much,

Nawanat

GeneralRe: RPC Error 1726 for long run applications Pin
Blake Miller27-Jan-05 4:12
Blake Miller27-Jan-05 4:12 
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 

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.