earthinversion / SystemMonitorApp

GUI app for the real time monitoring of the system CPU and RAM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

something to note about EXE's

TotallyNotAHaxxer opened this issue · comments

im not a windows user however i work heavily with compiled languages, when you compile a program and make an EXE or player file note that if you compile that program on a 64 bit system it wont work on a 32 bit system, same with a 32

when you compile code it compiles based on that system and that system only, hence why google or any major app wants you to install a 32 or 64 bit based on your system, what arch your running and sometimes this can even lead down to what kinda of chipset your cpu uses if your writing assembly exe's

further note

please in further development create a makefile to do that manually for windows users as it becomes confusing to others