[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[pbmserv-dev] Q: about running programs
Hi, I have a question that is way out in left field, I am wondering if anyone
has an answer. I am running a version of backgammon from the server, the
only difference is I added an extra "ReadWriteIntList" to the game file.
The problem is that my program crashes right when it needs to write the
Name() of the new list. The only bizzare solution I can come up with is
that I ran out of variables space in my program. Is that possible? Can
I have *too many* variables in my program that my operating system can't
handle all of them?