WineHQ

Basic4GL

Support for hexadecimal numbers.

Example:

    dim a = 0xffff, b = -0x2020

Can now use "as" keyword with function and constant declarations.

Example:

    function GetString() as string

    function RandomFloat() as single

    const pi as single = 3.14159265

Functions can also use structures.

Example:

    type TThing
      name as string
    end type

    function GetThing() as TThing

Application Details:

Version: 2.5.8
License:
URL: http://www.basic4gl.net/
Votes: 0
Latest Rating: Gold
Latest Wine Version Tested: 1.0.1

Maintainers: About Maintainership

No maintainers. Volunteer today!

Free Download Download Basic4GL

Test Results

Old test results
The test results for this version are very old, and as such they may not represent the current state of Wine. Please consider submitting a new test report.
Selected Test Results

What works

All the 2D & 3D graphics programs in the examples folder were tested & are working. Another dll from the forum was tested, this time it was the toolbox.dll & all the toolbox examples worked fine.

What does not

Examples which use Sound & Music will work but the audio may be absent.

Workarounds

What was not tested

The programs which make network connections over the Internet still haven't been tested & there are a lot of plugin dlls which need to be tested too

Hardware tested

Graphics:

  • GPU:
  • Driver:

Additional Comments

Because Basic4GL uses OpenGL you'll need to be sure you've got the MESA OpenGL libraries installed on your computer. libgl1-mesa-dri libgl1-mesa-glx libglu1-mesa

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
CurrentUbuntu 8.10 "Intrepid" i386 (+ variants like Kubuntu)Dec 31 20081.0.1Yes Yes NoGoldbmatthew1 

Known Bugs

Bug # Description Status Resolution Other apps affected

Show all bugs

Comments

Comments Disabled

Comments for this application have been disabled because there are no maintainers.
Back