Adding dlls in VS 2008
- by Bart
Hello,
i would like to add some external .dll libraries e.g. glut32.dll (but it's only example)
in vs 2008 using C#.
Can you please tell me what should i do step by step?
i am a little bit confused cause i found a lot of solutions to add dll files but they significantly differ..
some of them add dll's only using code, some using properties in vs, add references and in other tutorials there is about registering dlls in system.
But how to put it all together?
Regards!