Am Dienstag, 25. Januar 2005 16:06 schrieb Bill Medland:
> On January 25, 2005 06:40 am, you wrote:
> > Bill,
> >
> > > You type, at the command line,
> > > export WINEDEBUG=odbc
> > > wine myprog.exe 2>odbc.log
[snip]
> Aha
> (There is still no indication that you are doing the WINEDEBUG; what
> version of Wine are you running?)
>
Hello,
if the usage of the environment variable WINEDBEUG did not change you have to
add the plus character between the equal sign and odbc in the export line to
get the logging autput.
export WINEDEBUG=+odbc
Bye Stefan