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

Managed C++/CLI

 
GeneralRe: wchar_t* to __gc String* Pin
Nish Nishant11-May-02 3:37
sitebuilderNish Nishant11-May-02 3:37 
General#pragma managed/unmanaged Pin
Nish Nishant11-May-02 1:15
sitebuilderNish Nishant11-May-02 1:15 
GeneralRe: #pragma managed/unmanaged Pin
James T. Johnson11-May-02 1:55
James T. Johnson11-May-02 1:55 
GeneralRe: #pragma managed/unmanaged Pin
Nish Nishant11-May-02 3:38
sitebuilderNish Nishant11-May-02 3:38 
GeneralRe: #pragma managed/unmanaged Pin
James T. Johnson11-May-02 3:51
James T. Johnson11-May-02 3:51 
GeneralRe: #pragma managed/unmanaged Pin
Nish Nishant11-May-02 4:52
sitebuilderNish Nishant11-May-02 4:52 
GeneralRe: #pragma managed/unmanaged Pin
James T. Johnson11-May-02 5:02
James T. Johnson11-May-02 5:02 
GeneralRe: #pragma managed/unmanaged Pin
Rama Krishna Vavilala11-May-02 4:29
Rama Krishna Vavilala11-May-02 4:29 
Nish [BusterBoy] wrote:
Well, when it sees a fuilly unmanaged function, why doesn't it auto-apply #pragma unmanaged to that block?

1. Managed Code - Code that compiles into IL (atleast in the first version of CLR in the next version it would be possible to have IL unmanaged functions)
2. Unmanaged Code - Code that compiles into native processor's instructions

So you see there is nothing called an unmanaged function before anything gets compiled.

It is perfectly legal to have global functions in managed code. ILASM can create and use it( may be VB.NET).
GeneralRe: #pragma managed/unmanaged Pin
Nish Nishant11-May-02 4:50
sitebuilderNish Nishant11-May-02 4:50 
GeneralVC++.Net Pin
Ollie8-May-02 23:16
Ollie8-May-02 23:16 
GeneralRe: VC++.Net Pin
James T. Johnson8-May-02 23:35
James T. Johnson8-May-02 23:35 
GeneralRe: VC++.Net Pin
Ollie9-May-02 0:02
Ollie9-May-02 0:02 
GeneralRe: VC++.Net Pin
James T. Johnson9-May-02 0:18
James T. Johnson9-May-02 0:18 
GeneralRe: VC++.Net Pin
James T. Johnson9-May-02 0:20
James T. Johnson9-May-02 0:20 
GeneralRe: VC++.Net Pin
Nish Nishant9-May-02 0:24
sitebuilderNish Nishant9-May-02 0:24 
GeneralRe: VC++.Net Pin
James T. Johnson9-May-02 0:30
James T. Johnson9-May-02 0:30 
GeneralRe: VC++.Net Pin
Nish Nishant8-May-02 23:35
sitebuilderNish Nishant8-May-02 23:35 
GeneralRe: VC++.Net Pin
ColinDavies8-May-02 23:38
ColinDavies8-May-02 23:38 
GeneralRe: VC++.Net Pin
Nish Nishant8-May-02 23:41
sitebuilderNish Nishant8-May-02 23:41 
GeneralNewbie in trouble with MC++ Pin
Jaims7-May-02 22:05
Jaims7-May-02 22:05 
GeneralRe: Newbie in trouble with MC++ Pin
Albert Pascual8-May-02 6:04
sitebuilderAlbert Pascual8-May-02 6:04 
GeneralRe: Newbie in trouble with MC++ Pin
Nish Nishant8-May-02 6:53
sitebuilderNish Nishant8-May-02 6:53 
GeneralRe: Newbie in trouble with MC++ Pin
Nish Nishant8-May-02 6:49
sitebuilderNish Nishant8-May-02 6:49 
GeneralRe: Newbie in trouble with MC++ Pin
Brian Delahunty8-May-02 7:52
Brian Delahunty8-May-02 7:52 
GeneralRe: Newbie in trouble with MC++ Pin
Nish Nishant8-May-02 8:03
sitebuilderNish Nishant8-May-02 8:03 

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.