i've looked around for quite a while now, but can't find any reasonable solution for this. i'm trying to write a function that takes variable arguements (i.e. has char * fmt and '...' as two of its parameters), finds out how many bytes the resulting string formed by the arguement list will be...
i wrote a recursive function to search a tree structure, and i'm having problems with the code. the value of esp is not getting preserved over the recursive calls, but the strange thing is that as far as i can tell, upon every function entrance and corresponding function exit, the value is the...
i'm sort of a newbie to assembly, but have been a C programmer for a long time, so i'm not clueless about this stuff...
that being said, i am trying to compare a value agaist -1, (that is, 4294967295). for some reason, the sign bit is not getting set when i do this. i've tried js and jl, but...
does anyone know how to get gdi functions (i.e. ellipse, textout, etc.) to draw to the alpha channel of a dc as well as the rgb channels? i'm already aware of the callback functionality with the LineDDA() function and that u can have your own function write to the alpha, but is it possible for...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.