Posts: 277
Threads: 65
Joined: Aug 2011
Reputation:
0
Hi all got a problem im making a mysql system but when i try to compile it it just crashes any ideas?
Many thanks
Posts: 2,038
Threads: 17
Joined: Aug 2010
Reputation:
0
Can we see some of your code ? It might help.
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
If the compiler crashes, then that's usually an indication that there may be a loose bracket somewhere. I glanced over the script, but I couldn't find any. So to solve this, we'll need to work step by step.
First, wrap all of your commands in a comment block ( /* */ ) and try to compile. If the compiler does not crash, then the error is in one of the commands. On the other hand, if the compiler still crashes, the error is somewhere in the callbacks or other functions.
Posts: 277
Threads: 65
Joined: Aug 2011
Reputation:
0
19.10.2011, 17:35
(
Последний раз редактировалось manchestera; 19.10.2011 в 18:08.
)
ok this is wierd this is there area that is crasing the pawno
#include <zcmd>