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

Managed C++/CLI

 
QuestionHelp me about " template" Pin
ubriela10-Sep-07 5:26
ubriela10-Sep-07 5:26 
AnswerRe: Help me about " template" Pin
Mark Salsbery10-Sep-07 5:46
Mark Salsbery10-Sep-07 5:46 
QuestionRe: Help me about " template" Pin
Hamid_RT12-Sep-07 23:10
Hamid_RT12-Sep-07 23:10 
Questionusb otg??? Pin
kutalinelucas10-Sep-07 1:24
kutalinelucas10-Sep-07 1:24 
AnswerRe: usb otg??? Pin
Mark Salsbery10-Sep-07 5:49
Mark Salsbery10-Sep-07 5:49 
Questionredefinition error (Library) Pin
palanirajan10-Sep-07 0:03
palanirajan10-Sep-07 0:03 
AnswerRe: redefinition error (Library) Pin
Mark Salsbery10-Sep-07 5:51
Mark Salsbery10-Sep-07 5:51 
QuestionHelp with accessing COM component. Pin
art_ami9-Sep-07 19:28
art_ami9-Sep-07 19:28 
I am having problems accessing some of the methods of a COM component .

Method Signature in a com component as follows:

HRESULT Getvalues(int i, int j , VARIANT &varval);

When adding reference of our COM component to the .Net code . .NET has converted the method to as follows:

System: object^ GetValues(int i , int j );

There is a invalid variant exception while executing GetValues(int i , int j ) from .Net application(Mixed Mode C++ application in VS 2005)

How do determine the call to COM function was successfull?
In the old native code HRESULT inidcated that the function call was successful or not.
So what is equivalent of HRESULT in Managed Wrapper for COM component?

Thanks a lot for the help,
Arti
QuestionHelp with C program [modified] Pin
eitwoman8-Sep-07 13:21
eitwoman8-Sep-07 13:21 
AnswerRe: Help with C program Pin
Mark Salsbery9-Sep-07 7:54
Mark Salsbery9-Sep-07 7:54 
GeneralRe: Help with C program Pin
eitwoman10-Sep-07 1:59
eitwoman10-Sep-07 1:59 
AnswerRe: Help with C program Pin
Mark Salsbery10-Sep-07 6:53
Mark Salsbery10-Sep-07 6:53 
GeneralRe: Help with C program Pin
eitwoman10-Sep-07 10:00
eitwoman10-Sep-07 10:00 
QuestionArray and String Pin
pourang7-Sep-07 21:58
pourang7-Sep-07 21:58 
AnswerRe: Array and String Pin
ubriela7-Sep-07 23:00
ubriela7-Sep-07 23:00 
GeneralRe: Array and String Pin
George L. Jackson8-Sep-07 5:27
George L. Jackson8-Sep-07 5:27 
GeneralRe: Array and String Pin
pourang10-Sep-07 4:20
pourang10-Sep-07 4:20 
AnswerRe: Array and String Pin
George L. Jackson8-Sep-07 5:23
George L. Jackson8-Sep-07 5:23 
GeneralRe: Array and String Pin
pourang9-Sep-07 11:59
pourang9-Sep-07 11:59 
AnswerRe: Array and String Pin
Chetan Patel9-Sep-07 21:23
Chetan Patel9-Sep-07 21:23 
GeneralRe: Array and String Pin
pourang10-Sep-07 4:24
pourang10-Sep-07 4:24 
QuestionPrinting from Print-Preview results in different output Pin
BuckBrown7-Sep-07 10:37
BuckBrown7-Sep-07 10:37 
QuestionHelp with Threading Pin
art_ami7-Sep-07 3:14
art_ami7-Sep-07 3:14 
AnswerRe: Help with Threading Pin
led mike7-Sep-07 4:29
led mike7-Sep-07 4:29 
GeneralRe: Help with Threading Pin
art_ami7-Sep-07 22:52
art_ami7-Sep-07 22:52 

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.