[Vm-dev] How to use Croquet VMMaker

Matthew Fulmer tapplek at gmail.com
Tue Feb 5 15:12:41 UTC 2008


On Mon, Feb 04, 2008 at 11:15:03PM -0800, Andreas Raab wrote:
> ioGetWindowLabel/ioSetWindowLabel
>
> These are support functions that are currently not implemented in the 
> Unix/Mac VMs (we use them to get/set the main window title directly). Here 
> is how to stub them (best done in sqUnixMain.c):
>
> char* ioGetWindowLabel(void) {return "";}
> sqInt ioSetWindowLabelOfSize(void* lbl, sqInt size) {return 0;}
>
> This should do the trick.

Indeed it does. It made the VM compile successfully, although I
havn't tested it yet. Thank you.

-- 
Matthew Fulmer -- http://mtfulmer.wordpress.com/
Help improve Squeak Documentation: http://wiki.squeak.org/squeak/808


More information about the Vm-dev mailing list