Results 1 to 40 of 2075

Thread: TwinBasic

Threaded View

  1. #11
    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?

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