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

Managed C++/CLI

 
GeneralRe: Is the .net framework part of the OS? Pin
J. Dunlap15-Nov-03 14:37
J. Dunlap15-Nov-03 14:37 
GeneralRe: Is the .net framework part of the OS? Pin
LasVegasGuy15-Nov-03 15:22
LasVegasGuy15-Nov-03 15:22 
GeneralRe: Is the .net framework part of the OS? Pin
Tom Archer15-Nov-03 15:41
Tom Archer15-Nov-03 15:41 
GeneralAbout images convertions Pin
Anonymous12-Nov-03 4:10
Anonymous12-Nov-03 4:10 
GeneralAbout images convertion Pin
Anonymous12-Nov-03 4:09
Anonymous12-Nov-03 4:09 
GeneralRe: About images convertion Pin
J. Dunlap12-Nov-03 9:01
J. Dunlap12-Nov-03 9:01 
GeneralRe: About images convertion Pin
Anonymous13-Nov-03 23:49
Anonymous13-Nov-03 23:49 
General__value classes in Unmanaged C++ Pin
Katamneni11-Nov-03 20:18
Katamneni11-Nov-03 20:18 
Hi All

i have defined a __value type class.How can i declare and create it in UnmanagedC++ class using new operator on the C runtime heap?
For example
public __value MyClasss
{
public:
int a;
}

//my unmanaged classs
class MyUnmanagedCPP
{
void SomeMethod()
{
MyClasss *pMyClass = new MyClasss();// here i'm getting error C3828
}
}
GeneralRe: __value classes in Unmanaged C++ Pin
Tom Archer14-Nov-03 10:08
Tom Archer14-Nov-03 10:08 
GeneralvCarlendar and vCard parser Pin
Thomas Bretz-Rieck9-Nov-03 7:00
Thomas Bretz-Rieck9-Nov-03 7:00 
GeneralGettin image from hard disk in graphics under c Pin
tionest7-Nov-03 23:36
tionest7-Nov-03 23:36 
GeneralRe: Gettin image from hard disk in graphics under c Pin
Judah Gabriel Himango10-Nov-03 4:49
sponsorJudah Gabriel Himango10-Nov-03 4:49 
GeneralRe: Gettin image from hard disk in graphics under c Pin
Signal-911-Nov-03 8:54
Signal-911-Nov-03 8:54 
GeneralRe: Gettin image from hard disk in graphics under c Pin
John M. Drescher12-Nov-03 12:06
John M. Drescher12-Nov-03 12:06 
GeneralDialogs in Windows Forms application Pin
krajnik7-Nov-03 8:20
krajnik7-Nov-03 8:20 
GeneralRe: Dialogs in Windows Forms application Pin
Signal-911-Nov-03 9:01
Signal-911-Nov-03 9:01 
GeneralConvert from __GC String to const WCHAR Pin
DR Clevenger6-Nov-03 13:00
DR Clevenger6-Nov-03 13:00 
GeneralRe: Convert from __GC String to const WCHAR Pin
Tom Archer6-Nov-03 17:29
Tom Archer6-Nov-03 17:29 
GeneralRe: Convert from __GC String to const WCHAR Pin
DR Clevenger7-Nov-03 2:59
DR Clevenger7-Nov-03 2:59 
GeneralRe: Convert from __GC String to const WCHAR Pin
DR Clevenger7-Nov-03 3:20
DR Clevenger7-Nov-03 3:20 
GeneralRe: Convert from __GC String to const WCHAR Pin
Tom Archer7-Nov-03 3:50
Tom Archer7-Nov-03 3:50 
GeneralRe: Convert from __GC String to const WCHAR Pin
DR Clevenger7-Nov-03 5:27
DR Clevenger7-Nov-03 5:27 
GeneralString question Pin
Ereinion6-Nov-03 11:24
Ereinion6-Nov-03 11:24 
GeneralRe: String question Pin
George L. Jackson20-Nov-03 7:38
George L. Jackson20-Nov-03 7:38 
GeneralError loading C++.Net dll on networkdrv Pin
michaelschmitt3-Nov-03 0:40
michaelschmitt3-Nov-03 0:40 

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.