I recieved an Error 402 on the following line of code:
if x = 0 then exit function
I don't know how that is "too complex" but I figure the compiler must have been running out of memory or something. I was making a stand-alone exe file which had a lot of #INCLUDE modules in it. I separated some of them and made them into DLL files and then the compiler compiled the code with no problem. Any insite into this?
Scott
Comment