1. Re: Euphoria To C: alpha-3 & euAllegro Status
- Posted by Ray Smith <smithr at IX.NET.AU>
Nov 27, 2000
-
Last edited Nov 28, 2000
Hi Rob,
>I guess you could kludge together a set of C interface routines
>that would let people call Allegro routines via the translator.
>(Maybe write a .e file of simple Euphoria routines that do nothing.
>Replace the corresponding .c file that the translator gives you
>with your own modified C functions. Your C routines
>would call Allegro routines.)
It's worth a try, could I test that with the PD version of the translator?
From memory when I tested the translator with the LccWin32 version the
code was very difficult to read.
It's not a priority anyway so when I'm bored one day I'll dust off DJGPP
and give it a try.
>The DOS interpreter doesn't let you link with C routines.
Is this because there is no concept of dynamic linked library or shared
library in DOS?
Thanks,
Ray Smith