library references in C#

  • Thread starter Thread starter Gideon
  • Start date Start date
G

Gideon

hi all.
i have some code in a lib file which i need to link to a C# project.
is that at all possible or C# only works with .NET assemblies?
thanks,
g.
 
microsoft.public.dotnet.languages.csharp

You need to wrap it up in C/C++ dll with exports or MC++ dll.
 

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