• src/sbbs3/ctrl/sbbsctrl.res

    From Rob Swindell to Git commit to main/sbbs/master on Sun Jan 1 21:37:51 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/478f6939fa21172da07861a0
    Modified Files:
    src/sbbs3/ctrl/sbbsctrl.res
    Log Message:
    Gotta include the updated resource file for new version details.
  • From Rob Swindell@rob@synchro.net to Git commit to main/sbbs/master on Mon Mar 3 18:10:11 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/7bc9d0473ccab3aaeb9bd19a
    Modified Files:
    src/sbbs3/ctrl/sbbsctrl.res
    Log Message:
    Rebuilt with C++Buidler IDE
  • From Rob Swindell@rob@synchro.net to Git commit to main/sbbs/master on Mon Mar 3 18:20:12 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/18139272414f54aa701538fe
    Modified Files:
    src/sbbs3/ctrl/sbbsctrl.res
    Log Message:
    Built again with C++Builder IDE

    Apparently, the IDE loads the .res file and then updates the .bpr file. So we can't just update values in the .bpr and expect them to propagate to a rebuilt .res file. I'm sure I've learned this lesson before and forgotten it. Perhaps multiple times now.