Click here to Skip to main content
15,897,371 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
AnswerRe: Saving values to a selection in a list box (I'm a noob) Pin
Mark Salsbery9-May-09 11:44
Mark Salsbery9-May-09 11:44 
QuestionWMI Win32_Service Pin
Jack Rong4-May-09 5:22
Jack Rong4-May-09 5:22 
AnswerRe: WMI Win32_Service Pin
Mark Salsbery4-May-09 7:16
Mark Salsbery4-May-09 7:16 
AnswerCross posting pile of garbage Pin
led mike4-May-09 9:25
led mike4-May-09 9:25 
QuestionHow to use C# Managed DLL into my VC++ Application (DLL) Pin
PankajB29-Apr-09 20:53
PankajB29-Apr-09 20:53 
AnswerRe: How to use C# Managed DLL into my VC++ Application (DLL) Pin
Mark Salsbery30-Apr-09 5:36
Mark Salsbery30-Apr-09 5:36 
QuestionHow to interact between C# and VC++ applications Pin
Mary Chennai28-Apr-09 19:47
Mary Chennai28-Apr-09 19:47 
AnswerRe: How to interact between C# and VC++ applications Pin
led mike29-Apr-09 4:31
led mike29-Apr-09 4:31 
Rinnu Mary wrote:
I have a VC++ application(say MathApp)


communicating between processes is a well known topic called Inter-Process Communication[^]

However if the MathApp code is designed well the math routines would be separated from the user interface code and they can be built into a library that can then be used by other applications at compile time. This eliminates the need to have two processes involved at runtime and therefore eliminates the IPC scenario.

After that it is a matter of dealing with the Native code to Managed code problem. This is where C++/CLI comes in. You can develop a .NET assembly (library) using C++/CLI that contains the C++ MathApp code as well as a managed class of your own design that encapsulates the native code. Once done C# projects can reference this assembly and use the managed class from it to execute the native code contained within the DLL (assembly).
AnswerRe: How to interact between C# and VC++ applications Pin
Randor 4-May-09 15:58
professional Randor 4-May-09 15:58 
QuestionWMI copy file to remote host Pin
Jack Rong28-Apr-09 8:43
Jack Rong28-Apr-09 8:43 
QuestionLooking for guidance with regards to System::String variables and functions. Pin
BubbaGeeNH28-Apr-09 5:32
BubbaGeeNH28-Apr-09 5:32 
AnswerRe: Looking for guidance with regards to System::String variables and functions. Pin
Mark Salsbery28-Apr-09 5:46
Mark Salsbery28-Apr-09 5:46 
AnswerRe: Looking for guidance with regards to System::String variables and functions. Pin
Dave Doknjas28-Apr-09 12:57
Dave Doknjas28-Apr-09 12:57 
QuestionTesting if Elevated Process Pin
turkmeistr127-Apr-09 5:23
turkmeistr127-Apr-09 5:23 
AnswerRe: Testing if Elevated Process Pin
Mark Salsbery27-Apr-09 6:53
Mark Salsbery27-Apr-09 6:53 
GeneralRe: Testing if Elevated Process Pin
turkmeistr127-Apr-09 9:01
turkmeistr127-Apr-09 9:01 
GeneralRe: Testing if Elevated Process Pin
Mark Salsbery27-Apr-09 9:05
Mark Salsbery27-Apr-09 9:05 
GeneralRe: Testing if Elevated Process Pin
turkmeistr127-Apr-09 10:08
turkmeistr127-Apr-09 10:08 
GeneralRe: Testing if Elevated Process Pin
Mark Salsbery27-Apr-09 11:11
Mark Salsbery27-Apr-09 11:11 
QuestionGetting the Brush to apply to pictureBox instead of Form Pin
Jeffrey Webster26-Apr-09 19:55
Jeffrey Webster26-Apr-09 19:55 
AnswerRe: Getting the Brush to apply to pictureBox instead of Form Pin
Luc Pattyn27-Apr-09 0:58
sitebuilderLuc Pattyn27-Apr-09 0:58 
GeneralRe: Getting the Brush to apply to pictureBox instead of Form Pin
Jeffrey Webster27-Apr-09 3:13
Jeffrey Webster27-Apr-09 3:13 
GeneralRe: Getting the Brush to apply to pictureBox instead of Form Pin
Luc Pattyn27-Apr-09 3:43
sitebuilderLuc Pattyn27-Apr-09 3:43 
GeneralRe: Getting the Brush to apply to pictureBox instead of Form Pin
Jeffrey Webster27-Apr-09 4:26
Jeffrey Webster27-Apr-09 4:26 
GeneralRe: Getting the Brush to apply to pictureBox instead of Form Pin
Luc Pattyn27-Apr-09 4:34
sitebuilderLuc Pattyn27-Apr-09 4:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.