User Profile
Collapse
-
Well I got to thinking about how in unix you need to have the file in the same folder as the program or include a path to get to it. So this led me to try putting the text file in the release folder, which apparently isn't done automatically, and it makes the program work. However, having user accessible text file is not a good idea, since it contains information such as passwords. Is there any way to build the file into the application? -
-
The common element that the non-working programs have and the working ones don't is reading/writing to/from data files. I think I can see the error message that's supposed to be displayed if the data file cannot be opened in the flash that the DOS window is open for. Is it an illegal shift to read/write from data files in the application or is something else wrong? Also, I do have all files included in the solution and the programs do run and compile...Leave a comment:
-
Executable File Doesn't Work (Visual C++ 2003)
I wrote a program with Visual C++. It compiles and runs fine wiith Visual Studio, but wyen I open the executable (release and debug) file the DOS window pops up, then immediately closes. I tested this with all of my other programs that I could find and in about 2/3 of them the same thing happened. I can't find any one thing different in the working and non working programs that would explain why this is happening. I'd appreciate any input any of...
No activity results to display
Show More
Leave a comment: