I have a GUI application that is written in C and C++ wrapping Win32 API. I have to convert that into OLE server. I know what kind of design changes must be done or will figure it out. What I want is to know from you is how to go about implementing it. I googled but couldn't find even a brief tutorial outlining the necessary steps. I find mostly MFC stuff. I couldn't find the proper msdn page either (not sure if it exists).
I know basics of COM. I just want a quick start up guide, with preferably an example involving a GUI application, and I can take it from there.
WOW! Just two minutes after posting this question it shows up when I google "ole server without mfc". Scary!
Kraig Brockschmidt's book "Inside OLE" is the bible on that. You can find it pretty cheap used. It's not dead technology. Word, Excel, PowerPoint, and countless others use the technology.