Another thing I always wondered about is the garbage in the Program\ dir. Anyone knows, what that's for? I mean, things like this: \Program\s.c
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->
object test;
void main()
{
test.l = "Hello";
DumpAttributes(&test);
trace("------------------------------------");
SaveEngineState("test");
DumpAttributes(&test);
trace("------------------------------------");
LoadEngineState("test");
DumpAttributes(&test);
ExitProgram();
}
<!--c2--></div><!--ec2-->
Looks like "Hello world" in the xth incarnation, doesn't it? <img src="style_emoticons/<#EMO_DIR#>/wink.gif" style="vertical-align:middle" emoid="
" border="0" alt="wink.gif" />
I mean, nothing to say against some nostalgia regarding the first programming attempts, my visual studio projects dir is clustered with different forms of that, but what's it doing in a release product...
Just wondering, since it doesn't do anything bad either...
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->
object test;
void main()
{
test.l = "Hello";
DumpAttributes(&test);
trace("------------------------------------");
SaveEngineState("test");
DumpAttributes(&test);
trace("------------------------------------");
LoadEngineState("test");
DumpAttributes(&test);
ExitProgram();
}
<!--c2--></div><!--ec2-->
Looks like "Hello world" in the xth incarnation, doesn't it? <img src="style_emoticons/<#EMO_DIR#>/wink.gif" style="vertical-align:middle" emoid="

I mean, nothing to say against some nostalgia regarding the first programming attempts, my visual studio projects dir is clustered with different forms of that, but what's it doing in a release product...
Just wondering, since it doesn't do anything bad either...