Click here to Skip to main content
15,905,912 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Anit Copy Pin
Max Santos14-Aug-06 10:51
Max Santos14-Aug-06 10:51 
GeneralRe: Anit Copy Pin
Waldermort14-Aug-06 15:17
Waldermort14-Aug-06 15:17 
QuestionProblem in MSMQEvent. Pin
uday kiran janaswamy14-Aug-06 1:00
uday kiran janaswamy14-Aug-06 1:00 
Questionhow to set the menu bar??? Pin
mimimimilaw13-Aug-06 23:33
mimimimilaw13-Aug-06 23:33 
AnswerRe: how to set the menu bar??? Pin
prasad_som13-Aug-06 23:41
prasad_som13-Aug-06 23:41 
GeneralRe: how to set the menu bar??? Pin
mimimimilaw13-Aug-06 23:50
mimimimilaw13-Aug-06 23:50 
GeneralRe: how to set the menu bar??? Pin
prasad_som13-Aug-06 23:58
prasad_som13-Aug-06 23:58 
GeneralRe: how to set the menu bar??? Pin
mimimimilaw14-Aug-06 0:41
mimimimilaw14-Aug-06 0:41 
AnswerRe: how to set the menu bar??? Pin
Hamid_RT14-Aug-06 1:16
Hamid_RT14-Aug-06 1:16 
QuestionHow can i design, To calculate's the objects in a class Pin
premkamalg13-Aug-06 23:20
premkamalg13-Aug-06 23:20 
AnswerRe: How can i design, To calculate's the objects in a class Pin
Milton Karimbekallil14-Aug-06 1:20
Milton Karimbekallil14-Aug-06 1:20 
AnswerRe: How can i design, To calculate's the objects in a class Pin
premkamalg16-Aug-06 1:27
premkamalg16-Aug-06 1:27 
QuestionLimiting an application to single instance...problem? [modified] Pin
Vinod Sankaranarayanan13-Aug-06 23:16
Vinod Sankaranarayanan13-Aug-06 23:16 
QuestionRe: Limiting an application to single instance...problem? Pin
prasad_som13-Aug-06 23:44
prasad_som13-Aug-06 23:44 
AnswerRe: Limiting an application to single instance...problem? Pin
Vinod Sankaranarayanan14-Aug-06 0:01
Vinod Sankaranarayanan14-Aug-06 0:01 
GeneralRe: Limiting an application to single instance...problem? Pin
prasad_som14-Aug-06 0:15
prasad_som14-Aug-06 0:15 
GeneralRe: Limiting an application to single instance...problem? Pin
Vinod Sankaranarayanan14-Aug-06 1:08
Vinod Sankaranarayanan14-Aug-06 1:08 
GeneralRe: Limiting an application to single instance...problem? Pin
Milton Karimbekallil14-Aug-06 1:42
Milton Karimbekallil14-Aug-06 1:42 
There are no direct APIs or functions to identify which is second instance or third instance and so on.
Why do u need second instance?
What exactly is the problem u r facing?

If something is crashing in the ExistInstance in the second time, you have to find out which statement is crashing.

It may be because, u r trying to access an un initialized variable there which may get initialized in the first instance as InitInstance will execute completely in the first instance.

But in the second instance you may bypass those initializations and exits after the 'previous instance' checking. Then when control reaches ExitInstance it will crash as what ever u r accessing is not initialized. Just a thought. chk it out.

Cheers..Milton KB.
GeneralRe: Limiting an application to single instance...problem? Pin
Vinod Sankaranarayanan14-Aug-06 2:34
Vinod Sankaranarayanan14-Aug-06 2:34 
GeneralRe: Limiting an application to single instance...problem? Pin
Waldermort14-Aug-06 2:10
Waldermort14-Aug-06 2:10 
GeneralRe: Limiting an application to single instance...problem...solution [modified] Pin
Vinod Sankaranarayanan14-Aug-06 2:36
Vinod Sankaranarayanan14-Aug-06 2:36 
GeneralRe: Limiting an application to single instance...problem? Pin
prasad_som15-Aug-06 18:49
prasad_som15-Aug-06 18:49 
QuestionHow to vopy data pointed by a "Void* " pointer to "CString" object Pin
VCSharp00713-Aug-06 23:15
VCSharp00713-Aug-06 23:15 
AnswerRe: How to vopy data pointed by a "Void* " pointer to "CString" object Pin
Waldermort14-Aug-06 1:59
Waldermort14-Aug-06 1:59 
AnswerRe: How to vopy data pointed by a "Void* " pointer to "CString" object Pin
ajisthekingofpop14-Aug-06 5:45
ajisthekingofpop14-Aug-06 5: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.