On 06/24/10 10:49, Paul Chitescu wrote:
Hi!
What would be the best way of testing MSVCRT.DLL considering that many functions may or may be not present in the native version?
There are already such tests in msvcrt. Take a look on e.g. dlls/msvcrt/tests/misc.c. It's working well on older systems.
There are already tests of msvcr90. MsvcrXX specific tests should go there (unless the function is not present there).