PDA

View Full Version : One suggestion



Petr Schreiber
16-12-2005, 22:17
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 :oops:

Regards,
Psch

RobertoBianchi
17-12-2005, 19:38
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 :wink:

Bye,
Roberto

RobertoBianchi
30-12-2005, 15:32
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

RobertoBianchi
13-01-2006, 13:51
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