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
Build log was saved at
"file://c:\vegaroy13\pj\new\pjproject\pjsip-apps\src\pocketpj\Windows Mobile
6 Professional SDK (ARMV4I)\Release\BuildLog.htm"
PocketPJ - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 15 up-to-date, 0 skipped ==========
I don't have a clue of what could be wrong, BTW I have compiled successfuly
the pjsua_wince in this same developer machine, meaning that at least I have
everything to compile all the libs of the project( even on PocketPJ), but
thats the error I got for the PocketePJ.
Thanks in advance.
On Wed, Jun 4, 2008 at 10:28 PM, Rodrigo Vega vegaroy13@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