Message 1 of 7
COM + External App

Not applicable
06-04-2004
02:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'd like to have a COM interface that can wrap some functions in my app, and
i'd like for that interface to be called from, for example, a stand alone VB
EXE. I must admit that i don't know a whole bunch about COM. That being
said, i can very easily make a COM class that can be use via the VBA for
AutoCAD. But if i try to make an external VB app, it is never able to
instantiate my COM class. I assume this is because the COM class needs to
be in the presence of AutoCAD, and my external app doesn't "know" that
AutoCAD is up and running.
What do i need to do to expose COM classes from my ARX to external apps?
Thanks!
-Rich