i saw this example in masm package:
i wonder if someone has some asm code, how to create the RGNDATA without the RGNCreator. or is it too much code?
i found this, but i dont understand this programming language, so i cant translate it to masm
the function "CreateRgnFromBitmap" is interesting. maybe somebody could translate it to masm code?
...\masm32\examples\exampl08\MOB\CWS
i wonder if someone has some asm code, how to create the RGNDATA without the RGNCreator. or is it too much code?
i found this, but i dont understand this programming language, so i cant translate it to masm
http://cvs.sourceforge.net/viewcvs.py/emuleplus/src/TaskbarNotifier.cpp?rev=1.12
the function "CreateRgnFromBitmap" is interesting. maybe somebody could translate it to masm code?
Search the board, you'll find several different implementations on how to calculate the RGNDATA from a picture. :)
Search the board, you'll find several different implementations on how to calculate the RGNDATA from a picture. :)
i did this, before this posting. maybe i was looking for the wrong words or overlook something...
http://www.asmcommunity.net/board/index.php?topic=17519.0
look through the entire thread, there should be a download link in one of the last posts.
look through the entire thread, there should be a download link in one of the last posts.
yes, thats what i need. i just overlooked the second page. too bad its written in c. but its ok, i will try to figure it out....
yes, thats what i need. i just overlooked the second page. too bad its written in c. but its ok, i will try to figure it out....
It's still the fastest code for doing this that I've come across :) - and if you don't have a C++ compiler, you should be able to use the compiler-genereated asm files (hm, I should have include .objs too, I guess).