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

Managed C++/CLI

 
QuestionOrganization of .cpp and header files. [modified] Pin
bankai1233-Oct-06 13:51
bankai1233-Oct-06 13:51 
AnswerRe: Organization of .cpp and header files. Pin
User 5838523-Oct-06 20:20
User 5838523-Oct-06 20:20 
QuestionChange to /clr option Pin
Epi3-Oct-06 3:27
Epi3-Oct-06 3:27 
AnswerRe: Change to /clr option Pin
Nish Nishant3-Oct-06 4:32
sitebuilderNish Nishant3-Oct-06 4:32 
GeneralRe: Change to /clr option Pin
Epi3-Oct-06 4:38
Epi3-Oct-06 4:38 
GeneralRe: Change to /clr option Pin
Nish Nishant3-Oct-06 4:49
sitebuilderNish Nishant3-Oct-06 4:49 
GeneralRe: Change to /clr option Pin
Epi3-Oct-06 5:11
Epi3-Oct-06 5:11 
GeneralRe: Change to /clr option Pin
Nish Nishant3-Oct-06 5:29
sitebuilderNish Nishant3-Oct-06 5:29 
Looks like you are trying to link with multiple CRT libraries. /clr only supports the dynamic CRT - and I believe the single threaded CRT is not even available. Fix your CRT settings and make sure that you are not inadvertently linking with any of the old VC6 LIBs.

Regards,
Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
Currently working on C++/CLI in Action for Manning Publications.
Also visit the Ultimate Toolbox blog

GeneralRe: Change to /clr option Pin
Epi3-Oct-06 21:55
Epi3-Oct-06 21:55 
GeneralRe: Change to /clr option Pin
Epi4-Oct-06 4:50
Epi4-Oct-06 4:50 
QuestionShow Console + ShowDialog [modified] Pin
bankai1232-Oct-06 16:13
bankai1232-Oct-06 16:13 
AnswerRe: Show Console + ShowDialog [modified] Pin
User 5838522-Oct-06 20:47
User 5838522-Oct-06 20:47 
GeneralRe: Show Console + ShowDialog Pin
bankai1232-Oct-06 21:15
bankai1232-Oct-06 21:15 
GeneralRe: Show Console + ShowDialog Pin
User 5838522-Oct-06 21:18
User 5838522-Oct-06 21:18 
GeneralRe: Show Console + ShowDialog Pin
bankai1233-Oct-06 13:47
bankai1233-Oct-06 13:47 
Questionopengl problem Pin
Arif Liminto1-Oct-06 22:08
professionalArif Liminto1-Oct-06 22:08 
AnswerRe: opengl problem Pin
Christian Graus1-Oct-06 23:49
protectorChristian Graus1-Oct-06 23:49 
QuestionManaged C++ Winforms using MouseEnter/Leave Pin
sirokket161-Oct-06 14:54
sirokket161-Oct-06 14:54 
QuestionDevice contexts / hWnd's Pin
zzattack1-Oct-06 9:45
zzattack1-Oct-06 9:45 
AnswerRe: Device contexts / hWnd's Pin
Christian Graus1-Oct-06 10:04
protectorChristian Graus1-Oct-06 10:04 
GeneralRe: Device contexts / hWnd's Pin
zzattack1-Oct-06 10:08
zzattack1-Oct-06 10:08 
GeneralRe: Device contexts / hWnd's Pin
Christian Graus1-Oct-06 10:17
protectorChristian Graus1-Oct-06 10:17 
GeneralRe: Device contexts / hWnd's [modified] Pin
zzattack1-Oct-06 10:34
zzattack1-Oct-06 10:34 
QuestionNew To C++ Need Help ---- Buttons On Form Apps Pin
Mark_Murphy1-Oct-06 7:11
Mark_Murphy1-Oct-06 7:11 
AnswerRe: New To C++ Need Help ---- Buttons On Form Apps Pin
Christian Graus1-Oct-06 10:06
protectorChristian Graus1-Oct-06 10:06 

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.