|
-
Jul 9th, 2001, 10:40 AM
#1
Thread Starter
Hyperactive Member
COM is...
Am I right?
Speaking in VBterms
COM is>> Activex EXE+Activex DLL+ActiveX control+OLE+a li'l philosophy
-
Jul 15th, 2001, 02:08 AM
#2
COM
COM is skeleton code thats all no more
Private Sub Blah()
End Sub
Thats COM now everybody calls the same code but fills it in with their stuff....
i know that sounds simplistic but hey it is ..
-
Jul 22nd, 2001, 07:18 PM
#3
Straight from MSDN:
COM arose out of the need for an efficient method of interprocess communication. COM provides a group of conventions and supporting libraries that allow interaction between different pieces of software in a consistent, object-oriented way. COM objects can be written in many languages, including C++, Java, and Visual Basic, and they can be implemented in dynamic link libraries (DLLs) or in their own executables, running as distinct processes.
-
Jul 22nd, 2001, 10:08 PM
#4
-
Jul 22nd, 2001, 10:23 PM
#5
But I wouldn't put it as "A skeleton code"
COM is a technology that allows you to create a code in object oriented way.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|