Click here to Skip to main content
16,004,372 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionThe memory could not be "written". error Pin
Shamnar12-Jul-06 1:57
Shamnar12-Jul-06 1:57 
AnswerRe: The memory could not be "written". error Pin
Jonathan [Darka]12-Jul-06 3:41
professionalJonathan [Darka]12-Jul-06 3:41 
QuestionWindows Forms Pin
mehmetned11-Jul-06 21:58
mehmetned11-Jul-06 21:58 
AnswerRe: Windows Forms Pin
Jonathan [Darka]12-Jul-06 3:59
professionalJonathan [Darka]12-Jul-06 3:59 
GeneralRe: Windows Forms Pin
mehmetned12-Jul-06 4:46
mehmetned12-Jul-06 4:46 
GeneralRe: Windows Forms Pin
Jonathan [Darka]12-Jul-06 5:06
professionalJonathan [Darka]12-Jul-06 5:06 
AnswerRe: Windows Forms Pin
Jun Du12-Jul-06 4:22
Jun Du12-Jul-06 4:22 
Questionmanaged c++ or unmanaged c++ Pin
mehmetned11-Jul-06 21:53
mehmetned11-Jul-06 21:53 
AnswerRe: managed c++ or unmanaged c++ Pin
Jonathan [Darka]12-Jul-06 3:57
professionalJonathan [Darka]12-Jul-06 3:57 
AnswerRe: managed c++ or unmanaged c++ Pin
Jun Du12-Jul-06 4:32
Jun Du12-Jul-06 4:32 
Questiontrying to compile a C file in a C++ CLR project Pin
Super Lloyd11-Jul-06 20:47
Super Lloyd11-Jul-06 20:47 
AnswerRe: trying to compile a C file in a C++ CLR project Pin
Super Lloyd11-Jul-06 20:59
Super Lloyd11-Jul-06 20:59 
AnswerRe: trying to compile a C file in a C++ CLR project Pin
Jonas Hammarberg11-Jul-06 21:10
professionalJonas Hammarberg11-Jul-06 21:10 
From MSDN ( http://msdn2.microsoft.com/en-us/library/ms173265(d=ide).aspx )

Known Issues Compiling Library Projects with /clr
Visual C++ 2005 contains some known issues when compiling library projects with /clr:

When compiling an MFC ActiveX control project with /clr in the development environment, the build system will attempt to register the .dll with regasm and not regsvr32. You must manually register the control with regsvr32.

When you create an ATL project and then enable /clr, the .c files will generate an error, because .c files cannot be compiled with /clr. However, if you change the file settings to compile the file with /TP, you will generate linker errors. The resolution is to compile the .c files as native (without /clr).

QuestionSir, In C++ what functions get Added? Pin
CodeVarma10-Jul-06 15:28
CodeVarma10-Jul-06 15:28 
AnswerRe: Sir, In C++ what functions get Added? [modified] Pin
Sebastian Schneider10-Jul-06 23:45
Sebastian Schneider10-Jul-06 23:45 
GeneralRe: Sir, In C++ what functions get Added? Pin
toxcct10-Jul-06 23:52
toxcct10-Jul-06 23:52 
GeneralRe: Sir, In C++ what functions get Added? Pin
Sebastian Schneider11-Jul-06 1:10
Sebastian Schneider11-Jul-06 1:10 
QuestionDouble Buffering in Managed C++ Pin
Pavan Rao9-Jul-06 21:13
Pavan Rao9-Jul-06 21:13 
AnswerRe: Double Buffering in Managed C++ Pin
Jun Du10-Jul-06 4:18
Jun Du10-Jul-06 4:18 
GeneralRe: Double Buffering in Managed C++ Pin
Pavan Rao10-Jul-06 4:24
Pavan Rao10-Jul-06 4:24 
GeneralRe: Double Buffering in Managed C++ Pin
Sebastian Schneider10-Jul-06 4:45
Sebastian Schneider10-Jul-06 4:45 
GeneralRe: Double Buffering in Managed C++ Pin
mertadin21-Jul-06 3:13
mertadin21-Jul-06 3:13 
QuestionTAPI v dot net Pin
flippydeflippydebop8-Jul-06 20:55
flippydeflippydebop8-Jul-06 20:55 
QuestionCan I use a vector of class objects? Pin
Suddha Talukdar8-Jul-06 13:07
Suddha Talukdar8-Jul-06 13:07 
QuestionOwner drawn button in VC++ 2005 Pin
cshell497-Jul-06 4:09
cshell497-Jul-06 4:09 

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.