Hello All:

Has the ATL wizard been goofed up in Visual Studio 2005? When creating a
new ATL smart device project in C++, and adding an interface and building the
generated code, a ton of missing symbols and types are reported. It looks
like the root of the problem is related to CComSingleThreadModel, where the
control I am creating was explicitly specified in the wizard to be free
threaded.

Does anyone know how to get a simple control to compile for Windows Mobile 5
PocketPCs? VS2005 has been nothing but trouble so far.