« Return to Thread: [wince] Building Boost for Windows CE... some progress and problems...

Re: [wince] Building Boost for Windows CE... some progress and problems...

by willem hengeveld :: Rate this Message:

Reply to Author | View in Thread

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


_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build

 « Return to Thread: [wince] Building Boost for Windows CE... some progress and problems...