Here I am at 4:14AM sitting at my computer finishing off the character selection... I hit compile and *BAM* over 200 errors... oi vey. definitions missing, missing procs, missing Icons(WTF) anyway... This is driving me nuts I can't figure out how to do this and the one person who helps from time to time is not online to pester... I think I'll just end up going to bed for now and get back on it sometime in the afternoon... Wish me good luck.
P.S.
Can SOMEBODY help me figure out how to use the CVS at cvs.sourceforge.net? I'm using windows XP SP2 and have a miraid of CVS programs but they all seem to work in a local state instead of remote...
ID:5448
Nov 16 2005, 2:16 am
|
|
Nov 16 2005, 2:28 am
|
|
Check the first error, maybe you forgot to add a " or another character which messed up the rest of the code.
|
Yeah, a lot of times, one mistake (especially with indentation) will trickle down into tons of them, and fixing that first error will correct the rest...
|
it's not that. The code is flawless, all indentation is perfect and all the quotes, brackets, () bits are all right where they belong... I'm just missing something...
|
Ive had this happen to me on a char creation system and a combat system. Ended up remaking both of them. Soon to find out it was a simple space that screwed me up. Check all of your coding to make sure you didnt accidentally space twice inbetween a word and such. I tend to miss things like that. But of course thats me =P
|