User Profile

Collapse

Profile Sidebar

Collapse
Lebron
Lebron
Last Activity: Sep 24 '06, 12:41 AM
Joined: Sep 23 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Lebron
    replied to Executable File Doesn't Work (Visual C++ 2003)
    in C
    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?
    See more | Go to post

    Leave a comment:


  • Lebron
    replied to Executable File Doesn't Work (Visual C++ 2003)
    in C
    They have a main, which makes them console, correct?
    See more | Go to post

    Leave a comment:


  • Lebron
    replied to Executable File Doesn't Work (Visual C++ 2003)
    in C
    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...
    See more | Go to post

    Leave a comment:


  • Lebron
    started a topic Executable File Doesn't Work (Visual C++ 2003)
    in C

    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...
    See more | Go to post
No activity results to display
Show More
Working...