I'm using software that loads my .dll library The sofware is located somewhere on my my hard drive, let's say:
C:\Program Files\UNICODE CHARS\(...)\123.exe
And my dll is located in:
C:\Program Files\UNICODE CHARS\(...)\Addons\Dlls\123.dll
Now I need to be able to perform some operations like fopen(), fclose() etc from inside of dll, passing PATH to dll as fopen parameter.
How to get relative path do 123.dll that will allow me to access this file with short, ansi path, possibly
Addons\Dlls\123.dll