|
-
Apr 9th, 2021, 08:51 AM
#1
Re: TwinBasic
Thanks everyone, glad to hear some of you have got it working already!
To those not on Win10... we hear you. There's no technical reason why the twinBASIC compiler won't work on earlier versions of Windows, it's just a matter of time and priorities for us to test (and possibly tweak) it properly.
-
Apr 9th, 2021, 02:27 PM
#2
Re: TwinBasic
Can TwinBasic open an existing .vbp file? I want to test Twin without downloading project files in an unknown format. I'm on Windows 10 latest updates. Thanks.
-
Apr 9th, 2021, 03:35 PM
#3
Re: TwinBasic
 Originally Posted by TTn
Can TwinBasic open an existing .vbp file?
Not yet. TwinBasic say "In a future revision we will offer automatic migration from VB6 project files (.vbp)".
They seem to be suggesting it will be in "weeks not years".
-
Apr 10th, 2021, 10:01 PM
#4
Re: TwinBasic
 Originally Posted by TTn
Can TwinBasic open an existing .vbp file? I want to test Twin without downloading project files in an unknown format. I'm on Windows 10 latest updates. Thanks.
No, not in preview 1. They will be supported in due course though, so watch this space.
-
Apr 12th, 2021, 07:12 PM
#5
Re: TwinBasic
 Originally Posted by WaynePhillipsEA
No, not in preview 1. They will be supported in due course though, so watch this space.
Also on my wish list is having compile switches similar to VB. Compile switches from Advanced Microsoft Visual Basics (second edition)
The output of c2 hooked in a default project is:
Code:
C3 -il "C:\Users\user\AppData\Local\Temp\VB430308" -f "Form1" -W 3 -Gy -G5 -Gs4096 -dos -Zl -Fo"C:\Users\user\Desktop\Form1.OBJ" -QIfdiv -ML -basic
The output of link is:
Code:
L1NK "C:\Users\user\Desktop\Form1.OBJ" "C:\Users\user\Desktop\Project1.OBJ" "C:\Program Files (x86)\Microsoft Visual Studio\VB98\VBAEXE6.LIB" /ENTRY:__vbaS /OUT:"C:\Users\user\Desktop\Project1.exe" /BASE:0x400000 /SUBSYSTEM:WINDOWS,4.0 /VERSION:1.0 /INCREMENTAL:NO /OPT:REF /MERGE:.rdata=.text /IGNORE:4078
Is it possible to keep that string format compatible?
Last edited by TTn; Apr 12th, 2021 at 07:18 PM.
-
Apr 13th, 2021, 01:49 AM
#6
Re: TwinBasic
 Originally Posted by TTn
Also on my wish list is having compile switches similar to VB. Compile switches from Advanced Microsoft Visual Basics (second edition)
The output of c2 hooked in a default project is:
Code:
C3 -il "C:\Users\user\AppData\Local\Temp\VB430308" -f "Form1" -W 3 -Gy -G5 -Gs4096 -dos -Zl -Fo"C:\Users\user\Desktop\Form1.OBJ" -QIfdiv -ML -basic
The output of link is:
Code:
L1NK "C:\Users\user\Desktop\Form1.OBJ" "C:\Users\user\Desktop\Project1.OBJ" "C:\Program Files (x86)\Microsoft Visual Studio\VB98\VBAEXE6.LIB" /ENTRY:__vbaS /OUT:"C:\Users\user\Desktop\Project1.exe" /BASE:0x400000 /SUBSYSTEM:WINDOWS,4.0 /VERSION:1.0 /INCREMENTAL:NO /OPT:REF /MERGE:.rdata=.text /IGNORE:4078
Is it possible to keep that string format compatible?
Thanks for the request. Sure, once we add command-line compilation support, we'll certainly make sure the switches match as much as possible.
-
Apr 10th, 2021, 12:27 PM
#7
Junior Member
Re: TwinBasic
Wayne,
Congrats for this milestone.
I think there is enough room for our projects and they could live side by side.
We talked before and we are kind each other
-
Apr 10th, 2021, 07:04 PM
#8
Re: TwinBasic
 Originally Posted by radBasicHost
I think there is enough room for our projects and they could live side by side.
Would this be partnership or merger?
-
Apr 10th, 2021, 07:15 PM
#9
Junior Member
Re: TwinBasic
 Originally Posted by Episcopal
Would this be partnership or merger?
None. At this moment friendly relationship.
We see in future...
Regards
Carles
-
Apr 10th, 2021, 10:03 PM
#10
Re: TwinBasic
 Originally Posted by radBasicHost
Wayne,
Congrats for this milestone.
I think there is enough room for our projects and they could live side by side.
We talked before and we are kind each other 
Thanks Carles, appreciated. I see that you have started your kickstarter campaign -- good luck with it!
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
|