Main Menu

News:

SyntaxBoom, now with pwetty syntax highlighted code boxes! \o/ 

https://www.syntaxboom.com/forum/index.php?topic=96

Shoutbox

Baggey

2025-09-24, 17:57:11
They'll be using Expanding foam to glue bricks together next  :-X

Dabzy

2025-09-24, 06:09:52
You can also get the expanding foam post fix, but, I wouldnt trust it really, especially where I live on the side of a valley and when the storms blow in the right direction, whistling down the valley, nowt is safe!

Baggey

2025-09-23, 08:53:01
That Postcrete stuff is amazing. I never know how much water to add. May be i should read the Instructions  ;D 

Dabzy

2025-09-22, 21:33:46
Cannot beat a breaky uppy mode, saves the hand cramps and chipped knuckles knocking ten bells out of a chod of conc with a hammer and chisel.

GfK

2025-09-22, 21:28:44
I have a massive JCB drill with a concrete breaky uppy mode which has got me out of jail free a couple of times replacing rotted fence posts that has been concreted in.

Amon

2025-09-22, 19:23:30
What about Roly?

Dabzy

2025-09-22, 19:22:35
Putting my 2 deckings in.... I've dug enough post holes to last me a life time... I feel sorry for the future poor sod who may want to shift'em... Like most things I do, I tend to go over the top, and as such, I've probably got shares in postcrete! :D

GfK

2025-09-22, 19:10:57
Round is a shape.

Baggey

2025-09-22, 19:04:49
Consult a qualified electrician for compliance with BS 7671 and local building Regs! Avoid areas where future digging is likely. ;)

Jackdaw

2025-09-22, 18:18:24
That depends on where the cable is to run. Minimum depth in a garden in 450mm. Under pavements 600mm.

Members
  • Total Members: 55
  • Latest: Amon
Stats
  • Total Posts: 1,607
  • Total Topics: 198
  • Online today: 12
  • Online ever: 54 (Sep 14, 2025, 08:48 AM)
Users Online
  • Users: 0
  • Guests: 4
  • Total: 4
Welcome to SyntaxBoom. Please login or sign up.

Recent

wxWidgets and a dark future

Started by Jackdaw, Jul 26, 2025, 05:25 PM

Previous topic - Next topic

Jackdaw

#15
Quote from: MikeHart on Aug 04, 2025, 04:39 PMSo I take from you two that bmx ng isn't in a worthwhile state. I was really hoping for it.
Let's say that I wouldn't be investing time or effort developing anything serious with it.

Quote from: MikeHart on Aug 04, 2025, 04:41 PMBTW how did you come to this conclusion?
First by how much of a pain in the arse it's going to be to setup and use. On Windows, not much trouble. On Linux, you have to create a system link to a GTK library. And on macOS....

Well macOS that's the big one, and that depends on:
  • If you're using an Intel, or an Apple Silicon.
  • The version of xcode.
  • The version of macOS installed.

On my iMac M4, running macOS Sequoia and xcode 16.2. I had to build it from scratch, with adding my own fixes to get it to build. Debugging is iffy, and the base Max2D stuff appears to work still, but I suspect that it still using the last OpenGL that Apple supported. As for MaxGUI, that is a lost cause. Unless it gets a big update.

The second thing is "How often is it updated". All you have to do is look at the github sources to answer that question.

The third is that the documentation is all over the place and not very clear. And for support, other than the Discord channel and github issues tracker, there isn't much else.
If you've dug yourself into a hole. Just keep digging. You're bound to come out the other side eventually.

MikeHart

#16
Thanks Jason for the info.

Baggey

Quote from: Jackdaw on Aug 03, 2025, 06:56 PMIf anything. It needs to be written from scratch again. And not using BlitzMax as the bootstrap, but a common free compiler that can be used for a bootstrap.
Im doing this  :-X
Running a Pc that just aint. Faster nough. I7-4Ghz, 32Gb Ram, 4Gb Nvidia, 2 x 1Tb SSD's, 2 x 24" LCD's

RETRO everything!

Jesus was only famous because of his Dad

Jackdaw

Quote from: MikeHart on Aug 04, 2025, 06:17 PMThanks Jaspn for the info.
No problems Mike. Brucey did his best with BlitzMax-NG, but he's only one man that tried, or still trying to keep it afloat. As I stated in the previous post. It really needs a dedicated team and funding to try keep it up to date and cross platform.
If you've dug yourself into a hole. Just keep digging. You're bound to come out the other side eventually.

Jackdaw

#19
Quote from: Baggey on Aug 04, 2025, 06:18 PM
Quote from: Jackdaw on Aug 03, 2025, 06:56 PMIf anything. It needs to be written from scratch again. And not using BlitzMax as the bootstrap, but a common free compiler that can be used for a bootstrap.
Im doing this  :-X
I was thinking of something similar. Using java and ANTLR4. The real fun bit with ANTLR is trying to write the grammar files.
If you've dug yourself into a hole. Just keep digging. You're bound to come out the other side eventually.