I need a starting point when using a .dll created using C++ within a C# Windows applicatiion. I'm using Visual Studio .NET 2003 and I copied the dll inside my new project.
I am concerned on how to link the dll to my project and code. I went to 'add reference' menu and located the dll to add, but I'm not for sure if I should use the NET tab or the COM tab. Does it matter? What's the difference?
Once added, the dll does show in the solution explorer under the reference node along with the defualt system/system.data/.window/window.form. BUT, once I to use the 'using' to declare my namespace along side the defualt 'system.windows.form', I get the error namespace name can not be found. What is my problem here?
Am I missing something in my process? How do I use a created dll within a C# project? How do I reference the functions inside the dll in the C# source code? If you can help and/or point me in the right driection, it will be greatly appreciated.
-=The Best Has Yet To Come=-