CreateDIBSection failure
Using LWW, I am repeatedly calling gp:make-image-from-port and placing the result in a variable (the same variable each time around). After a while, I get a system error CreateDIBSection, not enough memory. Does anyone know why this happens? Does the previous image not get gc'ed? Am I inadvertantly abusing Windows? (At some point, I'm going to try to optimize this away, but I still want to understand the error). tia pt