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.

2 comments:

Unknown said...

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!

ARNavPoch said...

For WTL Mobile projects, add in stdafx.h
#define _SECURE_ATL 1
before
#include <atlapp.h>
cheers,
AR