http://bugs.winehq.org/show_bug.cgi?id=16069
Damjan Jovanovic damjan.jov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |damjan.jov@gmail.com Summary|VC6 debugging not working |VC6 debugging not working | |when Windows version is 98 Ever Confirmed|0 |1
--- Comment #10 from Damjan Jovanovic damjan.jov@gmail.com 2011-06-20 00:27:25 CDT --- Hello Ken
I submitted a patch that should fix that MSDEV error (http://source.winehq.org/patches/data/75490).
The issue with not being able to debug local variables or single step beyond CreateWindow() happens when Wine's Windows version is set to Windows 98. When I set it to Windows XP, I can see the values of a and b, and single step beyond CreateWindow().
I've also noticed that you have to disable precompiled headers to compile your code. Is that a Windows feature, a Wine problem from before, or a recent Wine regression?
Hope you can switch to Linux now ;-) Damjan