Monthly Archives: February 2007

Aqsis 1.2.0 released

Being an Aqsis fanboy, I’m happy to say that after a long time, the Aqsis team released the 1.2.0 stable release today. Take a look at the long changelog and try for yourself. Aqsis is a very nice, open source … Continue reading

Posted in Graphics | Tagged , | Leave a comment

Aqsis 1.2.0 RC4 works fine on Vista x64

Just tried the latest release candidate on Vista, works fine, no UAC warnings or other problems. Falls back to the Virtual Store though.

Posted in Graphics | Tagged , | Leave a comment

C++ tricks, #1: Compile time checks

While writing a library, you have sometimes to prevent users from making mistakes. To accomplish this, you have two choices: Either include run-time checking and throw an appropriate exception or try to catch as much as possible during compile time. … Continue reading

Posted in Programming | Tagged | 2 Comments

niven ported to x64

Just finished porting niven to x64, a few warnings were left (size_t is not an uint ), but I’m done now. Hooray!

Posted in Programming | Tagged , | Leave a comment