Click here to Skip to main content
15,898,035 members
Home / Discussions / COM
   

COM

 
AnswerRe: IE8 Addons Icon Pin
Juergen2-Jul-09 2:01
Juergen2-Jul-09 2:01 
GeneralRe: IE8 Addons Icon Pin
led mike2-Jul-09 4:45
led mike2-Jul-09 4:45 
QuestionRe: IE8 Addons Icon Pin
myLongNic9-Jul-09 15:22
myLongNic9-Jul-09 15:22 
AnswerRe: IE8 Addons Icon Pin
Juergen10-Jul-09 0:19
Juergen10-Jul-09 0:19 
GeneralRe: IE8 Addons Icon Pin
myLongNic10-Jul-09 6:02
myLongNic10-Jul-09 6:02 
Questionget last logon time Pin
caiena24-Jun-09 7:36
caiena24-Jun-09 7:36 
AnswerRe: get last logon time Pin
Stuart Dootson24-Jun-09 21:37
professionalStuart Dootson24-Jun-09 21:37 
Questioncreate an ATL project with exsisting IDL Pin
kakamoni23-Jun-09 0:56
kakamoni23-Jun-09 0:56 
I have one existing idl file(Add.idl) where the interface and the library is look like the following

interface IAdd:IDispatch
{
[id(1), AddNumber("Add two number")]
}
library ADDLib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");

[
uuid(339171FF-A6E7-433F-A314-FF740F53FE56),
helpstring("Add Class")
]
coclass Add {
[default] interface IAdd;
};
};
Now I need to create one new ATL project which will import this file(Add.idl) and my interface will be derived from IAdd interface.
Then I will have to implement the AddNumber() method described in IAdd interface along with some new methods that will be present
in the newly implemented interface.
So,after implementation my idl file should look like this

import "Add.idl";
interface Isample:IAdd
{
};

Can any one tell me the steps how to implement this in VS2008.
I am very new to this , please help me..
AnswerRe: create an ATL project with exsisting IDL Pin
Stuart Dootson23-Jun-09 2:37
professionalStuart Dootson23-Jun-09 2:37 
QuestionNeed help Pin
kuttiam21-Jun-09 23:48
kuttiam21-Jun-09 23:48 
AnswerRe: Need help Pin
Stuart Dootson22-Jun-09 0:30
professionalStuart Dootson22-Jun-09 0:30 
AnswerRe: Need help Pin
CPallini24-Jun-09 23:29
mveCPallini24-Jun-09 23:29 
QuestionClass not registered Pin
subhabasu18-Jun-09 22:14
subhabasu18-Jun-09 22:14 
AnswerRe: Class not registered Pin
Stuart Dootson18-Jun-09 23:30
professionalStuart Dootson18-Jun-09 23:30 
AnswerRe: Class not registered Pin
Md. Marufuzzaman6-Jul-09 21:53
professionalMd. Marufuzzaman6-Jul-09 21:53 
Question[SOLVED]Exception in COM Pin
denghp18-Jun-09 21:31
denghp18-Jun-09 21:31 
AnswerRe: Exception in COM Pin
Stuart Dootson18-Jun-09 22:08
professionalStuart Dootson18-Jun-09 22:08 
GeneralRe: Exception in COM Pin
denghp18-Jun-09 22:19
denghp18-Jun-09 22:19 
GeneralRe: Exception in COM Pin
Stuart Dootson18-Jun-09 23:01
professionalStuart Dootson18-Jun-09 23:01 
GeneralRe: Exception in COM Pin
denghp18-Jun-09 23:05
denghp18-Jun-09 23:05 
GeneralRe: Exception in COM Pin
Stuart Dootson18-Jun-09 23:15
professionalStuart Dootson18-Jun-09 23:15 
GeneralRe: Exception in COM Pin
denghp18-Jun-09 23:25
denghp18-Jun-09 23:25 
AnswerRe: Exception in COM Pin
Md. Marufuzzaman6-Jul-09 21:58
professionalMd. Marufuzzaman6-Jul-09 21:58 
QuestionATL COM server crash Pin
Harish Pulimi17-Jun-09 5:36
Harish Pulimi17-Jun-09 5:36 
AnswerRe: ATL COM server crash Pin
Roger Stoltz17-Jun-09 6:42
Roger Stoltz17-Jun-09 6:42 

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.