How do I register my dll complied with ATL to a different PC?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I complied a dll file using Active Template Library with Visual C++ 5. The
compiler automatically registers on my PC so that I can see and use via
reference with Visual Basic or VBA. However, I intend to use this dll on a
different machine that does not have the C++ compiler.

How do I transfer my dll to a different PC so that it can be used with
Visual Basic or VBA on a different machine?

Thanks in advance
 
YS said:
I complied a dll file using Active Template Library with Visual C++ 5. The
compiler automatically registers on my PC so that I can see and use via
reference with Visual Basic or VBA. However, I intend to use this dll on a
different machine that does not have the C++ compiler.

How do I transfer my dll to a different PC so that it can be used with
Visual Basic or VBA on a different machine?

Thanks in advance

Start/Run
cmd

From command line

regsvr32 your.dll
 

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

Back
Top