Visual Studio 6.0

X

Xavier Valdés

Hi all,

I've made a component (COM) with Visual C++7 (VS.Net version) and I want to
use it from
Visual Basic 6.0 in another computer. I wanted to know which dll's do I have
to distribute with my
component to run in the other computer. I do not want to distribute .NET CLR
cause it's not a .net
component, it's a COM one!
Thanks a lot,
Xavier Valdés
 
C

Carl Daniel [VC++ MVP]

Xavier said:
Hi all,

I've made a component (COM) with Visual C++7 (VS.Net version) and I
want to use it from
Visual Basic 6.0 in another computer. I wanted to know which dll's do
I have to distribute with my
component to run in the other computer. I do not want to distribute
.NET CLR cause it's not a .net
component, it's a COM one!
Thanks a lot,
Xavier Valdés

Use depends.exe (it comes with Visual Studio) to determine which DLLs your
component depends on. Follow the redistribution guidelines in redist.txt
and any other documentation with Visual Studio when it comes to actually
redistributing the DLLs that your component needs.

-cd
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top