Sunday, August 7, 2011

Week 2 - Update

I have been busy with other things lately. So there isn't that many changes. I just found out some major problem with current design. When everything can be the same thing and when there is pointers to those same kind of things, those pointers will run out eventually. Fortunately the problem occurs more easily when using 32-bit programs and we already have 64-bit computers. That means TSOTR will be 64-bit. Unfortunately mingw doesn't really support compiling in 64-bit mode yet. I just got nothing but "..\src\TSOTR.cpp:1:0: sorry, unimplemented: 64-bit mode not compiled in". Sure there are versions of mingw that support 64-bit mode, but those things won't support debugging and thats something I really need. I can continue with 32-bit mode, but eventually TSOTR will need 64-bit mode. So lets hope there will be mingw that supports 64-bit mode and debugging in near future.

Current stats. (Made with Code Analyzer by mteel)

No comments:

Post a Comment