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 |
win 3.1 supports which type of multi tasking?
Function entry for DLL in win3.1
explain WM_PAINT message ?????
What is Win32?
14 Answers AAA, Genpact, HCL, Wipro,
What is Function entry for DLL in win3.1?
What is preemption and context switching?
In Win32 application can we use CString datatype?
write About send message and post message
What is GDI object?
describe process of creating a new class of windows ??
what is the stack size in win 32 program
What is preemption ? context switching ?