Thanks :) I wasn't aware of that.
I haven't been able to get any more insight from staring at traces, so I was wondering if the next step would be disassembly of the plugin so I can try and figure out what decisions it's making that would lead to it not blitting the rendered image to the screen. My questions are:
1) Is this acceptable in Wine? I'm not based in the US btw. 2) If so, are there any guides on how to do it? 3) What disassembly programs are recommended?
4) Is this even what I should be considering next, or are there perhaps other ways of figuring out what's going wrong?
thanks -mike
On Thu, 2002-12-05 at 21:21, Francois Gouget wrote:
On 5 Dec 2002, Mike Hearn wrote: [...]
I can't figure out what ffffffff would be as an int though :( Would it be negative or positive?
For a 32 bit signed int, 0xffffffff == -1. See: http://burks.brighton.ac.uk/burks/foldoc/42/120.htm