Hi All,
There is a strange behavior with Cairo. I don't know if that is normal
but at some point if I load the Cairo package the C address of "Cairo class
>>#clip:" point to 0
and when I load the GTK package it point to the real address.
See the following output:
st> PackageLoader fileInPackage: 'Cairo'
...
st> ((Cairo.Cairo class >> #clip:) literalAt: 1) link address
0
st> PackageLoader fileInPackage: 'GTK'
...
st> ((Cairo.Cairo class >> #clip:) literalAt:1) link address
5123226352
I dont't know if that is an issue.
Thanks
--Mathieu
_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk