Inheritance of references

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

Guest

Hello,

I have a VBA project (P1).
I have a second VBA project (P2) that has a reference to P1.

I have some c++ dlls that are used in P1 and P2.

Is there a way I can make P2 inherit from the references of P1? I know I can
do that easily if the DLL is in VB (Public MyObj as New VBProjectName.Class),
but I can't find how to do that with a C++ DLL.

Thanks for your help,

Mr. T
 

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