Re: g_win32_get_package_installation_directory_of_module()

2011-07-11 Thread Vivien Malerba
On 10 July 2011 21:01, John Emmas john...@tiscali.co.uk wrote: If I write a program using gtk-win32 and I want it to discover its installation folder at run time, I can examine argv (if it's available). Where it's not available however, I can call

Re: g_win32_get_package_installation_directory_of_module()

2011-07-11 Thread Bernhard Schuster
http://www.gnu.org/s/hello/manual/libc/System-Calls.html I don't know if this helps, but maybe it is avail there, if not just use regular system call sh/bash cmd to get the directory (given your program can access a shell) Regards drahnr ___