On Wednesday 09 February 2005 21:55, Stefan Leichter wrote:
Am Mittwoch, 9. Februar 2005 17:16 schrieb Paul Vriens:
mlang: linked to missing export NTDLL.DLL:atoi
[...]
ole32: linked to missing export NTDLL.DLL:atoi
mlang.dll and ole32.dll can be linked against msvcrt.dll insted of ntdll (like in the attached patch). Will this cause problems?
Yes, and no.
If msvcrt.dll is available then this will solve the problem. But (from vague memories) although msvcrt is available for W95/98, its by no means installed by default. On Paul's machine, the msvcrt-specific tests are failing due to a lack of that DLL.
Really, someone should write a simple atoi() implementation and the tests link against the portable code. This can't take more than ten minutes, right?
Cheers,
Paul.