Verge compiling bug
Displaying 1-4 of 4 total.
1
gannon
|
When doing some testing I ran into some trouble compiling verge. I uploaded the file. If you comment out testMusicFunctions(); and #include 'musicTesting.vc' from system.vc it comples but I don't see anything wrong with musicTesting and the error verge gives me is
Exiting: system.vc(24): Expecting a variable or function declaration - do you have a missing brace? ({)
and my system.vc is not that long (it is only 21 lines long)
here is the file
http://www.verge-rpg.com/files/detail.php?id=611
Posted on 2005-07-01 01:06:52 (last edited on 2005-07-01 01:07:33)
|
Rysen
|
Generally I find weirdness if #include files are at the bottom of system.vc.
I moved them to the top, and then found an error in musicTesting.vc in line 8 with PlaySound() since it takes two arguements instead of the one provided. So I corrected that, and I get no compiling errors, though the actual program hangs on me at the point.
Hope that helps.
Posted on 2005-07-01 01:40:31
|
gannon
|
thanks that works.
the program doesn't hang it is just doing alot of testing :)
still have alot to do with it though
Posted on 2005-07-01 04:13:55
|
Rysen
|
Quote:Originally posted by gannon
thanks that works.
the program doesn't hang it is just doing alot of testing :)
still have alot to do with it though
Ahh, okay. Patience is a virtue I guess. :P
hehe, anyway, glad that solved the problem and good luck with the rest. :)
Posted on 2005-07-01 04:29:52 (last edited on 2005-07-01 05:56:33)
|