Results 1 to 4 of 4

Thread: One suggestion

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

    One suggestion

    Hi Roberto,

    I'm not C-guy, but I know that many people I know uses the Dev C++ IDE to code C/C++. It uses gcc compiler or something like it.
    Dev C++ is located at http://www.bloodshed.net/devcpp.html

    It seems the framework you provided is MS C/C++ environment specific. Maybe releasing Dev C++ version could increase amount of users.

    Maybe I'm talking wrong, because I understand C very little

    Regards,
    Psch
    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

  2. #2

    One suggestion

    Hi Psch,

    It seems the framework you provided is MS C/C++ environment specific.
    The framework is developed with MS C/C++ compiler but at the end it come out in static library (.LIB) or dinamic library (.DLL) that are simple to use in a C project.
    Anyway you provide a good suggestion and I should make some example for explain how use the ThinBASIC C interface with gcc and bcc32 compiler.
    I'll put this in my work list, just after .... the IBASIC SDK

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

  3. #3

    One suggestion

    Added interface support and module example for Borland C/C++ compiler (BCC32 version 5.5).
    Please refer to the sticky post for details and downolad.

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

  4. #4

    One suggestion

    Added interface support and module example for Dev-C++ 5.0 (beta 4.9.9.2) with Mingw/GCC 3.4.2 compiler.
    Please refer to the sticky post for details and downolad.

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

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
  •