|
From: andrew7 <bd...@us...> - 2007-06-09 17:09:27
|
Update of /cvsroot/smartwin/SmartWin/doxygenIn/html In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv26487 Added Files: wince.html Log Message: First attempt at some infor for windows CE. More is needed ! --- NEW FILE: wince.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Running SmartWin++ Programs on Windows CE</title> </head> <body> <h2>Windows CE </h2> <P> There is a Visual Studio solution called SmartWinDevices which can be used to build Smartwin. You should adjust the platform to suit your target system. </P> <P> Under test\PocketPC\SmartWinDevices, There is a Visual Studio solution called SmartWinDevices that can be used to try a few of the standard smartwin tests. </P> <H3> Compile time issues </H3> <P> interlocked.hpp needed some #ifndef WINCE to get things to compile. Perhaps a Boost upgrade issue ? </P> <pre> #ifndef WINCE extern "C" long __cdecl _InterlockedIncrement( long volatile * ); extern "C" long __cdecl _InterlockedDecrement( long volatile * ); #endif </pre> <H3> Link time issues </H3> <P> CVTRES : fatal error CVT1109: target machine 'THUMB' requires '/WINDOWSCE <br></br> was fixed by placing /subsystem:windowsce,4.20 /machine:ARM /ARMPADCODE in the linker additional options </P> </p> <H3> Runtime issues. </H3> <P> Menus ? </P> </body> </html> |