On Wed, Jun 4, 2008 at 10:28 PM, Rodrigo Vega <vegaroy13 at gmail.com> wrote: > Hi Benny: > > I'm trying to buid the PocketPJ example, but I got this error: > > ------ Build started: Project: PocketPJ, Configuration: Release Windows > Mobile 6 Professional SDK (ARMV4I) ------ > Compiling... > StdAfx.cpp > C:\Archivos de programa\Microsoft Visual Studio > 8\VC\ce\atlmfc\include\afxver_.h(77) : fatal error C1189: #error : Please > use the /MD switch for _AFXDLL builds This means VC complains about the project not using "MFC as shared DLL", or something like that. Probably you'd need to change the project settings for all the libraries to use the same MFC settings. The error doesn't happen for pjsua_wince application since it doesn't use MFC. Cheers Benny