• Welcome to Theos PowerBasic Museum 2017.

I want to learn a Basic dialect

Started by Vernon Marsden, June 23, 2009, 10:28:28 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Patrice Terrier

If you have enough money, then consider WinDev, it is by far the best visual designer you can imagine, and the syntax is very similar to the BASIC dialect.
Moreover you can choose to program using either procedural or OOP mode, there are many templates ready to use, and it does almost everything except coffee.

You can interface WinDev with PowerBASIC, C, C++, VB, .NET, OCX, Win32 or Win64 DLL, create 32 or 64-bit code, JAVA, PHP, SQL, ORACLE, AS400, etc.

...
Patrice Terrier
GDImage (advanced graphic addon)
http://www.zapsolution.com

Theo Gottwald

Does it produces Standalone EXE Files or do they need special Installations?

Eros Olmi

Stand alone EXE with some mandatory DLL.
Mainly like VB6 executables that need VB6 engine dll.
thinBasic Script Interpreter - www.thinbasic.com | www.thinbasic.com/community
Win7Pro 64bit - 8GB Ram - Intel i7 M620 2.67GHz - NVIDIA Quadro FX1800M 1GB

Theo Gottwald

Do you also use it, Eros?
How big in size is such a distributable Package with EXE and DLL ?

Patrice Terrier

Theo

See an example of WL systax here:
http://www.jose.it-berater.org/smfforum/index.php?topic=3157.0
and here:
http://www.jose.it-berater.org/smfforum/index.php?topic=3178.0

And a running WD project here:
http://www.jose.it-berater.org/smfforum/index.php?topic=1595.msg5763#msg5763

Assuming that you want to mix it with your PowerBASIC DLL, to have the best of the two worlds  ;D

...
Patrice Terrier
GDImage (advanced graphic addon)
http://www.zapsolution.com

Patrice Terrier

Gerôme

I shall give a try to your FSBL, looks like you have done a tremendous work with it.

...
Patrice Terrier
GDImage (advanced graphic addon)
http://www.zapsolution.com

Gérôme Guillemin

Quote from: Patrice Terrier on November 19, 2009, 10:31:42 AM
Gerôme

I shall give a try to your FSBL, looks like you have done a tremendous work with it.

...

Thanks a lot Patrice :)
The team is made of 3 developers with competences in C ans ASM, we still are developping FBSL since 2001... :)
You can make stand alone executables or use the tiny version that is linked against a DLL, the first one allows you to spread stand alone program and the tiny version allows you to develop several tiny executables (minimal 7 Kb) shipped with the DLL.
Two good french and english tutorials are provided as well as a 650 manual page I've written in english (sorry for my typos), 200+ samples plus a support forum !
The syntax is closer to VB, PB and many other good ones!
Now it's up to you !

Yours,
Gerome GUILLEMIN
http://www.fbsl.net

Patrice Terrier

#22
Gérôme,

You BASS example doesn't work on 7, and the provided BASS.DLL version is obsolete.

You should also check the TUTORIAL link on your web site with different browser.

I think you should have a direct link from the main page, to the latest FBSL version.
We can't figure, from the main page, where to find it! 

...
Patrice Terrier
GDImage (advanced graphic addon)
http://www.zapsolution.com

Gérôme Guillemin

Quote from: Patrice Terrier on November 19, 2009, 12:12:18 PM
Gérôme,

You BASS example doesn't work on 7, and the provided BASS.DLL version is obsolete.

You should also check the TUTORIAL link on your web site with different browser.

I think you should have a direct link from the main page, to the latest FBSL version.
We can't figure, from the main page, where to find it! 

...

Patrice,

I've installed Win7 32 and 64 onto my PC and I've tested almost of my samples without any problems, but not tested the bass one yet...

What is the real problem with the tutorial link please ?

Thanks

Patrice Terrier

Patrice Terrier
GDImage (advanced graphic addon)
http://www.zapsolution.com

Gérôme Guillemin

Quote from: Patrice Terrier on November 19, 2009, 02:59:40 PM
see the attached screenshot.

...


This is just a plugin problem, my PDF reader allows to see embedded PDF files from IE and FFox without any problem, even under Win 7.

Patrice Terrier

I have downloaded the latest ACROBAT version, and i did try with IE8, FireFox, Chrome.

They all have the same problem. The maximum speed for my Internet connection is less than 1 Mb.

...
Patrice Terrier
GDImage (advanced graphic addon)
http://www.zapsolution.com

Gérôme Guillemin

Quote from: Patrice Terrier on November 19, 2009, 04:21:13 PM
I have downloaded the latest ACROBAT version, and i did try with IE8, FireFox, Chrome.

They all have the same problem. The maximum speed for my Internet connection is less than 1 Mb.

...


So you were never able to open a PDF from within your IExplorer weren't you ?
Not so bad, just download it and open it :)
Have fun !

Eros Olmi

Quote from: Theo Gottwald on November 19, 2009, 08:08:58 AM
Do you also use it, Eros?
How big in size is such a distributable Package with EXE and DLL ?

No I do not use it. I just evaluated the possibility to use it in my company.
thinBasic Script Interpreter - www.thinbasic.com | www.thinbasic.com/community
Win7Pro 64bit - 8GB Ram - Intel i7 M620 2.67GHz - NVIDIA Quadro FX1800M 1GB

Theo Gottwald

QuoteAssuming that you want to mix it with your PowerBASIC DLL, to have the best of the two worlds

It definitely looks interesting, Patrice. But the price is also in another Class then the tools i am currently using.
So there must be something with it.