Kevstah2004
Member
Can somebody help me setup a barebone ide/gui for compiling .cpp to .exe on win7.
I used get-Mingw-w64 to install gcc but it's complaining about a missing elf.h & features.h header files, which I think is a part of the c rather than cpp binaries/zip files? from the include folder?
Visual Studio v1.94.2 installs & runs the enviroment & terminal first time using
https://github.com/i486/VxKex/releases
set to windows10, but when I close Visual Studio & restart, it complains about being an invalid win32 program, the enviroment variables or compiler paths also seem to be messed up in the .json file it keeps saying it's wrong but then corrects itself but with extra \\ in the filepath & it can't connect to the language server.
There's a 2022 or 2023 version code.exe that's still working from a zipped portable folder instead though, I think the 2023 version complained about not finding microsoft framework 4.6 when I tried to install it.
Sources i'm looking to compile or if someone can upload the pre-built .exe binaries that'd be helpful.
Python : https://gist.github.com/uyjulian/14388e84b008a6433aa805f5d0436c87
C fork: https://gist.github.com/israpps/26651a3e58567ea031dc1bd7b1e74745
Go: https://github.com/pcm720/protopwn/tree/main/utils/osdpack
CPP:
https://gist.github.com/balika011/7a2443011c3a79ea53e0b98edb905a86
I used get-Mingw-w64 to install gcc but it's complaining about a missing elf.h & features.h header files, which I think is a part of the c rather than cpp binaries/zip files? from the include folder?
Visual Studio v1.94.2 installs & runs the enviroment & terminal first time using
https://github.com/i486/VxKex/releases
set to windows10, but when I close Visual Studio & restart, it complains about being an invalid win32 program, the enviroment variables or compiler paths also seem to be messed up in the .json file it keeps saying it's wrong but then corrects itself but with extra \\ in the filepath & it can't connect to the language server.
There's a 2022 or 2023 version code.exe that's still working from a zipped portable folder instead though, I think the 2023 version complained about not finding microsoft framework 4.6 when I tried to install it.
Sources i'm looking to compile or if someone can upload the pre-built .exe binaries that'd be helpful.
Python : https://gist.github.com/uyjulian/14388e84b008a6433aa805f5d0436c87
C fork: https://gist.github.com/israpps/26651a3e58567ea031dc1bd7b1e74745
Go: https://github.com/pcm720/protopwn/tree/main/utils/osdpack
CPP:
https://gist.github.com/balika011/7a2443011c3a79ea53e0b98edb905a86
Last edited by a moderator: