Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 32

Thread: Can thinbundle create a console exe?

  1. #11

    Re: Can thinbundle create a console exe?

    Well, I'm happy.

    What is Fantom? A compiler or a translator?

    Ciao,
    Roberto

    http://www.thinbasic.com

  2. #12
    Super Moderator Petr Schreiber's Avatar
    Join Date
    Aug 2005
    Location
    Brno - Czech Republic
    Posts
    7,128
    Rep Power
    732

    Re: Can thinbundle create a console exe?

    Hi Roberto,

    I found this on Mikes website.


    Bye,
    Petr
    Learn 3D graphics with ThinBASIC, learn TBGL!
    Windows 10 64bit - Intel Core i5-3350P @ 3.1GHz - 16 GB RAM - NVIDIA GeForce GTX 1050 Ti 4GB

  3. #13
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10

    Re: Can thinbundle create a console exe?

    From the screen I can see it will be a parser/tokenizer/translator to ASM and than compiled with an ASM compiler.
    Good!
    www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
    Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000

  4. #14
    Super Moderator Petr Schreiber's Avatar
    Join Date
    Aug 2005
    Location
    Brno - Czech Republic
    Posts
    7,128
    Rep Power
    732

    Re: Can thinbundle create a console exe?

    Yes,

    seems like a powerful beast

    Bye,
    Petr
    Learn 3D graphics with ThinBASIC, learn TBGL!
    Windows 10 64bit - Intel Core i5-3350P @ 3.1GHz - 16 GB RAM - NVIDIA GeForce GTX 1050 Ti 4GB

  5. #15
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10

    Re: Can thinbundle create a console exe?

    What Roberto made was to understand the type of bundled script, Gui or Console, and create a specific executable: Gui or Console.
    In this way subsequent child process will pass each other STDOUT channel.
    Previously all bundled exe were Gui applications.

    Thanks a lot Roberto.
    This is a great fix!
    Fix will be present in next preview.
    www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
    Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000

  6. #16

    Re: Can thinbundle create a console exe?

    Quote Originally Posted by RobertoBianchi
    Well, I'm happy.

    What is Fantom? A compiler or a translator?

    Ciao,
    Roberto

    Mmmh, what is FANTOM? I don't know ;D Just kiddin....

    It is planned to be a BASIC language. The parser/compiler I am building takes the basic source code and translates it into a FASM compatible ASM code. If you don't know FASM, look here: http://www.flatassembler.net FASM can create executables on its own but I think I will bundle it with one of the freely available linkers, maybe the one from PellesC.

    The code of FANTOM is largely based on the Let's build a compiler series of Jack Crenshaw. I have allready a running DELPHI source. Features missing are FUNCTION returns, external Function calls and all data types besides integer. It is in a very basic state. But overall it won't be any different from IBASIC PRO, OCEAN, PUREBASIC, etc etc.

    Michael

  7. #17

    Re: Can thinbundle create a console exe?

    Interesting ideed, why you choose FASM instead of NASM?
    Do you know which one is closest to MASM?

    bye,
    Roberto
    http://www.thinbasic.com

  8. #18

    Re: Can thinbundle create a console exe?

    Quote Originally Posted by RobertoBianchi
    Interesting ideed, why you choose FASM instead of NASM?
    Do you know which one is closest to MASM?

    bye,
    Roberto
    I like the syntax and macro functionality of FASM a lot. But I have not enough experience to say which one is the closest to MASM as I don't know much about NASM (besides my IBP related stuff) and I don't knwo even less about MASM.

    Also what I like about FASM is that it can produce 64bit code and is developed actively.

  9. #19

    Re: Can thinbundle create a console exe?

    Hi guys,

    it seems with the latest release the output to stdout is gone again.
    Even I copy the thinairb.dll Roberto provided inside the thinair folder.

    Michael

  10. #20
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10

    Re: Can thinbundle create a console exe?

    Sorry Mike. :-[
    I have to talk with Roberto and see what happened.
    www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
    Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000

Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. How to create a new SDK?
    By Michael Hartlef in forum Turbo Delphi language SDK development
    Replies: 2
    Last Post: 30-11-2008, 13:46

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •