D
David Ching
Hello, I am just starting to experiment with VC2005 to create a C++ WinForms
app. I have created a simple form, and it works. Now I want to add a C#
..cs source file containing a new class that I downloaded from CodeProject to
use in my C++ app. I've tried simply adding the C# source file to my C++
project, but there is no compiler options in the settings. The IDE doesn't
seem able to compile the .cs file. Am I able to add source files from other
..NET languages such as C# and VB.NET to my C++ project?
I did succeed in creating another project for a C# DLL to the same solution,
and was able to access the C# class by #using the DLL in my C++ app. But is
it required that modules in each language (like C#) be placed in a separate
module and be built together? If so, it is kind of inconvenient.
Thanks,
David
http://www.dcsoft.com
app. I have created a simple form, and it works. Now I want to add a C#
..cs source file containing a new class that I downloaded from CodeProject to
use in my C++ app. I've tried simply adding the C# source file to my C++
project, but there is no compiler options in the settings. The IDE doesn't
seem able to compile the .cs file. Am I able to add source files from other
..NET languages such as C# and VB.NET to my C++ project?
I did succeed in creating another project for a C# DLL to the same solution,
and was able to access the C# class by #using the DLL in my C++ app. But is
it required that modules in each language (like C#) be placed in a separate
module and be built together? If so, it is kind of inconvenient.
Thanks,
David
http://www.dcsoft.com