Chainclaw #1 Posted December 9, 2008 I've been getting build errors (in the ASM build process, after the Basic build process completes successfully), and it seems to be tied to the number of constants I have. I add a new one, I get the build error, I pull out any constant, the build error goes away. Is there a maximum number of constants I can define? If so, is there a build option I can turn on to have the Batari compiler treat them kind of like #defines when converting to ASM? I imagine this would get around any limitation. Quote Share this post Link to post Share on other sites
+batari #2 Posted December 9, 2008 I've been getting build errors (in the ASM build process, after the Basic build process completes successfully), and it seems to be tied to the number of constants I have. I add a new one, I get the build error, I pull out any constant, the build error goes away. Is there a maximum number of constants I can define? If so, is there a build option I can turn on to have the Batari compiler treat them kind of like #defines when converting to ASM? I imagine this would get around any limitation. The limit is 50 constants, I believe. I increased this number to 500 in the latest .exe build, which you can get here. Quote Share this post Link to post Share on other sites
Chainclaw #3 Posted December 13, 2008 Thanks, that worked. Quote Share this post Link to post Share on other sites