zyapguy / processhitman

Use Alt+F5 to kill any process, more efficiently than Alt + F4
MIT License
15 stars 3 forks source link

missing runtime deps from installer #2

Open Merith-TK opened 1 week ago

Merith-TK commented 1 week ago

image image

ShiralynDev commented 1 week ago

I think this can be solved my installing GCC, not sure tho.

Merith-TK commented 1 week ago

Currently the only way to get GCC for Windows is through installing 8gb of Visual Studio

vorzdesigns commented 1 week ago

Currently the only way to get GCC for Windows is through installing 8gb of Visual Studio

either install with "tdm gcc" or install WSL2 (WSL2 Ubuntu should install gcc automatically)

Merith-TK commented 1 week ago

Sadly that is also incorrect. these particular libraries need to be bundled either alongside the exe, or inside it,

Spigey commented 3 days ago

I'm having the exact same problem. Any solution on this yet?