Alex Xu

Results 91 comments of Alex Xu

bleh, why don't you just exec DwarfTherapist instead of playing around with the capabilities. or even better, get DT to exec DF (possibly via command-line option to specify path)

make that two, no, _five_ whiles.

it would be nice to even just have "conventions", e.g. `if (cond)` vs `if(cond)`, `f(a,b,c)` vs `f (a,b,c)` vs `f (a, b, c)` vs `f(a, b, c)`.

that's not how memory allocation in C or C++ works. like, at all. it's a VLA, use mingw or another GCC. regardless, there's a huge memory leak.

for the record, if you really want it to work with MSVC (although I don't really know why you would), the correct way to fix this would be to allocate...

> AMD's binary driver yer on yer own, bud.

I probably wouldn't bother; even if I could find something useful, it'd be impossible to track down without source code. @splintermind might, but I doubt it.

> I've started work on this in the x64 branch. I'm not sure what adjustments need to be made in the pro for the qmake stuff yet though. Testing has...

> No, that would result in a union sized incorrectly for 32 bit. wat

you do it... based on the bitness of the connected process? we are already doing highly arch-specific hacks (including but not limited to injecting `mmap` via ptrace which requires knowing...