Filtermeister problem
Posted: Wed May 12, 2004 8:41 pm
Hi, I have been trying to join the fm mailing list, but im waiting to be accepted.. Im looking for a little help with using arrays in filtermeister, dunno if anybody here can help - cant think of anywhere else other than the mailing list to try..
ok, i am trying to initialise a simple 1 dimensional array:
OnFilterStart:{
allocArray(0,10,NULL,NULL,4);
return false;
}
I recieve Symbol 'allocArray' is undefined
and:
OnFilterStart:{
int allocArray(0,10,NULL,NULL,4);
return false;
}
I recieve "Error while looking for direct_declarator near "0"
I have also tried pasting the example script from:
http://www.graphicsgalaxy.com/wiki/filt ... allocArray
I recieve "Symbol 'allocArray' is undefined"
am i missing something obvious?
im using the latest version of filtermeister on win xp.
apologies if this is the wrong place to post, have looked everywhere for a solution to this..
Rob
ok, i am trying to initialise a simple 1 dimensional array:
OnFilterStart:{
allocArray(0,10,NULL,NULL,4);
return false;
}
I recieve Symbol 'allocArray' is undefined
and:
OnFilterStart:{
int allocArray(0,10,NULL,NULL,4);
return false;
}
I recieve "Error while looking for direct_declarator near "0"
I have also tried pasting the example script from:
http://www.graphicsgalaxy.com/wiki/filt ... allocArray
I recieve "Symbol 'allocArray' is undefined"
am i missing something obvious?
im using the latest version of filtermeister on win xp.
apologies if this is the wrong place to post, have looked everywhere for a solution to this..
Rob