Mail Archives: cygwin/1997/07/13/21:02:01
Arlindo da Silva <dasilva AT woodmore DOT gsfc DOT nasa DOT gov> writes:
>I have this wrapper application which uses argv[0] to figure out the
>directory where it was been installed, setting up all the other
>necessary enviroment variables before firing up the main
>application.
cygwin32 is a Unix emulation library, and on Unix there is no
guarantee that argv[0] will contain the full path.
So if you want the full path name, you should use the appropriate
Win32 function to get it (as someone else advised), not argv[0].
--
Fergus Henderson <fjh AT cs DOT mu DOT oz DOT au> | "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh> | of excellence is a lethal habit"
PGP: finger fjh AT 128 DOT 250 DOT 37 DOT 3 | -- the last words of T. S. Garp.
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -