Click here to Skip to main content
15,910,130 members
Home / Discussions / COM
   

COM

 
QuestionIs COM good way to secure code ? Pin
Stevo Z19-Apr-07 3:08
Stevo Z19-Apr-07 3:08 
Questionwindow control that can display animated gif as well as text in it . Pin
pk200719-Apr-07 2:44
pk200719-Apr-07 2:44 
AnswerRe: window control that can display animated gif as well as text in it . Pin
pk200719-Apr-07 19:36
pk200719-Apr-07 19:36 
QuestionProblem With ActiveX Control Pin
Adeel68819-Apr-07 2:31
Adeel68819-Apr-07 2:31 
QuestionBSTR and char* Pin
cppshishu19-Apr-07 0:30
cppshishu19-Apr-07 0:30 
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 
hi,

I've a COM object created in C++ , used in C# . I need to pass a string to that COM method, but always when I send string from C# , only first character occurs on C++ side.

COM Method:

STDMETHODIMP Initialize(LPTSTR a, LPTSTR b);
{
cout << "a: " << a << " b:" << b << endl;

....
}


if I call this method on that COM object (wrapped in C#)

IMyObject.Initialize("one", "two");

only thing i get in console is

aBlush | :O b:t

(instead of "a:one b:two")

how can i get whole size of string ??
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 
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 

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.