Clint wrote:

<... you have identified a bug which appears to be a Windows resource leak of some kind, introduced in recent Windows Unicon binaries.>

Graphics program problems are the result of calling Pixel out of the window - it was intentional in my program, because I'd expected that function would fail. But, Pixel continues to fail forever. It is not new problem, actually, it seems that there is some improvement of new versions over Icon 9.3.2. This very short program

link graphics
procedure main()
WOpen("height=800", "width=800")
repeat Pixel(1000,1000)
end

crash immediately on Icon 9.3.2, but Unicons ignore it. However, after Pixel(1000,1000) or Pixel(1000,1000,1,1) is called graphics doesn't work well any more neither in Icon nor in Unicons.



----
Kazimir Majorinc, Zagreb, Croatia
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.512 / Virus Database: 309 - Release Date: 19. 8. 2003.

Reply via email to