New GUI libraries in the FreeBasic package?

General discussion for topics related to the FreeBASIC project or its community.
Lothar Schirm
Posts: 494
Joined: Sep 28, 2013 15:08
Location: Germany

New GUI libraries in the FreeBasic package?

Post by Lothar Schirm »

Up to now, header files and examples for different GUI libraries are included in the FreeBasic download package (e.g. GTK, CGUI, WX-C, IUP). In this forum, other GUI library headers and examples are also available and seem to be rather popular, in particular Vanya's Window9 and D.J.Peter's FLTK wrapper, which are really easy to use. May be there are a number of other good libraries, too, which I do not know and did not mention. Should'nt they be included in the next download package or at least be listed in the FB maual?
TJF
Posts: 3809
Joined: Dec 06, 2009 22:27
Location: N47°, E15°
Contact:

Re: New GUI libraries in the FreeBasic package?

Post by TJF »

Yes, I also think that It's worth to mention them in the documentation. Each user of the forum has privileges to edit the wiki pages, so why don't you start such entries / pages?

But IMHO neither header files or examples, nor binaries should be included in the compiler packages. It's hard to synchronize updates for both of them in new releases. Either the compiler or the library packages will be outdated when released.

Instead, I think we need a separate download page for FB bindings (it's not sufficiant to use the fbc GIT repo, since there are no descriptional web pages for the several bindings).

On the new download page, entries should be sorted in categories (ie. like in the examples folder). Each entry should have
  • a download link for the FB package, containing examples and header files (including version info)
  • a link to the library web page (and the documentation)
  • installation instructions for the binaries
My download desprictions at the German web site follow this principle (ie. DISLIN 10.2 Anbindung für FreeBasic).

That way a user just loads the stuff he wants to test or needs. The library bindings and examples are easier to update. Several people can do the job without contacting dkl for each new release or bugfix.

There's a start-up of such a page at Google, but nobody cares. So it looks dead. It seems to be the right moment for continuing this project -- in the light of fbc-1.00 and the missing header files in the 64 bit versions -- , or better creating an advanced page far away form Google.
ike
Posts: 387
Joined: Jan 17, 2011 18:59

Re: New GUI libraries in the FreeBasic package?

Post by ike »

seem to be rather popular, in particular Vanya's Window9 and D.J.Peter's FLTK wrapper, which are really easy to use

It's hard to synchronize updates for both of them in new releases.


I agree with both of you. In examples\GUI there should be a folder FLTK with just one file: readme.txt with info and links

or/and

windows9 and FLTK should have a page like fbide http://fbide.freebasic.net/
Lothar Schirm
Posts: 494
Joined: Sep 28, 2013 15:08
Location: Germany

Re: New GUI libraries in the FreeBasic package?

Post by Lothar Schirm »

Hi TJF,

I wanted to add FLTK and Window9 to the FB WIKI Documentation, but though I am a registered user of this forum, FB WIKI demands a new registration via the Forum! Where and how can I do that?
dkl
Site Admin
Posts: 3235
Joined: Jul 28, 2005 14:45
Location: Germany

Re: New GUI libraries in the FreeBasic package?

Post by dkl »

Can't you login on UserSettings using your forum account name/password? At least that's how it works for me. (then again I don't know how the wiki is set up)
Lothar Schirm
Posts: 494
Joined: Sep 28, 2013 15:08
Location: Germany

Re: New GUI libraries in the FreeBasic package?

Post by Lothar Schirm »

This exactly does not work for me!
TJF
Posts: 3809
Joined: Dec 06, 2009 22:27
Location: N47°, E15°
Contact:

Re: New GUI libraries in the FreeBasic package?

Post by TJF »

For me the method mentioned by dkl works.

What do you get when you enter Lothar Schirm in the first and your forum password in the second entry on http://www.freebasic.net/wiki/UserSettings and then press the 'Login' button?
Lothar Schirm
Posts: 494
Joined: Sep 28, 2013 15:08
Location: Germany

Re: New GUI libraries in the FreeBasic package?

Post by Lothar Schirm »

I get the following answer (in red):
Registration must be done by using the Forum∞.
TJF
Posts: 3809
Joined: Dec 06, 2009 22:27
Location: N47°, E15°
Contact:

Re: New GUI libraries in the FreeBasic package?

Post by TJF »

Were you logged in into the forum while you tried this? If not, try to logg into the forum, first.
Lothar Schirm
Posts: 494
Joined: Sep 28, 2013 15:08
Location: Germany

Re: New GUI libraries in the FreeBasic package?

Post by Lothar Schirm »

I was logged into the forum first.
TJF
Posts: 3809
Joined: Dec 06, 2009 22:27
Location: N47°, E15°
Contact:

Re: New GUI libraries in the FreeBasic package?

Post by TJF »

I'm sorry.

@admins

Please help Lothar Schirm to get access to edit the Wiki pages.
MrSwiss
Posts: 3910
Joined: Jun 02, 2013 9:27
Location: Switzerland

Re: New GUI libraries in the FreeBasic package?

Post by MrSwiss »

I've the same problem ... just tried now ... seems to affect more users!
D.J.Peters
Posts: 8642
Joined: May 28, 2005 3:28
Contact:

Re: New GUI libraries in the FreeBasic package?

Post by D.J.Peters »

Same problem here !

Is only the password case sensitive or the wiki login name also ?

Joshy
TJF
Posts: 3809
Joined: Dec 06, 2009 22:27
Location: N47°, E15°
Contact:

Re: New GUI libraries in the FreeBasic package?

Post by TJF »

My acount login works with capital or lower case user name.
D.J.Peters
Posts: 8642
Joined: May 28, 2005 3:28
Contact:

Re: New GUI libraries in the FreeBasic package?

Post by D.J.Peters »

I cleared the FireFox cache and It works now.

Joshy
Post Reply