I need the user to be able to run my program with different values *without* recompiling it. I was a C programmer years (and years) ago and vaguely recall being able to do this. I thought I used #defines in my .h file but the changes don't seem to work in my current environment (code::blocks) unless I recompile.

Any ideas?

Thanks.