Tuesday, November 20, 2007
VS2008 Install Heads Up
Before you install Visual studio 2008, make sure you read the readme file. There are two important implications for native and mobile developers: SQL CE 3.5 must be uninstalled prior to installinv VS2008 and the Windows Mobile 6 SDK will have to be uninstalled and reinstalled after installing VS2008.
Subscribe to:
Post Comments (Atom)
2 comments:
I can confirm the Windows Mobile 6 SDK part: I had to reinstall the SDK in order to show up on the available Mobile SDK's list!
For WTL Mobile projects, add in stdafx.h
#define _SECURE_ATL 1
before
#include <atlapp.h>
cheers,
AR
Post a Comment