Page 1 of 1
Compile at prompt error
Posted: Sun Jan 22, 2006 2:41 pm
by Seb McClouth
During compilation of the new Tech release of Qbinux (v 0.0.5, yeah I skipped a few at your eyes, not mine) I get a L2026 Error.
The LINKer says the SUB Getty doesn't exist but it's there...
Can someone help me out?
grtz
Posted: Sun Jan 22, 2006 7:07 pm
by MystikShadows
My first guess at that is that you either need to recompile something...or it's not declared in your DECLARE SUBs

>
Posted: Mon Jan 23, 2006 10:41 am
by Seb McClouth
I did DECLARE it...
I've actually three-double checked that...
Still getting that error...
grtz
Posted: Mon Jan 23, 2006 1:22 pm
by moneo
Why don't you create a little test program which include the DECLARE, a few dummy lines of code, and a call to the SUB in question. Now compile this program. If it has no problem finding the SUB, then you know that something in the original program is causing the error.
*****
Posted: Mon Jan 23, 2006 3:08 pm
by Seb McClouth
I did something else and it worked... rearranged the files to compile...
But I'll test your idea anywayz... thx