Click here to Skip to main content
15,890,845 members
Home / Discussions / COM
   

COM

 
AnswerRe: CoCreateInstance Pin
alchong8-Oct-08 12:45
alchong8-Oct-08 12:45 
QuestionWould COM still be recognized? Pin
Vitaly Tomilov3-Jul-08 13:00
Vitaly Tomilov3-Jul-08 13:00 
AnswerRe: Would COM still be recognized? Pin
Vitaly Tomilov3-Jul-08 23:16
Vitaly Tomilov3-Jul-08 23:16 
AnswerRe: Would COM still be recognized? Pin
dementia12314-Jul-08 4:32
dementia12314-Jul-08 4:32 
GeneralRe: Would COM still be recognized? Pin
Vitaly Tomilov15-Jul-08 22:45
Vitaly Tomilov15-Jul-08 22:45 
QuestionConvert Visual Studio 2005 ATL project into VC 6.0 Pin
dolly3-Jul-08 1:51
dolly3-Jul-08 1:51 
QuestionVC# for MTA COM component development Pin
scody2-Jul-08 23:36
scody2-Jul-08 23:36 
AnswerRe: VC# for MTA COM component development Pin
Ju@ncho4-Jul-08 3:19
Ju@ncho4-Jul-08 3:19 
Hi,


When you program COM components in C++ you genereally use ATL, wich helps you a lot to deal with the COM gore details.

Since C# is a managed Language that runs over the .NET framework it was not designed to support COM developing which is an older unmanaged technology

If you want to use COM components from you C# App I strongly recommend you to program them in C++ and loading them into your C# project.

But you should first evaluate if its strongly necessary to use COM instead of a .NET component programmed in C#

JO
Smile | :)

Questionpass character string to COM Pin
MKUser29-Jun-08 21:34
MKUser29-Jun-08 21:34 
AnswerRe: pass character string to COM Pin
Vi229-Jun-08 21:54
Vi229-Jun-08 21:54 
GeneralRe: pass character string to COM Pin
MKUser29-Jun-08 22:50
MKUser29-Jun-08 22:50 
GeneralRe: pass character string to COM Pin
Vi229-Jun-08 23:14
Vi229-Jun-08 23:14 
GeneralRe: pass character string to COM Pin
MKUser29-Jun-08 23:45
MKUser29-Jun-08 23:45 
GeneralRe: pass character string to COM Pin
Vi230-Jun-08 21:04
Vi230-Jun-08 21:04 
GeneralRe: pass character string to COM Pin
MKUser1-Jul-08 3:20
MKUser1-Jul-08 3:20 
GeneralRe: pass character string to COM Pin
Vi21-Jul-08 17:40
Vi21-Jul-08 17:40 
GeneralRe: pass character string to COM Pin
MKUser1-Jul-08 18:42
MKUser1-Jul-08 18:42 
GeneralRe: pass character string to COM Pin
MKUser1-Jul-08 21:22
MKUser1-Jul-08 21:22 
GeneralRe: pass character string to COM Pin
CPallini1-Jul-08 22:05
mveCPallini1-Jul-08 22:05 
GeneralRe: pass character string to COM Pin
MKUser1-Jul-08 23:19
MKUser1-Jul-08 23:19 
QuestionRe: pass character string to COM Pin
CPallini1-Jul-08 23:33
mveCPallini1-Jul-08 23:33 
AnswerRe: pass character string to COM Pin
MKUser2-Jul-08 19:53
MKUser2-Jul-08 19:53 
GeneralRe: pass character string to COM Pin
CPallini2-Jul-08 21:18
mveCPallini2-Jul-08 21:18 
GeneralRe: pass character string to COM Pin
MKUser2-Jul-08 21:56
MKUser2-Jul-08 21:56 
GeneralRe: pass character string to COM Pin
CPallini2-Jul-08 22:08
mveCPallini2-Jul-08 22:08 

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.