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

Managed C++/CLI

 
QuestionQuickest Way to Wrap Standard Win32 DLL? Pin
RichB3-Mar-05 5:25
RichB3-Mar-05 5:25 
AnswerWhy didn't Microsoft think of this? Pin
ursus zeta5-Mar-05 12:05
ursus zeta5-Mar-05 12:05 
GeneralUnzip the file in vb.net Pin
Thirumalaraj3-Mar-05 4:28
Thirumalaraj3-Mar-05 4:28 
GeneralRe: Unzip the file in vb.net Pin
Christian Graus6-Mar-05 13:00
protectorChristian Graus6-Mar-05 13:00 
Generaladd a button on Save As dialogue tool bar Pin
MihaiChioariu2-Mar-05 0:44
MihaiChioariu2-Mar-05 0:44 
GeneralRe: add a button on Save As dialogue tool bar Pin
Christian Graus2-Mar-05 11:10
protectorChristian Graus2-Mar-05 11:10 
Generallibc usage in managed code Pin
Eric Schaefer1-Mar-05 21:20
Eric Schaefer1-Mar-05 21:20 
Generalconfused Pin
ursus zeta5-Mar-05 12:28
ursus zeta5-Mar-05 12:28 
Are you trying to convert a String object in .NET into its data equivalent for usage in an unmanged application?
If so, you should read the documentation on Interop marshalling and, in particular the default conversions of the various data types into either COM or just unmanaged C++. The String object maps to several character array types and sometimes you have to use the MarshalAs attribute to make the operation happen smoothly.
GeneralRe: confused Pin
Eric Schaefer6-Mar-05 18:50
Eric Schaefer6-Mar-05 18:50 
GeneralC# and Custom C++ interfaces Pin
vad_kr27-Feb-05 21:06
vad_kr27-Feb-05 21:06 
GeneralRe: C# and Custom C++ interfaces Pin
ursus zeta28-Feb-05 14:20
ursus zeta28-Feb-05 14:20 
GeneralSyntax for storing an adress to a function pointer from outside a class in GNU g++ Pin
Armini25-Feb-05 7:29
Armini25-Feb-05 7:29 
GeneralSimple 'DateTimePicker' Question Pin
lior654#hotmail.com24-Feb-05 21:07
lior654#hotmail.com24-Feb-05 21:07 
GeneralRe: Simple 'DateTimePicker' Question Pin
lms0073-Mar-05 22:02
lms0073-Mar-05 22:02 
GeneralC++ Functions Pin
opan24-Feb-05 19:49
opan24-Feb-05 19:49 
GeneralRe: C++ Functions Pin
Christian Graus28-Feb-05 10:04
protectorChristian Graus28-Feb-05 10:04 
GeneralFile I/O problem Pin
Anonymous22-Feb-05 13:27
Anonymous22-Feb-05 13:27 
GeneralThis is the managed C++ Forum (.NET) Pin
ursus zeta24-Feb-05 10:24
ursus zeta24-Feb-05 10:24 
Generalgraphics Pin
gyanendra suwal18-Feb-05 6:37
gyanendra suwal18-Feb-05 6:37 
Generalimport .jpg file Pin
ursus zeta19-Feb-05 11:05
ursus zeta19-Feb-05 11:05 
Generalproblem in graphics Pin
18-Feb-05 6:13
suss18-Feb-05 6:13 
GeneralRe: problem in graphics Pin
ursus zeta19-Feb-05 11:17
ursus zeta19-Feb-05 11:17 
GeneralRe: problem in graphics Pin
sunibigyana20-Feb-05 6:44
susssunibigyana20-Feb-05 6:44 
GeneralRe: problem in graphics Pin
ursus zeta24-Feb-05 10:58
ursus zeta24-Feb-05 10:58 
Generalkindly help me with this errors: Pin
jedskie_a17-Feb-05 6:19
jedskie_a17-Feb-05 6:19 

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.