
24 Oct
2006
24 Oct
'06
3:02 a.m.
pdaengr@hotmail.com wrote:
I need to run some of the boost dlls on a PDA (Windows Mobile 5.0). Do I need to compile them with a different switch or with a different version of bjam or anything like that?
I've compiled the dlls with with VC8 on Windows XP. Would these versions of the dlls run on Windows Mobile?
We build apps for WinCE 5.0 using VC8 and have successfully used several of the build-requiring boost libraries including thread (with some minor fixes), signals, and date_time. We use STLPort 5 to make up for the incomplete standard C++ library that comes with CE 5. -Dave