I have built sample.exe which is executable from my machine. However, when I test with other machine, my program can not read the data file. Any ideas the cause of this problem?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have built sample.exe which is executable from my machine. However, when I test with other machine, my program can not read the data file. Any ideas the cause of this problem?
Different path specifications pointing to the file?
Read/Write permissions being modified by the process that you used to copy the file? (A favorite of mine - CD's go to read only)
Without seeing code, all we can do is guess....
Want a better answer, ask a better question. Start with your "Basic 3" - they are
covered in the thread titled "Please Read Before Posting a Question"
Wayne