VB headers

  • Thread starter Thread starter Andrew Elmore
  • Start date Start date
A

Andrew Elmore

I need to have a C++ project use some VB classes and form's. How do I set up
headers in my vb classes so that C can see them and use them. Any examples?

Thanks,
Andy
 
* "Andrew Elmore said:
I need to have a C++ project use some VB classes and form's. How do I set up
headers in my vb classes so that C can see them and use them. Any examples?

You cannot set up any headers. All you can do is creating a class
library and expose classes for COM interop (register for COM interop
checkbox in the project properties).
 
Back
Top