Click here to Skip to main content
15,918,267 members
Home / Discussions / COM
   

COM

 
QuestionActiveX DLL in VC++ Pin
MrChefman7-Feb-06 1:10
MrChefman7-Feb-06 1:10 
QuestionShared Add-In for MS Office does not affect at all Pin
czaval6-Feb-06 20:40
czaval6-Feb-06 20:40 
QuestionTrouble with mshflxgd.ocx in ASP Pin
bmorion6-Feb-06 5:39
bmorion6-Feb-06 5:39 
QuestionEvent consumers for WMI classes Pin
abhiramsss6-Feb-06 0:43
abhiramsss6-Feb-06 0:43 
QuestionMultiple instances were creating while using Singleton COM Server(Exe Server) Pin
srubuvas5-Feb-06 21:40
srubuvas5-Feb-06 21:40 
QuestionWindows Update Agent (WUA) API Pin
amdopteron4-Feb-06 7:38
amdopteron4-Feb-06 7:38 
QuestionRelated to Web Browser Control Pin
mysorian3-Feb-06 14:12
professionalmysorian3-Feb-06 14:12 
QuestionI need some help about COM.. Pin
Yuwraj3-Feb-06 1:19
Yuwraj3-Feb-06 1:19 
I am new to COM technology.

I am tryimg to write my first componant but it gives error.

i.e error in loadimg library file

Pl'z go through the code........

I gave proper address of unknwn file ,still it gives error.

#import "unknwn.idl"
[
object,
uuid(C21D0200-2FB6-11d2-8952-444553540000),
helpstring(“Car driving”)
]
interface ICar : IUnknown
{
HRESULT SetSpeed( [in] long nSpeed );
};
[
object,
uuid(C21D0200-2FB6-11d2-8952-444553540000),
helpstring(“Engine control”)
]
interface IEngine : IUnknown
{
HRESULT Start();
HRESULT Stop();
};
[
uuid(310C97F4-3ABE-11d2-915E-52544C004D83),
version(1.0),
helpstring(“Car library 1.0”)
Distributed Computing Topics
PART V
816
]
library YourLib
{
importlib “stdole2.tlb”
importlib “stdole32.tlb”
[
uuid(310C97D0-3ABE-11d2-915E-52544C004D83},
helpstring(“Car class”)
]
coclass Car
{
[default] interface ICar;
interface IEngine;
};
};

Yuwraj
AnswerRe: I need some help about COM.. Pin
Roger Stoltz7-Feb-06 1:44
Roger Stoltz7-Feb-06 1:44 
GeneralRe: I need some help about COM.. Pin
Jörgen Sigvardsson7-Feb-06 11:38
Jörgen Sigvardsson7-Feb-06 11:38 
AnswerRe: I need some help about COM.. Pin
Malli_S14-Feb-06 18:13
Malli_S14-Feb-06 18:13 
QuestionInk with inkobj.dll and classic ASP Pin
realmontanakid2-Feb-06 23:23
realmontanakid2-Feb-06 23:23 
QuestionSolidus Pin
LiquidSilk1-Feb-06 7:00
LiquidSilk1-Feb-06 7:00 
Questionrelated to thunderbird extension Pin
baldha rakesh31-Jan-06 18:52
baldha rakesh31-Jan-06 18:52 
QuestionTroubleshooting System.Runtime.InteropServices.COMException Pin
mysorian31-Jan-06 5:15
professionalmysorian31-Jan-06 5:15 
QuestionSingle Instance in COM Class Pin
misha_grewal30-Jan-06 19:38
misha_grewal30-Jan-06 19:38 
AnswerRe: Single Instance in COM Class Pin
Stephen Hewitt30-Jan-06 20:05
Stephen Hewitt30-Jan-06 20:05 
GeneralRe: Single Instance in COM Class Pin
misha_grewal30-Jan-06 21:53
misha_grewal30-Jan-06 21:53 
GeneralRe: Single Instance in COM Class Pin
misha_grewal31-Jan-06 1:19
misha_grewal31-Jan-06 1:19 
GeneralRe: Single Instance in COM Class Pin
Stephen Hewitt31-Jan-06 11:42
Stephen Hewitt31-Jan-06 11:42 
GeneralRe: Single Instance in COM Class Pin
Gizzo31-Jan-06 23:38
Gizzo31-Jan-06 23:38 
GeneralRe: Single Instance in COM Class Pin
Stephen Hewitt1-Feb-06 0:45
Stephen Hewitt1-Feb-06 0:45 
GeneralRe: Single Instance in COM Class Pin
subzero_strike4-Feb-10 0:39
subzero_strike4-Feb-10 0:39 
GeneralRe: Single Instance in COM Class Pin
Stephen Hewitt4-Feb-10 21:39
Stephen Hewitt4-Feb-10 21:39 
QuestionDrag n Drop Pin
Anil_vvs30-Jan-06 17:51
Anil_vvs30-Jan-06 17:51 

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.