I spent the last month writing a big counter-strike plugin, well actually I am rewriting it. Anyway that is not neccessary, but what is neccessary is that my plugin is not compiling at all. I have downloaded the latest dev build 1.8.3 git4478 and I am compiling from that.
Everytime I compile it, amxxpc.exe stops responding and then I get in the compilation console "Internal error". I simply cannot compile it, however I can still compile other plugins just fine.
I tried using the "#pragma dynamic 32768" preprocessor but the result is the same.
Here are the details of my SMA file:
10368 lines
293 KB
My question is: Is my plugin too big to be compiled? Is there not enough memory? Should I divide my plugin into several smaller plugins?