Eric Blade
Eric Blade
What you're probably going to need to do with that, is build the DirectInputPlugin solution in Debug mode, copy the resulting debug DLL to the place in the project where...
Ah, I just noticed also that you said pre-compiled binaries. I don't know where those are located, but if they haven't been updated since before the commit I mentioned above,...
You might want to have a quick look at Tools\StreamListener\* and/or Tools\stream_listen.py . As I mentioned in my comment earlier on another post, those are outgoing connections to the defined...
9.5.1 reports this to me every time i run it. The first time, it crashed immediately upon printing this message, afterwards it runs fine.
OK, so, if I'm reading this correctly, you're saying the current code initializes MinY at the entire image's Y size, but as your patches rotate around, the Y doesn't actually...
division with Infinity or -Infinity returns NaN (Not a Number) .. but that shouldn't be a thing, because there should always be at least one patch with a x/y of...
That solves that mystery! Thank you! I see we're not actually using the border in this function. I wonder how much difference it would make. Have you done any tests...
I poked around at it a little bit, once i got over 10, it started having poor effects with more tests failing. Something that I've noticed after having done a...
I do a lot of retail product scanning, and I see it a lot when there's other graphics/text close to barcodes, as often seen on small retail items. Usually holding...
Thank you! That looks like a good find. I just plugged it into my development tree, and it doesn't seem to make any difference in the existing tests, but of...