Click here to Skip to main content
15,911,711 members
Home / Discussions / COM
   

COM

 
AnswerRe: BSTR and char* Pin
CPallini19-Apr-07 1:49
mveCPallini19-Apr-07 1:49 
GeneralRe: BSTR and char* Pin
cppshishu19-Apr-07 23:30
cppshishu19-Apr-07 23:30 
QuestionHow to pass string from C# to C++ (COM) Pin
Stevo Z18-Apr-07 0:16
Stevo Z18-Apr-07 0:16 
AnswerRe: How to pass string from C# to C++ (COM) Pin
Sujit Gupta18-Apr-07 8:03
Sujit Gupta18-Apr-07 8:03 
AnswerRe: How to pass string from C# to C++ (COM) Pin
sthotakura18-Apr-07 8:25
sthotakura18-Apr-07 8:25 
AnswerRe: How to pass string from C# to C++ (COM) Pin
CPallini18-Apr-07 21:59
mveCPallini18-Apr-07 21:59 
AnswerRe: How to pass string from C# to C++ (COM) Pin
lafleon19-Apr-07 13:22
lafleon19-Apr-07 13:22 
QuestionWhat type of attribute ? Pin
Stevo Z17-Apr-07 0:12
Stevo Z17-Apr-07 0:12 
Hi,

I'm creating a COM object single dll server, which will be used in managed code, in C#. I'm having a little trouble with types . I need to declare method wich will have one input argument and one output argument, both of string type (in C#). Now I work with arguments :

C++
HRESULT Method([in] unsigned char const* source, [out, retval] unsigned char* output);

which are (in C#) converted to :

byte Method(ref byte source);

1. what kind of declaration I need in C++, so it would be transformed to string Method(string source) (in C#);

2. How to convert that kind to char* (in C++).


thanks
AnswerRe: What type of attribute ? Pin
sthotakura18-Apr-07 8:49
sthotakura18-Apr-07 8:49 
Questionhr = CoInitialize(NULL); return S_FALSE Pin
amitmistry_petlad 16-Apr-07 23:31
amitmistry_petlad 16-Apr-07 23:31 
AnswerRe: hr = CoInitialize(NULL); return S_FALSE Pin
Roger Stoltz17-Apr-07 3:13
Roger Stoltz17-Apr-07 3:13 
GeneralRe: hr = CoInitialize(NULL); return S_FALSE Pin
amitmistry_petlad 17-Apr-07 3:22
amitmistry_petlad 17-Apr-07 3:22 
QuestionCDO internalization issue. Help! Pin
Lane Yu16-Apr-07 22:20
Lane Yu16-Apr-07 22:20 
QuestionCOM DLL Server help Pin
Touseef Afzal15-Apr-07 20:40
Touseef Afzal15-Apr-07 20:40 
QuestionRe: COM DLL Server help Pin
sthotakura16-Apr-07 7:27
sthotakura16-Apr-07 7:27 
AnswerRe: COM DLL Server help Pin
Touseef Afzal16-Apr-07 19:03
Touseef Afzal16-Apr-07 19:03 
AnswerRe: COM DLL Server help Pin
sthotakura16-Apr-07 21:07
sthotakura16-Apr-07 21:07 
GeneralRe: COM DLL Server help Pin
Touseef Afzal26-Apr-07 21:42
Touseef Afzal26-Apr-07 21:42 
GeneralRe: COM DLL Server help Pin
Janma20-Apr-07 1:22
Janma20-Apr-07 1:22 
QuestionPreventing Broadcasting from a Singleton Com Server EXE Pin
georgekjolly15-Apr-07 18:55
georgekjolly15-Apr-07 18:55 
QuestionInstall ActiveX for IE by Setup ? Pin
Jan.Seiffert12-Apr-07 22:56
Jan.Seiffert12-Apr-07 22:56 
Questionsetup Pin
gnanavelu12-Apr-07 19:58
gnanavelu12-Apr-07 19:58 
QuestionHow To Load Google Toolbar For Dialog?? Pin
MyNothing12-Apr-07 7:10
MyNothing12-Apr-07 7:10 
Questionproblem using msxml in services - using webdav method Pin
ArunkumarSundaravelu12-Apr-07 6:31
ArunkumarSundaravelu12-Apr-07 6:31 
QuestionNot able to add COM DLL reference in VB 6.0 Pin
VinuC12-Apr-07 1:03
VinuC12-Apr-07 1: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.