What are the COM components
Answers were Sorted based on User's Feedback
Answer / rahul p
It evolved like this
when u write a CLASS to reuse in a application, multiple
intances of the class exists with each instance of
application,
Next u want to avoid it so u make a class and put it in DLL
now only one instance exists though multiple instances of
applications exists
Applicatoin needs to be recompiled whenever Dll is
modified, SO came COM.
COM is independent component that internally handles
networking, resources etc, COM uses IDL to communicate to
different languages
for best answers refer Essential COM by DON BOX
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / sds
http://forums.microsoft.com/MSDN/ShowPost.aspx?
PostID=721310&SiteID=1
| Is This Answer Correct ? | 0 Yes | 5 No |
Explain Win32 Program Execution flow?
How to load Bitmap at Dialogbakground in an MFC application?
1 Answers SunSoft Technologies,
how radio button is active in dialog box?
to take three string inputs in a two dimensional array of 3 rows and 15 columns and write a function that prints them.
how to Initialize contents of a dialog?
what are the design patterns of an MFC application
5 Answers Samsung, SunSoft Technologies,
In win32 application if defining a variable of CString then it gives the error "CString:Undeclared identifier" how to solve the problem? What headerfile need to include??
How will we unable and disable services in win 7 ?
What is Function entry for DLL in win3.1?
what API used to hide window
What Message to limit the size of window?
In Win32 application can we use CString datatype?