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

Managed C++/CLI

 
QuestionNeed help for directory search in C++ Pin
Thilek8-Jan-09 5:35
Thilek8-Jan-09 5:35 
AnswerRe: Need help for directory search in C++ Pin
George L. Jackson8-Jan-09 6:27
George L. Jackson8-Jan-09 6:27 
QuestionInvoking a Web Service using Visual C++ .NET Pin
Thomas_Mathews8-Jan-09 1:42
Thomas_Mathews8-Jan-09 1:42 
QuestionRe: Invoking a Web Service using Visual C++ .NET Pin
Mark Salsbery8-Jan-09 5:05
Mark Salsbery8-Jan-09 5:05 
AnswerCP: Ignore cross post Pin
EliottA8-Jan-09 6:48
EliottA8-Jan-09 6:48 
AnswerRe: Invoking a Web Service using Visual C++ .NET OR Managed C++ Pin
Thomas_Mathews8-Jan-09 18:17
Thomas_Mathews8-Jan-09 18:17 
QuestionTrouble using namespace System Pin
linkfitz7-Jan-09 5:32
linkfitz7-Jan-09 5:32 
AnswerRe: Trouble using namespace System Pin
Mark Salsbery7-Jan-09 7:50
Mark Salsbery7-Jan-09 7:50 
linkfitz wrote:
But the compiler doesn't like it.


How do you know this? It would be helpful to see the EXACT error message
(or a transcript of the conversation you had with the compiler if it was verbal).

The System namespace is part of the .NET framework so to start with you'll need
to compile the code for C++/CLI. Then at the very minimum, your project will need a
reference to the .NET framework System DLL.

Mark

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

Questionflicker free drawing [modified] Pin
staticv6-Jan-09 3:13
staticv6-Jan-09 3:13 
AnswerRe: flicker free drawing Pin
Mark Salsbery6-Jan-09 5:48
Mark Salsbery6-Jan-09 5:48 
GeneralRe: flicker free drawing [modified] Pin
Luc Pattyn6-Jan-09 6:34
sitebuilderLuc Pattyn6-Jan-09 6:34 
QuestionASyncCallback argument not available in the BeginInvoke method in Managed C++ Pin
gurindersm2-Jan-09 1:42
gurindersm2-Jan-09 1:42 
QuestionRe: ASyncCallback argument not available in the BeginInvoke method in Managed C++ Pin
Mark Salsbery2-Jan-09 6:49
Mark Salsbery2-Jan-09 6:49 
AnswerRe: ASyncCallback argument not available in the BeginInvoke method in Managed C++ Pin
gurindersm5-Jan-09 1:33
gurindersm5-Jan-09 1:33 
GeneralRe: ASyncCallback argument not available in the BeginInvoke method in Managed C++ Pin
Mark Salsbery5-Jan-09 6:46
Mark Salsbery5-Jan-09 6:46 
GeneralRe: ASyncCallback argument not available in the BeginInvoke method in Managed C++ Pin
gurindersm5-Jan-09 21:23
gurindersm5-Jan-09 21:23 
GeneralRe: ASyncCallback argument not available in the BeginInvoke method in Managed C++ Pin
N a v a n e e t h5-Jan-09 21:39
N a v a n e e t h5-Jan-09 21:39 
GeneralRe: ASyncCallback argument not available in the BeginInvoke method in Managed C++ Pin
gurindersm6-Jan-09 1:40
gurindersm6-Jan-09 1:40 
GeneralRe: ASyncCallback argument not available in the BeginInvoke method in Managed C++ Pin
Mark Salsbery6-Jan-09 5:09
Mark Salsbery6-Jan-09 5:09 
Questionpassing info from one application to another Pin
debonair12345629-Dec-08 0:58
debonair12345629-Dec-08 0:58 
AnswerRe: passing info from one application to another Pin
N a v a n e e t h29-Dec-08 2:09
N a v a n e e t h29-Dec-08 2:09 
Questionpassing a data to another application with c++. Pin
debonair12345624-Dec-08 21:57
debonair12345624-Dec-08 21:57 
AnswerRe: passing a data to another application with c++. Pin
Giorgi Dalakishvili24-Dec-08 23:22
mentorGiorgi Dalakishvili24-Dec-08 23:22 
QuestionHow to pass reference in constructor? Pin
randomVariable24-Dec-08 1:40
randomVariable24-Dec-08 1:40 
AnswerRe: How to pass reference in constructor? Pin
N a v a n e e t h24-Dec-08 2:25
N a v a n e e t h24-Dec-08 2:25 

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.