09.05.2013, 17:01
Your 'query' variable size is maybe to low.
Try new query[256]; and look if that solve your problem.
Also try to not use the __ before your function.
Try new query[256]; and look if that solve your problem.

Also try to not use the __ before your function.