One of the best basic programming
languages ever! (besides PureBasic)

BCX (Basic to C Translator) outputs its
code to a C file then compiles it using
LCC win.

Amazing language.

I am having trouble
getting a Float value from a DLL.

DIM MyVar as SINGLE

MyVar = FSOUND_GetCPUUsage()

all I get is -1.#IND what does this mean?
anyone?