|
-
Jul 24th, 2017, 11:23 PM
#1
Thread Starter
Addicted Member
C++ COM Programming for VBA Programmers
I would like to implement a class in a C++ DLL for use in my Excel VBA applications.
Does anyone know of any good books or tutorials on writing C++ COM components specifically for use in VBA?
-
Jul 25th, 2017, 10:31 AM
#2
Re: C++ COM Programming for VBA Programmers
-
Jul 26th, 2017, 11:43 PM
#3
Thread Starter
Addicted Member
Re: C++ COM Programming for VBA Programmers
Thank you. It looks like a pretty good book.
-
Jul 26th, 2017, 11:50 PM
#4
Thread Starter
Addicted Member
Re: C++ COM Programming for VBA Programmers
BTW, what is the difference between COM and COM+?
-
Jul 27th, 2017, 10:10 AM
#5
Re: C++ COM Programming for VBA Programmers
https://msdn.microsoft.com/en-us/lib...v=bts.10).aspx
COM is basically the binary standard used for objects/interfaces. IUnknown etc.
COM+ includes inter-process communication, for remote/distributed/threading etc.
Tags for this Thread
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
|