eric pouech <eric.pouech(a)wanadoo.fr> writes:
apart, from always using argv[0] (and transposing it to a windows filename when needed), is there another fix ?
You can set WINEPRELOAD to make sure we load the right file; so the exec would be something like: WINEPRELOAD=winedbg.so exec wine $* -- Alexandre Julliard julliard(a)winehq.com
Alexandre Julliard wrote:
eric pouech <eric.pouech(a)wanadoo.fr> writes:
apart, from always using argv[0] (and transposing it to a windows filename when needed), is there another fix ?
You can set WINEPRELOAD to make sure we load the right file; so the exec would be something like:
WINEPRELOAD=winedbg.so exec wine $*
ok. I'll update the debugger documentation for this. May be, it'd be worth putting in the FAQ too... (about using shell script to reconfigure launching of winelib programs...) A+ -- --------------- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle
participants (2)
-
Alexandre Julliard -
eric pouech