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?

Recommended Answers

All 2 Replies

no you cant directly but it would be possible to write a DLL in C++ to handle the security and then referance it in your C# application.

Don't I feel stupid now. I just found that they have a J# DLL file already made for .Net developers. YEAH! Thanks for the help.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.