Prev: Opennetcf signature control
Next: SHBrowseForFolder?
From: Matt on 8 Nov 2005 15:49 Hello, When I migrated my project from evc 3.0 to visual studios I ran into numerous warnings. These warnings are: WINVER not defined. Defaulting to 0x0400, which is appropriate for all supported Windows CE versions _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. _WIN32_WINDOWS was undefined as it is not supported for Windows CE What can I do to fix these warnings? Thanks for reading and for any help offered. Matt
From: Chris Tacke, eMVP on 8 Nov 2005 15:52 http://blogs.msdn.com/jeffabraham/archive/2005/10/10/479390.aspx -- Chris Tacke Co-founder OpenNETCF.org Are you using the SDF? Let's do a case study. Email us at d c s @ o p e n n e t c f . c o m http://www.opennetcf.org/donate "Matt" <zimmerma009(a)hotmail.com> wrote in message news:1131482952.303553.323240(a)z14g2000cwz.googlegroups.com... > Hello, > > When I migrated my project from evc 3.0 to visual studios I ran into > numerous warnings. These warnings are: > > WINVER not defined. Defaulting to 0x0400, which is appropriate for all > supported Windows CE versions > _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. > _WIN32_WINDOWS was undefined as it is not supported for Windows CE > > What can I do to fix these warnings? > > Thanks for reading and for any help offered. > > Matt >
From: Matt on 8 Nov 2005 16:56 Thanks for the link Chris. I will take a look. Matt
|
Pages: 1 Prev: Opennetcf signature control Next: SHBrowseForFolder? |