Click here to Skip to main content
15,908,254 members
Home / Discussions / COM
   

COM

 
AnswerRe: Declare shared function in com (vc++) Pin
Jonathan Davies28-Jan-09 9:23
Jonathan Davies28-Jan-09 9:23 
GeneralRe: Declare shared function in com (vc++) Pin
Pop Cristian28-Jan-09 9:32
Pop Cristian28-Jan-09 9:32 
GeneralRe: Declare shared function in com (vc++) Pin
Jonathan Davies28-Jan-09 9:53
Jonathan Davies28-Jan-09 9:53 
GeneralRe: Declare shared function in com (vc++) Pin
Pop Cristian28-Jan-09 10:37
Pop Cristian28-Jan-09 10:37 
AnswerRe: Declare shared function in com (vc++) Pin
«_Superman_»28-Jan-09 17:34
professional«_Superman_»28-Jan-09 17:34 
AnswerRe: Declare shared function in com (vc++) Pin
prasad_som28-Jan-09 23:22
prasad_som28-Jan-09 23:22 
AnswerRe: Declare shared function in com (vc++) Pin
guestcat29-Jan-09 5:36
guestcat29-Jan-09 5:36 
GeneralRe: Declare shared function in com (vc++) Pin
Pop Cristian29-Jan-09 7:04
Pop Cristian29-Jan-09 7:04 
I have lots of structures/classes in my library, so I need to be COM; there is no specific requirement, all I needed was just a fancy way of exposing / calling a static vc function;
I have now in c code, CMyClass::DoThis(param1, param2), so no need to create new object in c for this; I'll just create a new object in vb, call my function and discard object afterwards
Was thinking in vb I could've have
CMyClass.DoThis(param1, param2) instead of
dim c as new CMyClass
c.DoThis(param1, paramt)
thx
QuestionCOM compilation Pin
vineeshV28-Jan-09 2:23
vineeshV28-Jan-09 2:23 
AnswerRe: COM compilation Pin
Jonathan Davies28-Jan-09 2:31
Jonathan Davies28-Jan-09 2:31 
AnswerRe: COM compilation Pin
guestcat29-Jan-09 5:40
guestcat29-Jan-09 5:40 
Questionsearch remote calendars with Microsoft.Office.Interop.Outlook 11 [modified] Pin
Entvex27-Jan-09 21:47
Entvex27-Jan-09 21:47 
QuestionPassing structure through variant Pin
ATM@CodeProject27-Jan-09 21:47
ATM@CodeProject27-Jan-09 21:47 
AnswerRe: Passing structure through variant Pin
prasad_som28-Jan-09 1:00
prasad_som28-Jan-09 1:00 
GeneralRe: Passing structure through variant Pin
ATM@CodeProject28-Jan-09 19:29
ATM@CodeProject28-Jan-09 19:29 
AnswerRe: Passing structure through variant Pin
prasad_som28-Jan-09 23:00
prasad_som28-Jan-09 23:00 
QuestionWebBrowser Control - intercept requests [modified] Pin
sdc39526-Jan-09 4:34
sdc39526-Jan-09 4:34 
AnswerRe: WebBrowser Control - intercept requests Pin
sdc39524-Jan-11 0:51
sdc39524-Jan-11 0:51 
QuestionHow to: COM component provide access to ASP.NET (aspx) web page controls Pin
scody21-Jan-09 18:21
scody21-Jan-09 18:21 
QuestionActivex Messages don´t work at runtime Pin
fpmatta7721-Jan-09 3:49
fpmatta7721-Jan-09 3:49 
AnswerRe: Activex Messages don´t work at runtime Pin
guestcat29-Jan-09 5:45
guestcat29-Jan-09 5:45 
GeneralRe: Activex Messages don´t work at runtime Pin
fpmatta7730-Jan-09 1:46
fpmatta7730-Jan-09 1:46 
QuestionIStream::Write() returns success code S_OK but still doesn't write anything... Pin
ShyamR21-Jan-09 2:25
ShyamR21-Jan-09 2:25 
AnswerRe: IStream::Write() returns success code S_OK but still doesn't write anything... Pin
Jonathan Davies21-Jan-09 3:24
Jonathan Davies21-Jan-09 3:24 
QuestionCOM event handlers stub in C++ Pin
Panduranga Chary20-Jan-09 0:39
Panduranga Chary20-Jan-09 0:39 

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.