i have some as included from an external file. it works fine on my pc at home at work and everywhere else i’ve tried it … but i’m on a mac at school and then i checked it at my friend’s house who has a mac … and it doesn’t work. it’s like the code isn’t even included
does anyone have any information on how to fix this?
everything is the same otherwise?
are you grabbing includes from the current directory or the include directory? (and with this are you sure they are there heh - I would assume so though)
Ill have to try it out at work tomorrow… OSX or under?
well AN .as include worked. I dont know what yours does and really dont have enough time to try to figure it out, but I just made an as with a trace in it, included it in the first line of your file and it worked fine. Its probably just your use of the code
I can tell you one thing, you only need to define prototypes once. Your as file has 2 or 3 in it and including those more than once is unnecessary (and ultimately adding to file size).
I think you just need to try to figure out the logistics of whats not working :-\