http://bugs.winehq.org/show_bug.cgi?id=14229
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
--- Comment #6 from Dan Kegel dank@kegel.com 2008-07-08 18:51:37 --- Didn't help. I copied all the pdbs from both the app and visual C++ 6 itself (including libcd.pdb) into c:\pdbs, and ran the test app as _NT_SYMBOL_PATH='C:\pdbs' wine floatparm.exe Same output. WINEDEBUG=+environ showed that that environment variable wasn't even being read.
Running in winedbg, the environment variable is actually read, and both floatparm.pdb, vc60.pdb, and libcd.pdb are opened, but bt still shows 2 0x00401040 demofunc+0x20(arg1= Needing an integral value
Next move?