1
Do You Need Help? Post it here / Re: Building 64 bit
« on: December 23, 2017, 06:54:31 AM »
AFter doing the 64-bit mingw install then after re-starting xLights.cpb, I was getting a popup:
cc1plus.exe - Application Error "The application was unable to start correctly (0xc000007b). Click OK to close the application."
This seemed related to the g++.exe in the Toolchain executables (clear the field and popup went away)
I looked over my user and system environment variable, paying attention to "path". Mingw was not part of it.
I can assume after I installed mingw, it didn't update my system or user path (should it have?).
That being said, I updated codeblocks.
1) settings > environment
2) scroll the left icon pane down to Environment variables and select it
3) Click the Add button.
4) Fill in Key: path
5) Fill in Value: %path%;C:\Program Files\mingw-w64\x86_64-5.3.0-posix-seh-rt_v4-rev0\mingw64\bin
cc1plus.exe - Application Error "The application was unable to start correctly (0xc000007b). Click OK to close the application."
This seemed related to the g++.exe in the Toolchain executables (clear the field and popup went away)
I looked over my user and system environment variable, paying attention to "path". Mingw was not part of it.
I can assume after I installed mingw, it didn't update my system or user path (should it have?).
That being said, I updated codeblocks.
1) settings > environment
2) scroll the left icon pane down to Environment variables and select it
3) Click the Add button.
4) Fill in Key: path
5) Fill in Value: %path%;C:\Program Files\mingw-w64\x86_64-5.3.0-posix-seh-rt_v4-rev0\mingw64\bin