July 26, 2026, 03:49:48 AM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


Recent posts

Pages1 2 3 ... 10
1
The very first beta release is read for initial testing - I need a couple of people who are willing to commit to testing the windowz and
linux versions. This is a very first beta of iwbc4.0 so you will need
to fill out results forms and return to me. Just remember I am the sole
developer for this project and have put in a lot of time and effort to
get here. I am also not a windoz person so every thing is in an early
state. Send me a PM here on the forum if you are willing to test iwbc.

Larry
2
Trouble Registering? / Re: Aurora Compiler Donation
Last post by finchley - May 03, 2026, 05:02:45 AM
Yes, I used the wrong email at first to log into the portal.
Thanks...
3
Trouble Registering? / Re: Aurora Compiler Donation
Last post by Rock Ridge Farm (Larry) - April 30, 2026, 11:29:30 AM
Are you good now?

Larry
4
Trouble Registering? / Aurora Compiler Donation
Last post by finchley - April 28, 2026, 03:57:37 AM
Made a donation for the Aurora compiler over the weekend but haven't received any unlock email.  I probably should wait a few more days but I guess I'm just itching to get started.  The transaction ID for the donation is: 1466-2442-6535-7136.  Thanks in advance...
5
News and Announcements / Re: IW Finished?
Last post by ruben - February 13, 2026, 05:06:11 AM
check this :

Quote🚀 **BREAKING: AI Just Built a C Compiler From Scratch in 2 Weeks** 🚀

🧠 **16 AI Agents + 1 Researcher = 100K Lines of Code**
⚙️ Compiles the Linux Kernel
💰 $20k Development Cost
⏱️ 2 Weeks Timeline

🔥 **To Put This in Perspective:**
GCC took thousands of engineers over 37 years to build (1987-2024)
👨�💻 That's like building a car with a single person and their team...

🎯 **The Results Are Mind-Bending:**
✅ Passes 99% of GCC's own torture test suite
✅ Compiles FFmpeg, Redis, PostgreSQL, QEMU
🎮 Runs Doom (yes, really!)

🔧 **But Here's the Real Story:**
They "mostly walked away" 🤷�♂️
But that "mostly" was actually doing ALL the heavy lifting 💪
6
News and Announcements / Re: IW Finished?
Last post by ruben - February 11, 2026, 10:38:16 AM
Well ..situation with indie languages is almost the same
everywhere ...interest for them are very very tiny or not exist at all.
One of options is to use AI to gain development.
all best..
7
IWB+ / Re: Project with two forms
Last post by billhsln - February 10, 2026, 12:17:11 AM
I see main setup and used, but I don't see check1 any where.

I am guessing that the 'main' in the following code should be check1.

Init_Check1()
'@@
'@@INITMENU
'@@
'@@MENUHANDLERS
'@@
'@@TOOLBAR
'@@
'@@TOOLBARHANDLERS
'@@
'@@HANDLERS_main
ONMESSAGE main,@IDCLOSEWINDOW,&OnMainClose
ONCONTROL main,main_LISTVIEW1,@NMDBLCLK,&OnDoubleClick_main_LISTVIEW1
ONCONTROL main,main_BUTTON1,@BN_CLICKED,&OnClick_main_BUTTON1
ONCONTROL main,main_BUTTON2,@BN_CLICKED,&OnClick_main_BUTTON2
ONCONTROL main,main_BUTTON3,@BN_CLICKED,&OnClick_main_BUTTON3
ONCONTROL main,main_BUTTON4,@BN_CLICKED,&OnClick_main_BUTTON4
ONCONTROL main,main_BUTTON5,@BN_CLICKED,&OnClick_main_BUTTON5
ONCONTROL main,main_BUTTON6,@BN_CLICKED,&OnClick_main_BUTTON6
ONCONTROL main,main_BUTTON7,@BN_CLICKED,&OnClick_main_BUTTON7

Bill
8
IWB+ / Re: Project with two forms
Last post by jayelbee - February 03, 2026, 08:54:35 AM
Here are files. Sorry it sook so long.  JBBothForms.zip
9
IWB+ / Re: Project with two forms
Last post by billhsln - January 31, 2026, 06:32:07 PM
A code sample would help us figure out what your problem is.  Do the forms overlap or do you want one under/side of the other.

I don't check this forum too often, but will check back every couple of days to see if you have uploaded a sample or the code you are working on depending on if it is company private or not.

Bill
10
IWB+ / Project with two forms
Last post by jayelbee - January 30, 2026, 09:46:53 AM
After some time being away from IWB, I am trying to develop a program with two forms.   The first form generated correctly andcompiled.  Adding a second form to the project results in no code being generated for the second form.  Should I develop each form conpletely separate and then merge them at compile time manually or should IWB+ handle both forms in the same session.  I can delete the second form and get back to the main form, but I cannot delete the first form and work with the second.
Pages1 2 3 ... 10