Using C++ Classes in ASP.NET

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

Guest

I've been given a C++ class library project which I need to use from my
asp.net vb.net project. I have tried building the C++ class library it but it
only creates a series of .obj files which I can't reference from the asp.net
project. How do I get the C++ class library to compile to a dll (I've played
around with the properties of the project but it still doesn't seem to
produce a dll), is there any other way to include it in my asp.net project??

tks for any help
 
When you select Add Reference and then click on the tab labelled Project,
does it no chow the class library project there?

MattC
 
Back
Top