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.
 
Back
Top