Search found 241 matches

by gbWilly
Mon Jun 16, 2025 3:21 pm
Forum: GambOS
Topic: Progress - logdate 20250616
Replies: 0
Views: 24

Progress - logdate 20250616

A new version of GambOS Learning is available for contributor team to play with. This version now has a tab with code snippets (like in the old Gambas Learning) GambOSLearning.png While contributors have their hands full, I had some time to start on a second tool to help me out named 'IsoEditor'. Cu...
by gbWilly
Sun Jun 15, 2025 5:33 pm
Forum: GambOS
Topic: Progress - logdate 20250615
Replies: 1
Views: 177

Re: Progress - logdate 20250615

A day further in and IsoCreator is creating it's first iso as we speak.
These are iso's to merely test my new gambas tool... :lol:
IsoCreator.png
Fun fun fun...
Now another tool, an iso editor is needed, to hack this created iso to meet my needs...
by gbWilly
Sat Jun 14, 2025 10:45 pm
Forum: GambOS
Topic: Progress - logdate 20250615
Replies: 1
Views: 177

Progress - logdate 20250615

A lot of preparations have been ongoing last days. A lot had to do with updating GambOS Software Center and Gambas Book 1. Installing and updating from an online gambos repository is being tested, and it has a lot to do with preparing for the next build and the move from a local file repository to a...
by gbWilly
Mon Jun 09, 2025 11:17 pm
Forum: Beginners
Topic: Creating a class requirig mandatory parameters
Replies: 5
Views: 1655

Re: Creating a class requirig mandatory parameters

but get the error... Missing AS (OPC.class:3) What am I doing wrong? You are trying to create a new method but a class is required :? If i understand what you try to achieve: You need to make a class named OPC. Then in OPC: Public Sub _new(centerX As Integer, centerY As Integer, radius As Float) En...
by gbWilly
Mon Jun 09, 2025 10:56 pm
Forum: General
Topic: URGENT HELP NEEDED. after gambas update I lost the most important application
Replies: 12
Views: 4963

Re: URGENT HELP NEEDED. after gambas update I lost the most important application

I compiled gambas for that system but no idea where I got the source to compile from so that is what I seek and hoping that could find just the parts I need but if I need to recompile the whole thing that is fine as long as I can find the source again. You could start here: https://gambaswiki.org/w...
by gbWilly
Sun Jun 08, 2025 8:07 pm
Forum: GambOS
Topic: Progress - logdate 20250608
Replies: 0
Views: 1129

Progress - logdate 20250608

I've been working on an new .iso and new instructions to install the .iso While the instructions are being checked by contributors, I've been working on code snippets today. The Gambas Learning application I had back in 2012-13-ish, was a means to get to the Gambas Learning Guides, Gambas code snipp...
by gbWilly
Sat Jun 07, 2025 1:08 am
Forum: GambOS
Topic: Progress - logdate 20250607
Replies: 0
Views: 1311

Progress - logdate 20250607

Contributors (both testers and proofreaders) have been given a big task to check, that will take a while I guess. Meanwhile I have been continuing to write the first guide, that can be study using the GambOS Learning Center, once published. GambasGuide1.png The 2 first chapters are at availability o...
by gbWilly
Fri Jun 06, 2025 11:00 am
Forum: General
Topic: URGENT HELP NEEDED. after gambas update I lost the most important application
Replies: 12
Views: 4963

Re: URGENT HELP NEEDED. after gambas update I lost the most important application

I neither use it or understand it but Db2 mostly uses mongodb That's a nonesens statement you make there. gb.mongodb has NOTHING to do with gb.db2. gb.db2 is a rewrite of gb.db, with as much as possible code written in gambas. It's dependencies haven't changed from gb.db (when there was no gb.mongo...
by gbWilly
Thu Jun 05, 2025 11:24 pm
Forum: General
Topic: URGENT HELP NEEDED. after gambas update I lost the most important application
Replies: 12
Views: 4963

Re: URGENT HELP NEEDED. after gambas update I lost the most important application

raspian repos are horrible but stuck with it on one thing. For Raspian you can use OSB Debian arm64 repository, if 64-bit Raspbian. It holds 3.20.4 I need to find the db2 stuff for bullseye, any idea where? OSB repo has 3.20.4 for bullseye, bookworm and trixie Addins OSB repo is explained in link I...
by gbWilly
Thu Jun 05, 2025 7:29 pm
Forum: General
Topic: URGENT HELP NEEDED. after gambas update I lost the most important application
Replies: 12
Views: 4963

Re: URGENT HELP NEEDED. after gambas update I lost the most important application

I am still having issue on a raspberry pi that does not seem to find the db2 components in the repo. This pi has raspian bullseye and can't seem to find the db2 components for it. So even more trouble due to this. Benoit does great work but sometimes he misses something and this time it is hitting ...