
Web Com Object without MFC
Since you are in ATL newsgroup, use IDispatchImpl. See POLYGON
tutorial - it walks you through many ATL features, including using
IDispatchImpl.
--
With best wishes,
Igor Tandetnik
"For every complex problem, there is a solution that is simple, neat,
and wrong." H.L. Mencken
Quote:
> I am trying to write my first web com object using VC++ but I cannot
find
> any good source code to use as an example to implement the IDispatch
> interface. I do not want to use MFC to create the dll. Does anybody
know
> of any (MFC)less sample code that could teach me how to write my com
object?
> Please help, my brain has almost fried itself trying to learn this on
my
> own!
> Tim Frakes