FBsound version check

General FreeBASIC programming questions.
Post Reply
jmg
Posts: 89
Joined: Mar 11, 2009 3:42

FBsound version check

Post by jmg »

I've downloaded FB0.21, and also see there is a new fbsound here

http://www.alice-dsl.net/d.j.peters/fbs ... nd0.10.zip

and so I think I have new everything.

Just to be sure I figured I'd add a simple check on FBsound version - but there seems to be no calls, or constants defining the version ?

[not in help, or in fbsound.bas ?]

Did I miss something ?
D.J.Peters
Posts: 8586
Joined: May 28, 2005 3:28
Contact:

Post by D.J.Peters »

you are right a version number is missing.

on win32 execute "rebuildlib.bat"
and "buildalltests.bat"

on linux x86 execute "sh ./rebuildlib.sh"
and "sh ./buildalltests.sh"

with your current FBC version and all will be up to date.

Joshy
jmg
Posts: 89
Joined: Mar 11, 2009 3:42

Post by jmg »

D.J.Peters wrote:you are right a version number is missing.

on win32 execute "rebuildlib.bat"
and "buildalltests.bat"
Yup, did that, but then I paused, and thought, I have no
idea if that actually worked... :)
Post Reply