CCW Overloading Constructors

  • Thread starter Thread starter nsyforce
  • Start date Start date
N

nsyforce

Is it possible to overload a constructor for a ccw? If so, how do you
call it from vbscript/vb? Is there any article out there on this
topic?

Thanks in advance
 
Is it possible to overload a constructor for a ccw?

Constuctors aren't available from COM, only the default constructor is
used.



Mattias
 

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