pkmnfrk
2008-10-02 17:38:09 -0700 (Thu, 02 Oct 2008)
248
Fixed the memory corruption bug.

For the record, this doesn't work:

foo = new Bar(oldBar)

Instead, do this:

foo = new Bar
*foo = oldBar

(That I am the only one to write this syntax, and even then only once in 
experimental code, is irrelevant)
---
U   wip/slices.bas
U   wip/udts.bi
_______________________________________________
Ohrrpgce mailing list
ohrrpgce@lists.motherhamster.org
http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org

Reply via email to