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

Managed C++/CLI

 
AnswerFixed! Re: How to call C# public function from inside Managed C++ Pin
Albert Pascual14-May-02 10:58
sitebuilderAlbert Pascual14-May-02 10:58 
General.NET via unmanaged C++ COM Pin
13-May-02 11:02
suss13-May-02 11:02 
GeneralMaking DLLs Pin
zakimurtaza12-May-02 6:27
zakimurtaza12-May-02 6:27 
GeneralRe: Making DLLs Pin
Nish Nishant13-May-02 4:45
sitebuilderNish Nishant13-May-02 4:45 
Generalwchar_t* to __gc String* Pin
Nish Nishant11-May-02 1:18
sitebuilderNish Nishant11-May-02 1:18 
GeneralRe: wchar_t* to __gc String* Pin
James T. Johnson11-May-02 1:56
James T. Johnson11-May-02 1:56 
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 
I discovered that you cannot use #pragma unmanaged for a member function of a managed class, even though the member function uses only unmanaged calls. Thus I have concluded that you can use #pragma unmanaged only for unmanaged global functions or for unmanaged classes. But then, what's the bloody point, since unmanaged code will get compiled to native code anyway! Confused | :confused:

Nish


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

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 
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 

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.