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

Managed C++/CLI

 
GeneralRe: FIXED: Re: Microsoft bug? Pin
Nish Nishant22-May-02 18:13
sitebuilderNish Nishant22-May-02 18:13 
GeneralIJW or P/Invoke Pin
Madhu C15-May-02 13:40
Madhu C15-May-02 13:40 
GeneralRe: IJW or P/Invoke Pin
Nish Nishant16-May-02 17:18
sitebuilderNish Nishant16-May-02 17:18 
GeneralRe: IJW or P/Invoke Pin
Rama Krishna Vavilala16-May-02 17:19
Rama Krishna Vavilala16-May-02 17:19 
GeneralRe: IJW or P/Invoke Pin
Nish Nishant16-May-02 17:29
sitebuilderNish Nishant16-May-02 17:29 
GeneralRe: IJW or P/Invoke Pin
Madhu _Cheriyedath17-May-02 4:21
Madhu _Cheriyedath17-May-02 4:21 
GeneralRe: IJW or P/Invoke Pin
Nish Nishant17-May-02 16:15
sitebuilderNish Nishant17-May-02 16:15 
QuestionHow to call C# public function from inside Managed C++ Pin
Albert Pascual14-May-02 8:57
sitebuilderAlbert Pascual14-May-02 8:57 
I have a C# front end DLL with a namescape FrontEnd
From managed C++ I run the Dll and it works all good. Now I want to call a public function of one of the classes. In Managed C++ I have:

FrontEnd::MyClass * pMyclass;

That works fine but I cannot call any public class:

pMyclass::MypublicFunction(arg1, arg2);

Compiler error:
error C2039: MypublicFunction: is not a member of 'FrontEnd::pMyclass'

Any idea?

Al

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

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.