GUI library for Windows \ Linux (window9)

Headers, Bindings, Libraries for use with FreeBASIC, Please include example of use to help ensure they are tested and usable.
Post Reply
VANYA
Posts: 1834
Joined: Oct 24, 2010 15:16
Location: Ярославль
Contact:

Re: FBGUI library for Windows 2

Post by VANYA »

Not relevant message
Last edited by VANYA on Mar 23, 2021 18:13, edited 1 time in total.
VANYA
Posts: 1834
Joined: Oct 24, 2010 15:16
Location: Ярославль
Contact:

Re: FBGUI library for Windows 2

Post by VANYA »

RNBW!

If you have started translating or editing, please stop. The help will be updated with information and will be edited shortly. I remove the link to the archives.
RNBW
Posts: 267
Joined: Apr 11, 2015 11:06
Location: UK

Re: FBGUI library for Windows 2

Post by RNBW »

VANYA wrote:RNBW!

If you have started translating or editing, please stop. The help will be updated with information and will be edited shortly. I remove the link to the archives.
Hi VANYA
Was just about to start. I'll not do anything until you advise otherwise.

Ray
VANYA
Posts: 1834
Joined: Oct 24, 2010 15:16
Location: Ярославль
Contact:

Re: FBGUI library for Windows 2

Post by VANYA »

Hi RNBW!

This is now an edited help. Most of the editing was directed to the 2DDrawA, Image sections (where you should pay attention to the modified examples). It is best when translating to directly take examples from the Russian reference and copy into English, cutting out Russian comments in the examples (if any). From the dates in the English and Russian references, it is clear where the edits were made recently. Thanks!

Download
D.J.Peters
Posts: 8586
Joined: May 28, 2005 3:28
Contact:

Re: FBGUI library for Windows 2

Post by D.J.Peters »

@VANYA looks like the link is down: http://users.freebasic-portal.de/freeba ... start.html
VANYA
Posts: 1834
Joined: Oct 24, 2010 15:16
Location: Ярославль
Contact:

Re: FBGUI library for Windows 2

Post by VANYA »

D.J.Peters wrote:@VANYA looks like the link is down
This link opens for me, possibly cached. And if you change https instead of http., then it opens for you?
SARG
Posts: 1766
Joined: May 27, 2005 7:15
Location: FRANCE

Re: FBGUI library for Windows 2

Post by SARG »

No problem here.
D.J.Peters
Posts: 8586
Joined: May 28, 2005 3:28
Contact:

Re: FBGUI library for Windows 2

Post by D.J.Peters »

SARG wrote:No problem here.
http://users.freebasic-portal.de/freeba ... start.html
Not Found

The requested URL was not found on this server.

Joshy
SARG
Posts: 1766
Joined: May 27, 2005 7:15
Location: FRANCE

Re: FBGUI library for Windows 2

Post by SARG »

@D.J.Peters
I used the link you provided without any problem however it really links to :
httpS://users.freebasic-portal.de/freebasicru/w9start.html

So try with 's' added.
VANYA
Posts: 1834
Joined: Oct 24, 2010 15:16
Location: Ярославль
Contact:

Re: FBGUI library for Windows 2

Post by VANYA »

I replaced the link in the first post of this thread (from http to https).
D.J.Peters
Posts: 8586
Joined: May 28, 2005 3:28
Contact:

Re: FBGUI library for Windows 2

Post by D.J.Peters »

VANYA wrote:I replaced the link in the first post of this thread (from http to https).
Thanks I got it :-) you can add the download link to the first post also !

download: window9_windows_linux.zip

Joshy
RNBW
Posts: 267
Joined: Apr 11, 2015 11:06
Location: UK

Re: FBGUI library for Windows 2

Post by RNBW »

Hi VANYA

I've started to go through the updated items in the 2D_DrawA section and I've tried out some of the code as I'm going along. Running the code in modedrawa I get the following error messages:

FbTemp.bas(6) error 42: Variable not declared, ANTIALIAS_BEST in 'ModeDrawA(ANTIALIAS_BEST)'
FbTemp.bas(8) error 42: Variable not declared, ANTIALIAS_NONE in 'ModeDrawA(ANTIALIAS_NONE)'

I note in your first post that you say to put files libwindow9.a, libLinked_Lists.a in the folder: compilier\lib\win32. I am working in win64 and have put the files there because I don't have a win32 folder. Is this a problem?

I am running the latest version of Windows 10 and FB compiler 1.07.3 - win64.

Ray
VANYA
Posts: 1834
Joined: Oct 24, 2010 15:16
Location: Ярославль
Contact:

Re: FBGUI library for Windows 2

Post by VANYA »

Hi RNBW!
I've started to go through the updated items in the 2D_DrawA section and I've tried out some of the code as I'm going along. Running the code in modedrawa I get the following error messages:

FbTemp.bas(6) error 42: Variable not declared, ANTIALIAS_BEST in 'ModeDrawA(ANTIALIAS_BEST)'
FbTemp.bas(8) error 42: Variable not declared, ANTIALIAS_NONE in 'ModeDrawA(ANTIALIAS_NONE)'
This is because you have an old version of the library. The new version has not been released yet. I plan to release a new version by May.

Since you are testing examples, I am giving you the source code of the library for Windows: https://disk.yandex.ru/d/FcrexE0s8S9mPw
I note in your first post that you say to put files libwindow9.a, libLinked_Lists.a in the folder: compilier\lib\win32. I am working in win64 and have put the files there because I don't have a win32 folder. Is this a problem?
Regardless of the operating system, library files can be:
1) in the same folder where and the source file that requires the library
2) in the directory where the other freebasic standard libraries are located (libfb.a , libfbgfx.a, ...).
Usually, with a standard FB compliler installation, the paths are located like this: for FBCOMPILER-WIN32 (compilier\lib\win32) , for FBCOMPILER-WIN64 (compilier\lib\win64) , for FBCOMPILER-LINUX32 ( /usr/local/lib/freebasic/linux-x86) for FBCOMPILER-LINUX64 (/usr/local/lib/freebasic/linux-x86_64).
RNBW
Posts: 267
Joined: Apr 11, 2015 11:06
Location: UK

Re: FBGUI library for Windows 2

Post by RNBW »

VANYA

I've now run a number of programs from copying and pasting from the Help file and from example programs from the February update that don't work. I'm a little confused (many have said I've been in that state for a long time). If the libraries are not to be issued until a new update in May: why provide code now that needs the new libraries?

I will continue to update the help file, but should I make it available before the May update? I will come back to you when I have finished.

Ray
VANYA
Posts: 1834
Joined: Oct 24, 2010 15:16
Location: Ярославль
Contact:

Re: FBGUI library for Windows 2

Post by VANYA »

RNBW wrote:VANYA

I've now run a number of programs from copying and pasting from the Help file and from example programs from the February update that don't work. I'm a little confused (many have said I've been in that state for a long time). If the libraries are not to be issued until a new update in May: why provide code now that needs the new libraries?

I will continue to update the help file, but should I make it available before the May update? I will come back to you when I have finished.

Ray
I wanted to release an update to the library in one go, with an already prepared English help file. This does not mean that you have to rush. If you do not have time, then it's okay. Whoever needs to use the library will be able to use the Russian help file until the English version appears.
Post Reply