|
i think this will only work if you develop your c++ app 100% with the .NET framework.
if you are, then what you do is create a new solution and add a c++.net library project and write your dll files there.
then, create a vb.net windows application project in the same solution and reference the c++ project.
have you tried this?
__________________
Mike
|