Hello, I have some source code for a dll and it builds fine and I want to be able to use it in a c# application.
I turned on the /clr switch and it creates an assembly that I can reference from vs 2008 c#
I think I also need to register the dll using regasm, but when I do that it comes up with an error saying no types were registered...because there is no type library...
Is creating a type library a big process? The code for the dll (which I downloaded) has about 100 cpp classes so... I hope its not hard.