Click to See Complete Forum and Search --> : COM component (beginner)


February 22nd, 2000, 08:44 AM
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 !

Gritsch
February 23rd, 2000, 03:07 AM
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