Results 1 to 40 of 2075

Thread: TwinBasic

Hybrid View

  1. #1
    Hyperactive Member
    Join Date
    Dec 2020
    Posts
    314

    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.

  2. #2
    Fanatic Member TTn's Avatar
    Join Date
    Jul 2004
    Posts
    708

    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.

  3. #3
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,802

    Re: TwinBasic

    Quote Originally Posted by TTn View Post
    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".

  4. #4
    Hyperactive Member
    Join Date
    Dec 2020
    Posts
    314

    Re: TwinBasic

    Quote Originally Posted by TTn View Post
    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.

  5. #5
    Fanatic Member TTn's Avatar
    Join Date
    Jul 2004
    Posts
    708

    Re: TwinBasic

    Quote Originally Posted by WaynePhillipsEA View Post
    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?

  6. #6
    Hyperactive Member
    Join Date
    Dec 2020
    Posts
    314

    Re: TwinBasic

    Quote Originally Posted by TTn View Post
    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.

  7. #7
    Junior Member radBasicHost's Avatar
    Join Date
    Jun 2019
    Posts
    27

    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

  8. #8
    Fanatic Member Episcopal's Avatar
    Join Date
    Mar 2019
    Location
    Brazil
    Posts
    617

    Re: TwinBasic

    Quote Originally Posted by radBasicHost View Post
    I think there is enough room for our projects and they could live side by side.
    Would this be partnership or merger?

  9. #9
    Junior Member radBasicHost's Avatar
    Join Date
    Jun 2019
    Posts
    27

    Re: TwinBasic

    Quote Originally Posted by Episcopal View Post
    Would this be partnership or merger?
    None. At this moment friendly relationship.

    We see in future...

    Regards

    Carles

  10. #10
    Hyperactive Member
    Join Date
    Dec 2020
    Posts
    314

    Re: TwinBasic

    Quote Originally Posted by radBasicHost View Post
    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
  •  



Click Here to Expand Forum to Full Width