Dear all,
In relation to the file msvcrt40.dll File Version 5.1.2600.2180 Product Version 5.1.2600.2180
This file has been transformed and forwards all of its calls to either msvcrt.dll or msvcirt.dll The forwards to msvcrt.dll are set in the current wine msvcr40.spec but the rest of the functions, which should be forwarded to msvcirt, are stub.
Nevertheless, msvcirt.dll is not currently one of the files to be ported, i.e., dlls/msvcirt does not exist. My questions are: 1. Can we add the forward to all the rest of the functions in the msvcrt40.dll spec file to msvcirt.dll? 2. Should we first add a wine port of msvcirt.dll?
Luis
luis.busquets@ilidium.com writes:
Nevertheless, msvcirt.dll is not currently one of the files to be ported, i.e., dlls/msvcirt does not exist. My questions are:
- Can we add the forward to all the rest of the functions in the
msvcrt40.dll spec file to msvcirt.dll? 2. Should we first add a wine port of msvcirt.dll?
Yes, and yes.