Open-Turing-Project / OpenTuring

An open source version of the Windows Turing interpreter. Features speed improvements and new features.
http://tristan.hume.ca/openturing
Other
73 stars 41 forks source link

drawpic function broken. #18

Closed ghost closed 12 years ago

ghost commented 12 years ago

It doesn't work. The examples from the documentation don't even work.

trishume commented 12 years ago

Pic.Draw or drawpic?

ghost commented 12 years ago

drawpic

trishume commented 12 years ago

This one seems to be called by weird pointer finagling in mdiopic.c

Problem is when bad memory is passed to mdiopic.c line 583 by line 797

trishume commented 12 years ago

Fixed. Tom West seems to love pointer casts. Unfortunately they one of C's most evil features.