Click here to Skip to main content
15,922,325 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Array Pin
sardinka26-Sep-03 3:00
sardinka26-Sep-03 3:00 
GeneralRe: Array Pin
Adam Gritt26-Sep-03 3:20
Adam Gritt26-Sep-03 3:20 
GeneralRe: Array Pin
sardinka26-Sep-03 3:35
sardinka26-Sep-03 3:35 
GeneralRe: Array Pin
Adam Gritt26-Sep-03 3:48
Adam Gritt26-Sep-03 3:48 
GeneralRe: Array Pin
sardinka26-Sep-03 3:53
sardinka26-Sep-03 3:53 
QuestionHow to dump debug information to VC 6.0's debug window in a MFC project? Pin
George226-Sep-03 2:04
George226-Sep-03 2:04 
AnswerRe: How to dump debug information to VC 6.0's debug window in a MFC project? Pin
Adam Gritt26-Sep-03 2:48
Adam Gritt26-Sep-03 2:48 
GeneralRe: How to dump debug information to VC 6.0's debug window in a MFC project? Pin
George226-Sep-03 3:08
George226-Sep-03 3:08 
AnswerRe: How to dump debug information to VC 6.0's debug window in a MFC project? Pin
David Crow26-Sep-03 2:57
David Crow26-Sep-03 2:57 
GeneralRe: How to dump debug information to VC 6.0's debug window in a MFC project? Pin
George226-Sep-03 3:09
George226-Sep-03 3:09 
GeneralRe: How to dump debug information to VC 6.0's debug window in a MFC project? Pin
Adam Gritt26-Sep-03 3:25
Adam Gritt26-Sep-03 3:25 
GeneralRe: How to dump debug information to VC 6.0's debug window in a MFC project? Pin
George226-Sep-03 3:40
George226-Sep-03 3:40 
GeneralVC++ / VB CreateObject Function Pin
Carlos Mariano26-Sep-03 1:54
Carlos Mariano26-Sep-03 1:54 
Generalchange ip adress via visual c++ Pin
User 21595626-Sep-03 1:31
User 21595626-Sep-03 1:31 
GeneralRe: change ip adress via visual c++ Pin
igor196026-Sep-03 7:47
igor196026-Sep-03 7:47 
GeneralDirect draw and Multimon problem Pin
Member 91916026-Sep-03 1:30
Member 91916026-Sep-03 1:30 
GeneralResolution problem with my MFC - programms under Windows 2000 Pin
postamt26-Sep-03 1:11
postamt26-Sep-03 1:11 
GeneralKill a Process Pin
cberam26-Sep-03 1:04
cberam26-Sep-03 1:04 
GeneralRe: Kill a Process Pin
David Crow26-Sep-03 3:00
David Crow26-Sep-03 3:00 
GeneralCreating a CWnd with a dialog resource Pin
Antti Keskinen26-Sep-03 0:52
Antti Keskinen26-Sep-03 0:52 
GeneralRe: Creating a CWnd with a dialog resource Pin
KarstenK26-Sep-03 1:33
mveKarstenK26-Sep-03 1:33 
GeneralRe: Creating a CWnd with a dialog resource Pin
Antti Keskinen26-Sep-03 4:15
Antti Keskinen26-Sep-03 4:15 
QuestionRan out of... ...something? Pin
-Dy26-Sep-03 0:48
-Dy26-Sep-03 0:48 
The application I work on can be ran through an automation model via DCOM, which is fine and works well, but it does mean that we must be able to run several instances of the application on one machine. I've found that I can run no more then 10 instances of the application on any given machine (regardless of the resources available to the machine), and this simply isn't enough, so I've been looking into why this is.

I've found that if I create a standard MFC (VC6) MDI app, accepting all the defaults, that that application can only be ran 102 times simultaneously, which seems very odd to me, the machine (according to task manager on WinXP) has plenty of memory available, but I can't open another instance of the application (or any other application, like notepad). When I trace into it with the IDE I find that it either fails on creating the main frame of loading the main menu resource.

So, I was wondering, does anyone know if there is a limit to the amount of resource's / GDI objects / USER objects / handles / threads Windows can open at once? Or am I barking up the wrong tree - can anyone give me a clue as to how I can get my app to run more simultaneous copies? (Note, I can't change the architecture at this stage, I'm stuck with the automation model, management's decision...)


Dylan
AnswerSystem limits (LARGE post). Pin
73Zeppelin26-Sep-03 5:31
73Zeppelin26-Sep-03 5:31 
GeneralRe: System limits (LARGE post). Pin
-Dy26-Sep-03 5:42
-Dy26-Sep-03 5:42 

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.