Adding dlls in VS 2008

Posted by Bart on Stack Overflow See other posts from Stack Overflow or by Bart
Published on 2010-03-27T11:38:02Z Indexed on 2010/03/27 11:43 UTC
Read the original article Hit count: 260

Filed under:
|
|

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!

© Stack Overflow or respective owner

Related posts about c#

Related posts about visual-studio