How to make an Automation Server in Embedded Visual C++
-
Hi! I`m relative new to Embedded Visual C++ and Basic. I have good experience with Visual Studio C++. What i want to do is to make an Automation Server in C++ so i can expose methods to Visual Basic by using Createobject() from the Visual Basic side. I have made an Automation Server in Visual C++ by using MFC and a ODL file, it was pretty easy because much of the code was generated with the AppWizard. With Embedded Visual C++ its not that easy if you are making an exe file, but with DLL it works fine because there the odl is generated. Anyway, i made an Automation Server, compiled just fine, but when testing it with Visual Basic it doesn`t find the activeX object. So i guess my Automation Server didn`t get registered in the windows register on the PocketPC, the type ID should be correct. I hope someone knows how to make an Automation Server in Embedded Visual C++ :=) Hope someone will answer.