Qbasicnews.com

Full Version: underfined reference to testplacement@0?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I got this error, what does it mean?

[Image: 917-r]
Either you are calling a sub/function without having declared it first, or you a GOTOing to a label that doesnt exist.
i found the problem,i deleted a sub, and forgot to delete the DECLARE statement :oops:
slightly ot, you also get this error if you have option explicit turned on, and use extern to define a global variable, but don't dim / dim shared it before accessing it.
This sounds like one of the spots that FB's errors could be reworded to sound more related to BASIC. Right now they only make sense if you have used C before.
that's not an fb error, it's an ld error, and i get the feeling v1c doesn't want to rewrite binutils...