How to use .Net System.IO; System.Net; System.Net.Sockets; libs from Visual Studio C++ project?
How to use .Net System.IO; System.Net; System.Net.Sockets; libs from Visual Studio C++ project?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Those are managed assemblies, meaning you will have to use C++/CLI. Wikipedia has some pretty good information on that: http://en.wikipedia.org/wiki/C%2B%2B/CLI
[edit] Also, of course, there’s the MSDN article on C++/CLI: http://msdn.microsoft.com/en-us/library/ms379617(VS.80).aspx