Qbasicnews.com

Full Version: mmsystem.bi error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i'm not sure if this has been posted yet, but

in mmsystem.bi the declaration for joyGetNumDevs has the alias "joyGetNumDev" and when trying to call this function using:

print joyGetNumDevs

i get:

undefined reference to `joyGetNumDev@0'

when i compile

upon adding the 's' to the end of the alias, all works fine

just thought i'd put that out
and you guys are doing a really great job with FB
Okay, thanks, fixed, probably a typo.
You may want to download the latest 0.14 prerelease and directly use the new GETJOYSTICK function from gfxlib if all you need mmsystem for is joystick handling... This way you'll 1) save some work, and 2) gain portability to linux.
oooo, thank you, i'll do that