Consider the difference between:
andC:\myapp> release\myapp.exe
When launching the application in first way, current working directory is "C:\myapp" whereas in the latter way it's "C:\myapp\release". Windows IDEs tend to launch the application from project dir, not from release or debug subdirectory.C:\myapp\release> myapp.exe
Bookmarks