View Single Post
Old 10-20-2004, 06:42 AM   #2 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,490
sde is on a distinguished road
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
sde is offline   Reply With Quote