SQL Server
Windows Forms
.NET Development
Visual C++
Visual C#
Visual FoxPro
Audio and Video
Game Technologies
Microsoft ISV
VS Team System
IE Development
Visual Basic
Visual Studio
Windows Vista
SharePoint Products
Software Development Network>> Visual C#>> Combine C# with C++
Combine C# with C++
Hot Topic
What happened to IConfigurationSectionHandlerWriter
Please help InitializeLifetimeService
Why can't an interface method be internal?
What is the point of a virtual method?
Copying a content of ArrayList to another ArrayList
Another word about Enumerations
changing table names
Process.start() how to
Is instanciating to null BAD??
removing program from startup
Visual C#
pointers??
how do i convert a string into an arraylint?
Index was out of range?
How to compare unicode character with ascii value
MemoryStream instead of StreamWriter Problem
Intellisence Doesn't Remember Last Session
Printing to a dot matrix printer without feeding an entire page
Allocating memory throws exception when trieng to use native code dll
return type of BSTR??
SoundPlayer Exception: The wave header is corrupt
Combine C# with C++
I have a solution that combines a project in C++(for calculations) with C#(interface). Is it possible to declare a class in C# and then use the objects in the C++ code
Answer this question
Combine C# with C++
su45937
you can write a mixed mode DLL and for each C# class you need in C++, write a wrapper classes in C++/CLI.
Combine C# with C++
Answer this question
Combine C# with C++
su45937