I am developing a COM object for Windows Embedded Compact 7 on an iMX28 Armv5 board.
I have built the OSDesign through Platform Builder and generated the SDK. When creating the ATL Smart Device COM project against my SDK, when I select to create it as an executable it doesn't create the Proxy / Stub DLL that is usually created if I were building it as a Win32 executable.
I have tried manually copying / editing an xxxPS.DLL project to the solution and adding the i.c, i_p.c, .def and dlldata.c as explained in Building Proxy/Stub dll in VS 2008 but all without success.
Any ideas how I can get my COM EXE to generate the Proxy / stub dll?