I am trying to run a windows command-line program called msconvert inside a docker container. The authors provide a docker image and it works just fine using ´docker run´ or when connecting to the docker machine and running it from the inside. So this works when connected to a bash [...] read more
I am working on the existing project. Here is a exe file, when user open it, it get the config from the same directory will auto downloading the latest files(assets) from server to the current directory. I don't know how the exe run, maybe it just run git pull or [...] read more
Im developing a console app that runs on Linux and calls a windows dll using Wine. While I am able to call the dll I am getting some unexpected output when running the .exe console app. For example: err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046} err:ole:marshal_object couldn't get IPSFactory [...] read more