Linked Questions

Popular Questions

Mixing C++ and C# projects in VS Express 2010

Asked by At

I am working a hobby project that is a file parsing library written in straight C. I have the library and a command line interface building and running on several Unix-type platforms. I also have a simple Cocoa app that uses the library for OS X. I would like to have a simple .net app for Windows as well. In order to do this, I need to mix a c project (the library), a c++/cli project (the .net wrapper) and a c# project (the app) in a single solution. Is this possible with Visual Studio Express? Or do I have to pay $800 for Visual Studio Pro?

jorj

Related Questions