Releade mode Query in VC++ application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • angelsherin
    New Member
    • Jul 2008
    • 1

    Releade mode Query in VC++ application

    hi friends ... i am working in vc++ MFC aplication...I have an application which reads value from the inifile...In that application, if the file is not found then we display a message "File not found"...Ok..We have set the File path and every thing alright...If i run the application in Debug mode , its running perfectly...But if i run the application in release mode then i got the message "file not found".. Any known friends plz help me...Thanks in advcance Sherin
  • gpraghuram
    Recognized Expert Top Contributor
    • Mar 2007
    • 1275

    #2
    r u specifying the file name with full path or relative path......?

    Raghuram

    Comment

    Working...