-
Jun 22nd, 2022, 04:43 AM
#1041
Re: TwinBasic programming IDE - download and install
The latest twinBASIC IDE BETA is now available.
Download from here... https://github.com/WaynePhillipsEA/twinbasic/releases
- Click on "Assets" for the latest release
- Download and Extract the ZIP file into a local folder
- Then run the twinBASIC.exe from that local folder.
If you're NOT using Windows 11, you might need to download and install the WebView2 Runtime (32-bit). When you run the IDE it will show a message if the WebView2 Runtime isn't installed.
Download it here: https://tinyurl.com/twinbasicwebview2runtime
(in case of difficulty download from here https://developer.microsoft.com/en-u...wnload-section - you want "Evergreen Standalone Installer" > "x86")
Some products, like Office 365, now pre-install WebView2 for you, so you might not need this step.
Last edited by VB6 Programming; Jun 25th, 2022 at 03:41 AM.
-
Jun 22nd, 2022, 07:55 PM
#1042
New Member
Re: TwinBasic
When you build the exe add the option to build to use a custom name.
-The builds run 50% slow that vb6
-
Jun 23rd, 2022, 04:10 AM
#1043
Re: TwinBasic
 Originally Posted by Episcopal
Perhaps the translations by Google or difference in custom or culture, can generate a malaise.
Why did i just read "can generate a mayonnaise"......
One System to rule them all, One Code to find them,
One IDE to bring them all, and to the Framework bind them,
in the Land of Redmond, where the Windows lie
---------------------------------------------------------------------------------
People call me crazy because i'm jumping out of perfectly fine airplanes.
---------------------------------------------------------------------------------
Code is like a joke: If you have to explain it, it's bad
-
Jun 23rd, 2022, 09:13 AM
#1044
Re: TwinBasic
 Originally Posted by Zvoni
Why did i just read "can generate a mayonnaise"......
I decided not to make my own mayonnaise.
I didn't want to whisk it.
-
Jun 23rd, 2022, 09:28 AM
#1045
Re: TwinBasic
 Originally Posted by Zvoni
Why did i just read "can generate a mayonnaise"......
 Originally Posted by VB6 Programming
I decided not to make my own mayonnaise.
I didn't want to whisk it.
It'd be a Miracle to Whip it up...
-tg
-
Jun 23rd, 2022, 10:40 AM
#1046
Addicted Member
Re: TwinBasic
 Originally Posted by VB6 Programming
I decided not to make my own mayonnaise.
I didn't want to whisk it.
Would you risk it for a biscuit?
-
Jun 23rd, 2022, 02:17 PM
#1047
Re: TwinBasic
I wasn't bready for a return to the food puns.
By the power invested in me, all the threads I start are Niya and Olaf free zones - no arguing about the benefits of VB6 over .NET here please. Happiness must reign.
-
Jun 25th, 2022, 03:40 AM
#1048
Re: TwinBasic
A new twinBASIC IDE - BETA 61 is now available.
Download from here... https://github.com/WaynePhillipsEA/twinbasic/releases
Click on "Assets" for the latest release
Download and Extract the ZIP file into a local folder
Then run the twinBASIC.exe from that local folder.
-
Jun 25th, 2022, 09:21 AM
#1049
New Member
Re: TwinBasic
fantastic work
Add the option to make the final exe. where you can choose the exe name
-
Jun 26th, 2022, 06:22 AM
#1050
Re: TwinBasic
A new twinBASIC IDE - BETA 62 is now available.
Download from here... https://github.com/WaynePhillipsEA/twinbasic/releases
Click on "Assets" for the latest release
Download and Extract the ZIP file into a local folder
Then run the twinBASIC.exe from that local folder.
-
Yesterday, 12:03 AM
#1051
Re: TwinBasic
Had no idea TwinBasic was progressing so quick. Looking great!
 Originally Posted by Niya
Back in the day this is something I wanted badly in VB6. However, in hindsight it was a very good thing for me that VB6 didn't have it because if it did, I'd have never dared to learn C/C++. Then I would have never believed in myself enough to know that I could learn other languages besides BASIC. I grew up in BASIC, started when I was like 8 to 10 years old and before I ever wrote my first piece of C code, I was incapable of conceiving that I had the smarts to learn anything else. Non-BASIC languages scared me for the longest time until I wrote C code for the first time. Today I've familiarized myself with many languages including C, C++, C#, Python, Assembly, JavaScript, HTML, CSS etc. I'm far from being an expert in any of these but I'm no longer afraid of them and it all started with my first adventure into C.
Anyways, this feature is long overdue. The ability to create standard DLLs is something Visual Basic should have had a long time ago. It's a very good thing TwinBASIC has it because even in 2022 we still mostly have to rely on C to do this. It is nice to have another language that could do it.
VB6 can absolutely make standard DLLs. It's a hack, but it's an old hack... earliest descriptions of how to modify the compilation instructions and addins to help go back to at least 2001 with vbAdvance. These days you even have The trick's method for creating multithreaded standard DLLs (here).
-
Yesterday, 05:35 AM
#1052
Re: TwinBasic
twinBASIC status update
Highlights include container support, IDE bug fixes, and a modest request for a complete backward-compatible rewrite of MS Access in twinBASIC.
https://nolongerset.com/twinbasic-update-june-26-2022/
-
Yesterday, 06:03 AM
#1053
Re: TwinBasic
 Originally Posted by fafalone
Had no idea TwinBasic was progressing so quick. Looking great!
VB6 can absolutely make standard DLLs. It's a hack, but it's an old hack... earliest descriptions of how to modify the compilation instructions and addins to help go back to at least 2001 with vbAdvance. These days you even have The trick's method for creating multithreaded standard DLLs ( here).
I was 100% aware of this even back then. Thing is though, scared as I might have been of C/C++, I felt it was just easier and far better to learn C than to learn these VB6 hacks that many times had a lot of limiting conditions. I have never ever had a favorable disposition towards hacking something to get it to do something it's not meant to do and I have this attitude with everything, not just with programming. The only time I'd ever choose that option is if there is no other option. It was the same with multi-threading. Even though I was not aware at the time that it was possible to write working multi-threaded code in VB6, I still would not have chosen to do that because there was another option, move to .Net which had exactly what I wanted no complicated hacks required. In fact the lack of an easy way to do multi-threading in VB6 was the final straw for me. It was the thing that moved me to finally abandon it.
Last edited by Niya; Yesterday at 06:07 AM.
-
Yesterday, 09:11 AM
#1054
Addicted Member
Re: TwinBasic
 Originally Posted by VB6 Programming
Only last week playing around in tb I noticed that that the Frame Control could not host a group of option buttons and now this week it can!
-
Re: TwinBasic
A new twinBASIC IDE - BETA 63 is now available.
Download from here... https://github.com/WaynePhillipsEA/twinbasic/releases
Click on "Assets" for the latest release
Download and Extract the ZIP file into a local folder
Then run the twinBASIC.exe from that local folder.
-
Re: TwinBasic
And another new twinBASIC IDE - BETA 64 is now available.
Download from here... https://github.com/WaynePhillipsEA/twinbasic/releases
Click on "Assets" for the latest release
Download and Extract the ZIP file into a local folder
Then run the twinBASIC.exe from that local folder.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|