Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


1)why we cant create more than one instance of the class
Derived from CWinApp

Answers were Sorted based on User's Feedback



1)why we cant create more than one instance of the class Derived from CWinApp ..

Answer / shanmuga

Becoz,through the CWinApp object only ,the application
starts.. If there exist more than one object there occurs a
conflict to proceed with which object.

Is This Answer Correct ?    6 Yes 1 No

1)why we cant create more than one instance of the class Derived from CWinApp ..

Answer / narayan

You theApp object is replace with new name;

Eg

CdlgtestApp theApp;
CdlgtestApp theApp3; // now this is your applcation obj

CdlgtestApp theApp3;
CdlgtestApp theApp; // No effect

Is This Answer Correct ?    6 Yes 4 No

1)why we cant create more than one instance of the class Derived from CWinApp ..

Answer / jdp

Because the CWinApp class encapsulates the main() method
which, as you know, there can be only one instance of in
any application.

Is This Answer Correct ?    0 Yes 0 No

1)why we cant create more than one instance of the class Derived from CWinApp ..

Answer / deepesh

because in constructor of CWinApp class
if it will called twice
ASSERT(AfxGetThread() == NULL);
will cause run time assertion

Is This Answer Correct ?    0 Yes 0 No

1)why we cant create more than one instance of the class Derived from CWinApp ..

Answer / sirama

Because MFC implemented it as Singleton CWinApp::Ctor.

Is This Answer Correct ?    2 Yes 7 No

Post New Answer

More MFC Interview Questions

I can i set size of integer variable should be fixed for different operating systems(Ex i want integer size is 2bytes in OS)

2 Answers   Invensys,


Will there be any difference in the image buffer size if it is loaded in from CString to LPTSTR using GetBuffer()? lptstr = string.GetBuffer(0);

2 Answers  


What is the use of CObject::Dump function ?

4 Answers  


Have you ever used win32 APIs ?

4 Answers   Microsoft,


What four types of properties are supported by an ActiveX control?

1 Answers  


What is CALLBACK? How it work? what is the advantage of CALLBACK, please explain with an example

6 Answers  


What is model and modeless dialog box ? Give some examples?

2 Answers   Mphasis,


1)How to load an icon on a button as Dynamically ?

1 Answers   HCL,


What function is called by a document class to notify views that the document has been changed?

2 Answers  


How to convert a CString variable to char* or LPTSTR?

5 Answers   Dover,


1) How do you Destroy a Dialog Box ?

2 Answers   Honeywell,


What are the types of button controls?

10 Answers  


Categories