hi !
simple & beginner question....
I would like to make a COM component in wich i call a simple function with one parameter (a string) and retrieve the answer (an integer)....
can someone help me step by step .?
thanx !
Printable View
hi !
simple & beginner question....
I would like to make a COM component in wich i call a simple function with one parameter (a string) and retrieve the answer (an integer)....
can someone help me step by step .?
thanx !
Use the ATL COM Wizard to crate a project.
Insert a simple Interface, Insert->New ATL Object->Simple Class
Then you see in the class view your new interface. Right click on the interface you can add an method.
Thats all, search for some other article from me how you can make Com Calls.
M.Gritsch