Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > Using COM component in visual c++

Reply
Thread Tools

Using COM component in visual c++

 
 
Newbie
Guest
Posts: n/a
 
      01-02-2007
Ok, I have a simple COM component, made in visual c++ 6.0, and I want
to call a method from it in another visual c++ application. How should
I do that? Thanks in advance.

 
Reply With Quote
 
 
 
 
mlimber
Guest
Posts: n/a
 
      01-02-2007
Newbie wrote:
> Ok, I have a simple COM component, made in visual c++ 6.0, and I want
> to call a method from it in another visual c++ application. How should
> I do that? Thanks in advance.


You should ask on a Microsoft newsgroup. This one deals with the
standard C++ *language*, not platform-specific extensions like COM. For
what is on-topic here and for a partial list of other groups you might
consider see this FAQ:

http://www.parashift.com/c++-faq-lit...t.html#faq-5.9

Cheers! --M

 
Reply With Quote
 
 
 
 
William
Guest
Posts: n/a
 
      01-17-2007

It's a very basic COM question,
use CreateInstance or similar function
to get a COM object

On Wed, 03 Jan 2007 03:33:05 +0800, Newbie <> wrote:

> ave a simple COM component, made in visual c++ 6.0, and I want
> to call a method from it in another visual c++ application. How should
> I do that?


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Remoting Component --> Com+ Component: Karuppasamy ASP .Net 0 01-15-2004 10:21 AM
com+ component and Component Service Karuppasamy ASP .Net 1 01-14-2004 11:30 PM
com+ component and Component Service Karuppasamy ASP .Net 0 01-13-2004 06:09 PM
using client-side component keeps calling component's init Jim Hammond ASP .Net 1 11-12-2003 08:13 PM
Re: Calling a .NET component from a COM component remotely Soni ASP .Net 0 07-25-2003 04:33 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57