PlanetSquires Forums

Support Forums => PlanetSquires Software => Topic started by: SeaVipe on September 21, 2022, 12:09:01 AM

Title: Build Configurations
Post by: SeaVipe on September 21, 2022, 12:09:01 AM
Here is the image from the previous post:

WFBE_SS_30.JPG 
Title: Re: Build Configurations
Post by: Paul Squires on September 21, 2022, 09:36:37 AM
Hi Clive,

You could do two things:

(1) Delete your current WinFBE.ini file located in the /settings subfolder and WinFBE will generate a new default one the next time WinFBE loads. Using this approach though you will also lose whatever other custom settings you have done.

(2) Open that WinFBE.ini config file in another editor (not WinFBE) and replace the "[Builds]" section with this code:
[Builds]
BUILD_00={D80DA882-1998-495E-B096-AB64F27154B9}|-|Win32 GUI (Release)|-|-s gui|-|0|-|1|-|0
BUILD_01={2C634F72-E9F6-48B3-9C7C-514DB649C6DF}|-|Win32 GUI (Debug)|-|-g -exx -s gui|-|0|-|1|-|0
BUILD_02={95DCC60A-933F-4DBD-8B2D-71F6016E2EA0}|-|Win32 Console (Release)|-|-s console|-|1|-|1|-|0
BUILD_03={F7BA987A-9944-47B3-A3BB-B8EBDAF598F8}|-|Win32 Console (Debug)|-|-g -exx -s console|-|0|-|1|-|0
BUILD_04={B2CD7992-0E24-4DBE-9CFF-75F17167EC95}|-|Win32 Windows DLL|-|-s gui -dll -export|-|0|-|1|-|0
BUILD_05={459CEB22-AB1D-42B4-BC5F-76522D646FD1}|-|Win32 Static Library|-|-lib|-|0|-|1|-|0
BUILD_06={E01A38C0-9877-4857-8D77-8FBEA94BDC14}|-|Win64 GUI (Release)|-|-s gui -gen gcc|-|0|-|0|-|1
BUILD_07={E9C0428E-7612-4C96-ACDA-D845A80178B2}|-|Win64 GUI (Debug)|-|-g -exx -s gui|-|0|-|0|-|1
BUILD_08={B411FF8C-9D0A-4426-851D-80F6BD399CE1}|-|Win64 Console (Release)|-|-s console -gen gcc|-|0|-|0|-|1
BUILD_09={DC4F6AC2-F732-4F31-B09C-BDF5CE4B3941}|-|Win64 Console (Debug)|-|-g -exx -s console|-|0|-|0|-|1
BUILD_10={921F25A0-BC91-4137-8881-224834D2E096}|-|Win64 Windows DLL|-|-s gui -dll -export|-|0|-|0|-|1
BUILD_11={F363AF0B-E906-4B6A-9187-AE759E1F7BF7}|-|Win64 Static Library|-|-lib|-|0|-|0|-|1

I would do Option #2.

Title: Re: Build Configurations
Post by: SeaVipe on September 21, 2022, 03:41:39 PM
Thanks, Paul, Working again. (Option #2)
Odd that all 3 WinFBE betas were missing the same block of Build Configurations. I no longer use them but I did check each WinFBE.ini for the Builds you posted.