CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2008
    Posts
    67

    Problem in opening application

    Hi all
    I am working on an application which gets properly opened when i debug/release mode by pressing F5. But when i double click on the exe in the debug/ Release folder location it is creating problems and the application is not working properly.

    Can anyone help me in this issue?

    Thnks to all in advance

  2. #2
    Join Date
    Jun 2009
    Location
    oklahoma
    Posts
    199

    Re: Problem in opening application

    Probably a working directory problem.
    Does it rely on other files?

  3. #3
    Join Date
    Mar 2003
    Location
    India {Mumbai};
    Posts
    3,871

    Re: Problem in opening application

    What problem does it raise?
    What error do you get?

    Yes, the "current directory for process" may be problem.
    My latest article: Explicating the new C++ standard (C++0x)

    Do rate the posts you find useful.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured