|
-
May 17th, 2001, 11:48 PM
#1
Thread Starter
Lively Member
Using ActiveX (Created in VB) in VC++ ???
I created activex .dll with VB and want to use in VC++. Is this possible? Is there any way or ideas? Thanks.
-
May 20th, 2001, 05:35 PM
#2
You should be able to, that is the beauty of COM, any language can connect to your COM object as long as you have an interface. I am not up to par in C++, so I can't tell you how to do it.
-
May 24th, 2001, 10:16 PM
#3
New Member
-
May 25th, 2001, 03:21 AM
#4
Hyperactive Member
Remember you may need to marshall your objects. No matter what the docs may try and convince you about apartment threading models and vb, at the end of the day, it is single threaded ;-)
td.
"One logical slip and an entire scientific edifice comes tumbling down." - Robert M. Pirsig
[email protected]
"but if Einstein is right and God is in the details, reality requires that we sometimes get religion." - Scott Meyers.
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
|