The results look good.
However, after some time, the program always crashes after what looks
like a memory/resource leak.
I did some searching and found that evidently it is "well known" that
AlphaBlend has a memory leak.
This raises some questions:
-Does Microsoft know/care, and if so can they be expected to fix it?
-Is there an alternative function that I can call? (Perhaps GDI+ ??)
Tia,
Johan Stäck
Skellefteå
Sweden
Some hints:
* make sure every object created is destroyed when no longer needed.
* watch out for (hidden) references to objects causing the objects not
to unload (as expected)
Sinna
/JS
No problem.
Glad you found it...
Sinna