1
Suggestions / Re: Using const strings instead of #define
« on: January 26, 2011, 03:58:05 am »
> The hardcoded DATA_FOLDER is just a temporary thing anyways, I might move it to an Options file once that's implemented.
IMHO it is better to just use current working directory and write less code. On Windows you can set working directory in shortcut properties. On Unix you can write wrapper script or use shortcuts if you are using some DE. Keep it simple.
IMHO it is better to just use current working directory and write less code. On Windows you can set working directory in shortcut properties. On Unix you can write wrapper script or use shortcuts if you are using some DE. Keep it simple.