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

Managed C++/CLI

 
AnswerRe: gathering drive contents with standard C functions Pin
mikanu19-Nov-05 20:40
mikanu19-Nov-05 20:40 
QuestionCreating a CSV file using C++ Pin
Georgie Hughes15-Nov-05 1:55
Georgie Hughes15-Nov-05 1:55 
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 
Hello Christian,

Thanks for the quick reply. If you bare with me a little longer, we'd be able to figure this out. Much appreciated.

I have Visual Studio .NET and the program I wrote is simply an MS-DOS console project that I started as an "empty project" in VS.NET (C++ Projects). This is my second time using VS, I have been programming in VC6 until recently. The program runs fine as an .EXE under DOS. It draws a grid map that is updated in a seperate thread from a class that the main thread updates, in other words, the main thread creates the map class, updates its members, and a drawing thread automatically and simultaneously reads from the map class object and updates the graphic grid.

Now, I would like to move the graphics to a window as opposed to the DOS console. It seems from your reply that managed C++ is a better way to do that, and given that I know neither managed C++ graphics nor C++/MFC, might as well learn C++/CLI and use that.

This is what I'm trying to do. Any further reply is much much appreciated.

Thanks.
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 
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 

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.