I was wondering by using the Visual Studios 2005 and Windows XP could you write code in C# and add some other code in C++?
What is happening is that I am updating this program that was previously made in C# and I need to add some security functionality, although the security is written in C++.
If it helps here is the C++ portion of it:
http://www.maxim-ic.com/products/ibutton/software/softauth/index.cfm
Is there anyway of doing this? If so how?