error 009: Invalid array size.
Hello, I'm getting a compiler error when I compile my code.
(note, i use "register_forward(FM_AlertMessage, "alertmessage", 1)") (note2, i declare g_touchmap with "new g_touchmap[4][32]") I also have bolded the line I get the error on - error 009: Invalid array size (negative or zero) So anyone know what I'm doing wrong? My code is as follows: Code:
public alertmessage(atype, message[]) { |
Re: error 009: Invalid array size.
Check the declaration of g_touchmap.
Can you paste whole code? |
Re: error 009: Invalid array size.
new g_touchmap[4][32]
I also have that added to my first post... |
Re: error 009: Invalid array size.
Code:
|
Re: error 009: Invalid array size.
This is a openSource community...why not posting your code!?
I don't think it is something too special that it should kept confidential...0o greetz regalis |
| All times are GMT -4. The time now is 10:41. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.