You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I wanted to consult my problems. If I try to compile using make it fails. If I use a pc with visual studio and compile it there it works. But if I run the .exe in another pc, it asks me for some dll that the pc already has idk. It seems that it only works with vs. If there is a way that it works without the vs please could you help me
The text was updated successfully, but these errors were encountered:
Also, even if you compile it with make/MSYS2 the *.exe still has some dll dependencies... In my opinion the easiest solution is just to copy the *.exe to your target machine, try to execute it and copy all the dll files one-by-one from the build machine to the target machine. The dll's can be placed in the folder where the exe file is. Attention: The build and target machine need to have the same architecture (32-but vs 64-bit)
Hello, I wanted to consult my problems. If I try to compile using make it fails. If I use a pc with visual studio and compile it there it works. But if I run the .exe in another pc, it asks me for some dll that the pc already has idk. It seems that it only works with vs. If there is a way that it works without the vs please could you help me
The text was updated successfully, but these errors were encountered: