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

Managed C++/CLI

 
GeneralRe: MC++? Pin
Nish Nishant28-May-02 19:38
sitebuilderNish Nishant28-May-02 19:38 
GeneralRe: MC++? Pin
Michael P Butler28-May-02 20:20
Michael P Butler28-May-02 20:20 
GeneralRe: MC++? Pin
Nish Nishant28-May-02 21:29
sitebuilderNish Nishant28-May-02 21:29 
GeneralRe: MC++? Pin
Brian Olej29-May-02 15:21
Brian Olej29-May-02 15:21 
GeneralRe: MC++? Pin
Nish Nishant29-May-02 15:29
sitebuilderNish Nishant29-May-02 15:29 
GeneralRe: MC++? Pin
Brian Olej29-May-02 16:11
Brian Olej29-May-02 16:11 
GeneralRe: MC++? Pin
Nish Nishant29-May-02 17:25
sitebuilderNish Nishant29-May-02 17:25 
GeneralMC++ wrapping mytesries Pin
Nish Nishant27-May-02 20:43
sitebuilderNish Nishant27-May-02 20:43 
Take a look at this MC++ class :-
public __gc class Class2
{
public:
    int Abc()
    {
        int y=8;
        return y;
    }
};

Now here is some C# code that instantiates this class :-
Class2 c1 = new Class2();
int y=c1.Abc();


This is confusing to me. Abc() returns an int and not an Int32. It returns a C++ int. Now we know that the C# int actually maps to a .NET Int32. What puzzles me is how the C++ int auto-converts into a C# int which auto-boxes to a Int32!


Regards,
Nish
Native CPian.
Born and brought up on CP.
With the CP blood in him.

GeneralRe: MC++ wrapping mytesries Pin
Rama Krishna Vavilala28-May-02 2:22
Rama Krishna Vavilala28-May-02 2:22 
GeneralRe: MC++ wrapping mytesries Pin
Nish Nishant28-May-02 3:53
sitebuilderNish Nishant28-May-02 3:53 
GeneralRe: MC++ wrapping mytesries Pin
Joao Vaz29-May-02 2:21
Joao Vaz29-May-02 2:21 
GeneralBlasted web service stays in memory Pin
Nish Nishant27-May-02 19:53
sitebuilderNish Nishant27-May-02 19:53 
GeneralReading web services Pin
Nish Nishant26-May-02 21:42
sitebuilderNish Nishant26-May-02 21:42 
GeneralRe: Reading web services Pin
James T. Johnson27-May-02 5:44
James T. Johnson27-May-02 5:44 
GeneralRe: Reading web services Pin
Nish Nishant27-May-02 14:49
sitebuilderNish Nishant27-May-02 14:49 
GeneralRe: Reading web services Pin
James T. Johnson27-May-02 14:53
James T. Johnson27-May-02 14:53 
GeneralRe: Reading web services Pin
Nish Nishant27-May-02 19:54
sitebuilderNish Nishant27-May-02 19:54 
GeneralHelp Needed Pin
zygo650025-May-02 5:24
zygo650025-May-02 5:24 
GeneralRe: Help Needed Pin
Nish Nishant25-May-02 18:30
sitebuilderNish Nishant25-May-02 18:30 
GeneralHelp - unmanaged threads and IJW DLL Pin
22-May-02 17:52
suss22-May-02 17:52 
GeneralRe: Help - unmanaged threads and IJW DLL Pin
Rama Krishna Vavilala22-May-02 18:25
Rama Krishna Vavilala22-May-02 18:25 
GeneralRe: Help - unmanaged threads and IJW DLL Pin
23-May-02 6:10
suss23-May-02 6:10 
GeneralRe: Help - unmanaged threads and IJW DLL Pin
Rama Krishna Vavilala23-May-02 6:08
Rama Krishna Vavilala23-May-02 6:08 
GeneralRe: Help - unmanaged threads and IJW DLL Pin
Nish Nishant22-May-02 18:48
sitebuilderNish Nishant22-May-02 18:48 
GeneralMC++ control in a C# form :-( Pin
Nish Nishant22-May-02 15:58
sitebuilderNish Nishant22-May-02 15:58 

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.