As you can see, total commander works perfectly on Linux/MacOS systems.

MyCo, that notably doesn’t need a setup on native Windows, fails with trivial missing dependencies.

009:err:module:import_dll Library dcomp.dll (which is needed by L"Z:\Users\marcocecchi\Downloads\myco-next\myco64.exe") not found
0009:err:module:import_dll Library api-ms-win-shcore-stream-winrt-l1-1-0.dll (which is needed by L"Z:\Users\marcocecchi\Downloads\myco-next\myco64.exe") not found
0009:err:module:import_dll Library Windows.Data.Pdf.dll (which is needed by L"Z:\Users\marcocecchi\Downloads\myco-next\myco64.exe") not found

(Note that Mono .net is installed so I’m not sure about api-ms-win-shcore-stream-winrt-l1-1-0)

    Yes, dcomp.dll is DirectX which is used for image viewer and other viewers.

    api-ms-win-shcore-stream-winrt-l1-1-0.dll
    Windows.Data.Pdf.dll
    These are new dlls that are present only in from Win 8.1 version or so, used for PDFViewer.

    So Wine doesn’t have this dlls because are new or IDK , and cannot include DirectX dlls because of copyrights probably.
    Maybe in a future update will have them.
    Anyway we don’t target to run myco under wine on linux, so i don’t see a point here.

    MyCo is written entirely in C++ and Win32.
    You don’t need any .Net.

      Sergiu
      api-ms-win-* are .NET stuff, so probably the pdf dependency is kicking them in, see the picture.

      I think I can manage to make it work under wine, in this case.

        Write a Reply...