I used bottles to set up a win64 prefix/environment. I was able to complete the setup from
Code: Select all
https://download.betreuung.de/2013/atwork_extrasmall_setup.exe
Trying to start one of the installed exe files fails with
Code: Select all
028c:err:module:import_dll Loading library gdiplus.dll (which is needed by L"C:\\atwork\\VFP9R.DLL") failed (error c000007b).
So why would it not load?
I remembered a tool:
Code: Select all
https://www.dependencywalker.com/
Code: Select all
Error: At least one required implicit or forwarded dependency was not found.
Error: At least one module has an unresolved import due to a missing export function in an implicitly dependent module.
Error: Modules with different CPU types were found.
thanks