Results 1 to 10 of 15

Thread: FreeBASIC module SDK for thinBasic_1.9.x.x

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #14
    Yes, it appears to be so. thinBasic derives its definition of integer from PowerBasic. ie: 16 bit signed integer. There is no formal boolean type, so integers are used as a substitute.

    However I notice that in the Windows API, a boolean is the same size as INT (32 bits) within a typedef, though only the first bit is significant.

    http://msdn.microsoft.com/en-us/libr...(v=vs.85).aspx


    Thanks Joshy and Petr the FB-SDK update.

    I incorporated the ascii_to_float / float_to_ascii routines into Oxygen's run-time-libraries. With low level access, all values are passed and returned on the FPU stack, avoiding any loss of precision due to 'double' intermediaries.
    Last edited by Charles Pegge; 21-05-2013 at 12:24.

Similar Threads

  1. FireFly for FreeBasic
    By ErosOlmi in forum Free Basic
    Replies: 4
    Last Post: 22-06-2010, 05:37
  2. Freebasic to get C emitter
    By Charles Pegge in forum Software discussion
    Replies: 6
    Last Post: 22-01-2010, 08:16
  3. FreeBasic strings
    By ErosOlmi in forum Module SDK (Freebasic version)
    Replies: 12
    Last Post: 21-11-2008, 08:28
  4. FreeBasic - EBasic
    By kryton9 in forum Free Basic
    Replies: 10
    Last Post: 16-04-2008, 07:50
  5. Freebasic SDK
    By ErosOlmi in forum Module SDK (Freebasic version)
    Replies: 7
    Last Post: 19-06-2007, 20:27

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
  •