I completed the OS X version of my software (written in C++) and I want to have a Mac Classic version as well (Non-carbonized for technical reasons).
for my main function
int main(int argc, char *argv[])
1. The first argument is argv[0] = "MyProgramFile", and it is not the full path. How do I retreive the current path using the "Macintosh Toolbox" functions?
2. Is the path delimiter for OS 9 (and earlier) the ':' character, unlike the '/' character in OS X ?
Any assistance that you can provide will be of great help,
Konan
p.s. I am aware that "Steve" declared OS 9 dead. However, I have many users who still deman a OS 9 version.
for my main function
int main(int argc, char *argv[])
1. The first argument is argv[0] = "MyProgramFile", and it is not the full path. How do I retreive the current path using the "Macintosh Toolbox" functions?
2. Is the path delimiter for OS 9 (and earlier) the ':' character, unlike the '/' character in OS X ?
Any assistance that you can provide will be of great help,
Konan
p.s. I am aware that "Steve" declared OS 9 dead. However, I have many users who still deman a OS 9 version.