From: altarace on
Hi all,

using VS2005 rc1 I created a simple smart device MFC app (shared lib
mode).

without any modification to the project I get these warnings:

stdafx.cpp
_CE_ACTIVEX was not defined because this Windows CE SDK does not have
DCOM.
_CE_ACTIVEX could be caused to be defined by defining
_CE_ALLOW_SINGLE_THREADED_OBJECTS_IN_MTA, but it is recommended that
this be done only for single-threaded apps.
_ATL_NO_HOSTING was defined because _CE_ACTIVEX was not defined.


Any ideas how to make them stop? I'm asking since I have another
project I'm migrating from EVC that generates boat-loads of these
warnings.

Mike