just my own frightning memory-checking results..

NORMAL project start/restarts
Code:
no start: 12.760 MB
1: Start (running): 205
2: Close Engine   : 143 (!!!)
3: Start (running): 316
4: Close Engine   : 255



Project with replaced main function. no startup function existend
Code:
no start: 12.754 MB
1: Start (running): 154
2: Close Engine   : 138
3: Run again      : 265
4: Close again    : 249




EMPTY Project (just include acknex.h / default.c)
Code:
no start: 12 MB
1: Run Engine: 45 MB
2: Close Engine: 29 MB
3: Run Engine: 58 MB
4: Close Engine: 39 MB
5: Run Engine 65 MB
5: Close Engine: 49 MB



==> Even with an empty project (#include <acknex.h>\n#include<default.c> i also expierence a memory-increase of 10 MB per run.

ha gladfully I'm working with mvc++ smile