|
Boost-Build : |
Subject: Re: [Boost-build] [wince] Building Boost for Windows CE... some progress and problems...
From: willem (itsme_at_[hidden])
Date: 2009-07-21 11:05:09
Andy Schweitzer <a.schweitzer.grps <at> gmail.com> writes:
> I manually copied the files to my emulator and called CreateProcess on
> them. That fails with GetLastError 126, "The specified module could not
> be found". "dumpbin /imports system_error_test.exe" shows that
> system_error_test.exe links to msvcr80d.dll. Do you know of a way to fix
> this?
if you build with -D_DEBUG, CrtDbgReport is used in "C:/Program Files/Microsoft
Visual Studio 8/VC/ce/include/altcecrt.h", which is in msvcr80d.dll
you can copy "C:/Program Files/Microsoft Visual Studio
8/VC/ce/Dll/armv4i/msvcr80d.dll"
manually to the \windows directory on your device / emulator.
it is used to print exception information when a microsoft STL assert fails.
willem
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk