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

Managed C++/CLI

 
AnswerRe: Creating a CSV file using C++ Pin
Christian Graus15-Nov-05 11:00
protectorChristian Graus15-Nov-05 11:00 
GeneralRe: Creating a CSV file using C++ Pin
Georgie Hughes15-Nov-05 23:07
Georgie Hughes15-Nov-05 23:07 
QuestionAccessing file from different threads Pin
9ine14-Nov-05 22:56
9ine14-Nov-05 22:56 
QuestionConsole C++ app drawing to a Window Pin
Big_Goose14-Nov-05 16:15
Big_Goose14-Nov-05 16:15 
AnswerRe: Console C++ app drawing to a Window Pin
Christian Graus14-Nov-05 16:30
protectorChristian Graus14-Nov-05 16:30 
GeneralRe: Console C++ app drawing to a Window Pin
Big_Goose15-Nov-05 3:18
Big_Goose15-Nov-05 3:18 
GeneralRe: Console C++ app drawing to a Window Pin
Big_Goose15-Nov-05 3:20
Big_Goose15-Nov-05 3:20 
GeneralRe: Console C++ app drawing to a Window Pin
Christian Graus15-Nov-05 10:56
protectorChristian Graus15-Nov-05 10:56 
Big_Goose wrote:
My impression is that VS.NET allows you to program parts of an application in C++, part in VB, and so on.


Yes, if you write part of it in dlls. There's rarely a good reason to do this, I've only just done it for the first time ever ( I wrote some really complex image processing code in C++, and now I have a C# app that wants to call it ).

Big_Goose wrote:
Would having VB do the drawing be easier than drawing with Managed C++?


Yes.

Big_Goose wrote:
And if so, how can VB see the map's class and draw from it?


You'd have to write a MC++ dll that exposes methods to return the data. I'd be surprised if it wouldn't be easier to rewrite it in VB or C#.


Christian Graus - Microsoft MVP - C++
GeneralRe: Console C++ app drawing to a Window Pin
Christian Graus15-Nov-05 11:03
protectorChristian Graus15-Nov-05 11:03 
QuestionHow do you know the duplicate key insertion in STL map Pin
sarath_babu13-Nov-05 20:18
sarath_babu13-Nov-05 20:18 
AnswerRe: How do you know the duplicate key insertion in STL map Pin
Nish Nishant14-Nov-05 4:08
sitebuilderNish Nishant14-Nov-05 4:08 
GeneralRe: How do you know the duplicate key insertion in STL map Pin
Christian Graus14-Nov-05 14:09
protectorChristian Graus14-Nov-05 14:09 
GeneralRe: How do you know the duplicate key insertion in STL map Pin
Nish Nishant15-Nov-05 6:51
sitebuilderNish Nishant15-Nov-05 6:51 
GeneralRe: How do you know the duplicate key insertion in STL map Pin
Christian Graus15-Nov-05 10:57
protectorChristian Graus15-Nov-05 10:57 
GeneralRe: How do you know the duplicate key insertion in STL map Pin
Jeremy Thornton24-Nov-05 2:24
Jeremy Thornton24-Nov-05 2:24 
GeneralRe: How do you know the duplicate key insertion in STL map Pin
toxcct24-Nov-05 2:47
toxcct24-Nov-05 2:47 
GeneralRe: How do you know the duplicate key insertion in STL map Pin
Christian Graus24-Nov-05 9:06
protectorChristian Graus24-Nov-05 9:06 
GeneralRe: How do you know the duplicate key insertion in STL map Pin
Jeremy Thornton24-Nov-05 23:00
Jeremy Thornton24-Nov-05 23:00 
AnswerRe: How do you know the duplicate key insertion in STL map Pin
Jeremy Thornton24-Nov-05 2:45
Jeremy Thornton24-Nov-05 2:45 
Questionhow to share a class with string member in managed and Unmanaged C++ Pin
dummy80813-Nov-05 17:17
dummy80813-Nov-05 17:17 
AnswerRe: how to share a class with string member in managed and Unmanaged C++ Pin
Nish Nishant14-Nov-05 4:08
sitebuilderNish Nishant14-Nov-05 4:08 
GeneralRe: how to share a class with string member in managed and Unmanaged C++ Pin
dummy80814-Nov-05 9:44
dummy80814-Nov-05 9:44 
QuestionHow to force the .NET version in a managed C++ DLL? Pin
Kubla Khan13-Nov-05 14:28
Kubla Khan13-Nov-05 14:28 
AnswerRe: How to force the .NET version in a managed C++ DLL? Pin
Nish Nishant14-Nov-05 4:10
sitebuilderNish Nishant14-Nov-05 4:10 
GeneralRe: How to force the .NET version in a managed C++ DLL? Pin
Kubla Khan14-Nov-05 5:21
Kubla Khan14-Nov-05 5:21 

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.