OK, so I am making a program, with C++ and wxWidgets in which it reads stuff from a text file. My problem is, I made an installer, and it puts a shortcut on the desktop, but, whenever you run the shortcut, it tries to find the text files on the desktop and not the installation directory, where the shortcut links to. This is obviously because I didn't use absolute directories, but rather relative ones, so, is there anyway I can make it read the relative directories from the directory in which the program actually resides, rather than where the shortcut resides?
Shortcut Help, C++, wxWidgets
Collapse
X
Comment