Hapax-
thanks for bringing up the possibility of statically linking to the runtime library. i'll try that, it would definitely be preferable.
interesting- do you know how is it that the libstdc dll it's using in debug mode works (which is the one which came with code::blocks), while the one it uses when i'm not debugging doesn't? and perhaps more to the point, how can i find out which version it needs?
Jesper Juhl-
thank you. right, the issue i'm running into is not that there is a dependency, but that microsoft has some rather strict requirements about how to distribute their runtime (they don't want you to just stick the required .dll in the folder, they want you to install their redistributable). it would be nice to not have to worry about that.