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

Managed C++/CLI

 
GeneralRe: How do you change the Build Action property of an icon? Pin
led mike27-May-08 4:37
led mike27-May-08 4:37 
QuestionWrapping MFC project to .net Pin
Fu Manchu22-May-08 0:34
Fu Manchu22-May-08 0:34 
AnswerRe: Wrapping MFC project to .net Pin
led mike22-May-08 4:34
led mike22-May-08 4:34 
GeneralRe: Wrapping MFC project to .net Pin
Fu Manchu22-May-08 4:56
Fu Manchu22-May-08 4:56 
GeneralRe: Wrapping MFC project to .net Pin
led mike22-May-08 10:15
led mike22-May-08 10:15 
GeneralRe: Wrapping MFC project to .net Pin
Fu Manchu22-May-08 10:31
Fu Manchu22-May-08 10:31 
GeneralRe: Wrapping MFC project to .net Pin
led mike23-May-08 5:21
led mike23-May-08 5:21 
AnswerRe: Wrapping MFC project to .net Pin
Joe Woodbury30-May-08 11:39
professionalJoe Woodbury30-May-08 11:39 
You can simply compile your MFC application with the /CLR switch (project property, Configuration Properties|General|Common Language Runtime support.)

If I must move an application from native to .NET, my own preference is to understand how the application works and then rewrite it in C# and fully leverage .NET. (I've had some code move almost straight across with mostly cosmetic changes--like having to put public in front of methods and so forth.)


Anyone who thinks he has a better idea of what's good for people than people do is a swine.
- P.J. O'Rourke


Questionsyntaxhighlighting Pin
rose19620-May-08 20:51
rose19620-May-08 20:51 
AnswerRe: syntaxhighlighting Pin
leonigah2-Jul-08 23:24
leonigah2-Jul-08 23:24 
QuestionCopied solution will nor recognize application icon Pin
BuckBrown20-May-08 11:21
BuckBrown20-May-08 11:21 
AnswerRe: Copied solution will nor recognize application icon Pin
led mike20-May-08 11:52
led mike20-May-08 11:52 
GeneralRe: Copied solution will nor recognize application icon Pin
BuckBrown21-May-08 7:03
BuckBrown21-May-08 7:03 
GeneralRe: Copied solution will nor recognize application icon Pin
led mike21-May-08 7:32
led mike21-May-08 7:32 
GeneralRe: Copied solution will nor recognize application icon Pin
BuckBrown22-May-08 6:18
BuckBrown22-May-08 6:18 
GeneralRe: Copied solution will nor recognize application icon Pin
led mike22-May-08 9:27
led mike22-May-08 9:27 
GeneralRe: Copied solution will nor recognize application icon Pin
BuckBrown22-May-08 10:34
BuckBrown22-May-08 10:34 
Questionkeyeventargs Pin
rose19619-May-08 20:57
rose19619-May-08 20:57 
AnswerRe: keyeventargs Pin
Christian Graus19-May-08 21:55
protectorChristian Graus19-May-08 21:55 
GeneralRe: keyeventargs Pin
rose19619-May-08 23:32
rose19619-May-08 23:32 
GeneralRe: keyeventargs Pin
rose19620-May-08 0:38
rose19620-May-08 0:38 
Questioncreate an Event to a TreeView Pin
sabeeshcs19-May-08 2:42
sabeeshcs19-May-08 2:42 
AnswerRe: create an Event to a TreeView Pin
led mike19-May-08 4:31
led mike19-May-08 4:31 
QuestionHow to expose mixed class as COM class [modified typo rectified] Pin
jayart18-May-08 23:50
jayart18-May-08 23:50 
AnswerRe: How to expose mixed class as COM class [modified typo rectified] Pin
jayart19-May-08 0:15
jayart19-May-08 0:15 

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.