1. Re: To Bernie: EU_ENGIN.E
- Posted by Bernie <xotron at LOCALNET.COM> Jan 07, 2001
- 426 views
On Sat, 6 Jan 2001 21:58:18 -0700, cEnsE <cense at MAIL.RU> wrote: Cense: This is the second time I am replying to this message because the list server seems to have lost my first reply. >you could always wrap ioctl() yourself and then use it to make the sound There is no way to wrap ioctl in Euphoria Rob would have to interface the sound() to ioctl within the euphoria interpeter >i was also wondering about cursor(), a call with any argument seems to Any euphoria DOS function that uses interrupts can not be used in LINUX. That is why cursor() can be used. If you download jiri's widgets and replace the two modified include files that come with my library then you will be able to use graphics to make your own graphics text cursor or mouse pointer. You will also be able create buttons, windows, listboxs, different fonts, etc and you still will be able to use all of the DOS grapics functions. You can't do any of these things in Linux euphoria without my library. You should be able to a lot of good things without a cursor() and sound() functions. By the way the struc() in Linux does not have HIGH/LOW so you will remove the extra parameter in your sockets code if you move it from mixedlib.e Bernie