Basic Forge Project

User contributed sources that have become inactive, deprecated, or generally unusable. But ... we don't really want to throw them away either.
OldBasic
Posts: 13
Joined: Aug 15, 2010 21:04

Basic Forge Project

Post by OldBasic »

greeting!

I am trying to form the core team of this project, if you are interested take a look at this site.


http://devq.developpez.com
aurelVZAB
Posts: 666
Joined: Jul 02, 2008 14:55
Contact:

Re: Basic Forge Project

Post by aurelVZAB »

i am interested but do you can set english version of the site?
OldBasic
Posts: 13
Joined: Aug 15, 2010 21:04

Re: Basic Forge Project

Post by OldBasic »

Language should not be a barrier because we all speak FreeBASIC language. Upload the source code, throw a look, and I will be available here for any clarification.
fxm
Moderator
Posts: 12107
Joined: Apr 22, 2009 12:46
Location: Paris suburbs, FRANCE

Re: Basic Forge Project

Post by fxm »

aurelVZAB
Posts: 666
Joined: Jul 02, 2008 14:55
Contact:

Re: Basic Forge Project

Post by aurelVZAB »

Ok
Is DevQ IDE ..scintilla based editor written in Free Basic?
Where is download?
What is GuiBas?
OldBasic
Posts: 13
Joined: Aug 15, 2010 21:04

Re: Basic Forge Project

Post by OldBasic »

The objective of the "DevQ" project was to create a simple IDE to use it to initiate non-specialized university students to the algorithmic and the programming, but the choice of the RapidQ compiler who suffers from several bugs stops the development to this project.

GuiBas is a class library written with FreeBasic inspired by some sources deposited on this forum.

These classes that encapsulate some Windows API were originally developed to allow the port the code of DevQ to FreeBasic which is more stable and more efficient.

But given the results achieved and the features offered by OPP of FreeBASIC, the objective of creating a clone more effective than VB6 would not be far, all it need it's a group of intermediate programmers but motivated and ready to accomplish this work.

for the download no problem, I'll post the code source here on this forum.
aurelVZAB
Posts: 666
Joined: Jul 02, 2008 14:55
Contact:

Re: Basic Forge Project

Post by aurelVZAB »

ok
so i can finally compile and try!
OldBasic
Posts: 13
Joined: Aug 15, 2010 21:04

Re: Basic Forge Project

Post by OldBasic »

good!

here is the link to download the source code

https://www.sendspace.com/file/w6pwj4

or here

http://www.gulfup.com/?glSSak

a resource file is associated with the example tbr.bas
use: "<$ fbc>" "<$ file>" "tbr.rc"
with fbIde to compile
JohnK
Posts: 279
Joined: Sep 01, 2005 5:20
Location: Earth, usually
Contact:

Re: Basic Forge Project

Post by JohnK »

I really would like a rapidq-like port from Freebasic. However, this project appears to be a windows only port. If that is the case then I assume you are extending some of the code from Don H or from Eodor.

FreeQ IDEa is one of several that already supports making Windows GUI code in Freebasic.
http://rapidq.phatcode.net/FreeQ/

Also RapidQ under windows is not "filled with bugs." I use RapidQ to substitute commercial programs for years. The programs run all day long, no problems - even running with FreeBasic DLLs. You just need to be aware of the limits and download the latest fixes. So personally, I am not interested in yet another incomplete GUI for windows.

The main focus of FB is to compile cross platform, hopefully MacOSX and Android. SO, that is why I am interested in cross-platform GUI, I was most interested in FLTK due to its size and easy distribution to the end user.

-JohnK
ike
Posts: 387
Joined: Jan 17, 2011 18:59

Re: Basic Forge Project

Post by ike »

FLTK is the way to go!!
aurelVZAB
Posts: 666
Joined: Jul 02, 2008 14:55
Contact:

Re: Basic Forge Project

Post by aurelVZAB »

what is command line to compile program ?
there is no any ReadMe file?
arsicg
Posts: 7
Joined: Jan 02, 2015 15:54

Re: Basic Forge Project

Post by arsicg »

I'm OldBasic, I'm going to finish this project anyway
I see that it is not very convincing in its current state :-(

thank you
aurelVZAB
Posts: 666
Joined: Jul 02, 2008 14:55
Contact:

Re: Basic Forge Project

Post by aurelVZAB »

Well ,now i don't understand what your goal is ?
Is this a IDE which work with old RQ programs ?
so that you or people who are interested can compile old RQ programs with FB ?
..and why you have two accounts ?
arsicg
Posts: 7
Joined: Jan 02, 2015 15:54

Re: Basic Forge Project

Post by arsicg »

aurelVZAB wrote: Well ,now i don't understand what your goal is ?
Is this a IDE which work with old RQ programs ?
so that you or people who are interested can compile old RQ programs with FB ?
You see the friend, in this world there's two kinds of people, those that encode ... and those who ask questions.
you, my friend, you ask a lot of questions for someone who encodes.
just look at the source code, and everything will become clear.
aurelVZAB wrote: ..and why you have two accounts ?
[/quote]

Image
aurelVZAB
Posts: 666
Joined: Jul 02, 2008 14:55
Contact:

Re: Basic Forge Project

Post by aurelVZAB »

just look at the source code, and everything will become clear
ok ...i think that there is no shame or wrong to ask if i don't understand something.
ok!
Post Reply