Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 28

Thread: thinBasic 1.8.0.0

  1. #11
    Member sblank's Avatar
    Join Date
    Feb 2010
    Location
    Wayne City, Illinois
    Posts
    80
    Rep Power
    23

    Re: thinBasic 1.8.0.0 preview

    Thanks Petr... I like it very much!

    And thanks for the update Eros!

    Stan

    Quote Originally Posted by Petr Schreiber
    Thanks Eros ,

    Stan, Frank, Denis, I re-arranged the TBGL SampleScripts structure to be more easy to navigate and explore, I hope you will like it. Some examples were added as well.


    Petr

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

    Re: thinBasic 1.8.0.0 preview

    Thanks Stan,

    the GBuffers are documented now as well.

    Mike, as Eros said, your help is much better than what was there before, I think it should stay.


    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 MVPs kryton9's Avatar
    Join Date
    Nov 2006
    Location
    Naples, Florida & Duluth, Georgia
    Age
    67
    Posts
    3,869
    Rep Power
    404

    Re: thinBasic 1.8.0.0 preview

    Thanks for the updates guys.

    Eros, I would have no problem with removing any discussion about .net and future development off of the forums here that I might have made or added. Before, we didn't have something like google wave to throw out wild ideas and fantasy wish lists and with so many new users coming to thinBasic, those posts will only cause confusion.

    I will do a search and try to remove any posts with my wild wishes, but in case I miss or can't delete, please feel free to do so, or any of the other forum moderators.
    Sorry, you guys know how excited I get with stuff.
    Acer Notebook: Win 10 Home 64 Bit, Core i7-4702MQ @ 2.2Ghz, 12 GB RAM, nVidia GTX 760M and Intel HD 4600
    Raspberry Pi 3: Raspbian OS use for Home Samba Server and Test HTTP Server

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

    Re: thinBasic 1.8.0.0 preview

    Kent,

    exchanging ideas is for me always, always, always a pleasure even when at first that ideas are too extreme or seem crazy.
    At the end, many improvements come out from this kind of brainstorming. thinBasic started exactly from something like that. And I'm sure it is the same for many other aspect in the world.

    On the other side I have to respect thinBasic users and their time investment spent in/with thinBasic.
    So part of my job in thinBasic is to mediate between new development and compatibility/reliability for future. Sometimes I would like too to make a sort of ... jump but I cannot. Would you follow a project that continue to ... jump here an there?

    Sometimes I find myself to read again things written many months before here in forum and now in Google Wave or even on paper written by myself and ... guess what? Ideas expressed a lot of time ago and maybe not understood at that time get an incredible new light later.

    So, please, no reasons why to delete anything. Instead, continue the way you are!
    Eros
    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

  5. #15
    thinBasic MVPs kryton9's Avatar
    Join Date
    Nov 2006
    Location
    Naples, Florida & Duluth, Georgia
    Age
    67
    Posts
    3,869
    Rep Power
    404

    Re: thinBasic 1.8.0.0 preview

    Thanks Eros. I can't change, but on the other hand I don't want to confuse anyone.... so if anyone reads any of my posts, know that I am not a core thinBasic developer, so don't let my statements of ideas or wishes be interpreted as actual thinBasic direction. But thanks again Eros for the freedom!
    Acer Notebook: Win 10 Home 64 Bit, Core i7-4702MQ @ 2.2Ghz, 12 GB RAM, nVidia GTX 760M and Intel HD 4600
    Raspberry Pi 3: Raspbian OS use for Home Samba Server and Test HTTP Server

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

    Re: thinBasic 1.8.0.0 preview

    thinBasic 1.8.0.0 updated
    Download from: http://www.thinbasic.biz/projects/th...ic_1.8.0.0.zip

    A last (I hope) update to thinBasic 1.8.0.0 before its final official release.

    • Core: fixed a STATIC variables problem it was supposed to be already fixed when STATIC is used at global scope level
    • thinAir: fixed #INCLUDE statement when included file has pseudo variables %APP_... in path
    • UI Module: added some new wrappers of Windows API function mainly working on GDI, the function whose name starts with Win_...
    • UI Module: added PIXELFORMATDESCRIPTOR UDT as native structure
    • TBGL module: update to the latest available on SVN server
    • OXYGEN module: update to the latest available on SVN server with all script examples


    Updated also all help files:
    • .chm help http://www.thinbasic.biz/projects/thinbasic/thinBasic_Help(Chm).zip
      (not necessary because already included into thinBasic setup)
    • .pdf help http://www.thinbasic.biz/projects/thinbasic/thinBasic_Help(PDF).zip
    • .html help http://www.thinbasic.biz/projects/thinbasic/thinBasic_Help(HTML).zip


    Regards
    Eros
    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

  7. #17

    Re: thinBasic 1.8.0.0 preview

    good to know thanx for the fast update.
    why you post the compiled *.chm help file as extra link
    isn't it the same as in the download ?

    Joshy
    (Sorry about my bad English.)

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

    Re: thinBasic 1.8.0.0 preview

    Quote Originally Posted by D.J.Peters
    good to know thanx for the fast update.
    why you post the compiled *.chm help file as extra link
    isn't it the same as in the download ?

    Joshy
    Because when I will finally release the version in official thinBasic web site, we have a section where people just looking for what is thinBasic can download only the help file and check if thinBasic is what they are searching for: http://www.thinbasic.com/index.php?o...tegory&catid=4
    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

  9. #19

    Re: thinBasic 1.8.0.0 preview

    Thanks Eros ,

    Stan, Frank, Denis, I re-arranged the TBGL SampleScripts structure to be more easy to navigate and explore, I hope you will like it. Some examples were added as well.


    Petr
    thanks to all working for this new update. I will check it today. good to hear about new features and help files too. I have six examinations in two weeks. profs and teacher have no mercy with us hope I find more time to explore thinbasic 1.8.0.0.

    bye, sincerely, denis

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

    Re: thinBasic 1.8.0.0 preview

    Found a bug again in STATIC variables when used inside recursive functions
    I'm checking and fixing it.

    Eros
    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 3 FirstFirst 123 LastLast

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
  •