Re: C_FUNC in DOS
- Posted by Daniel Berstein <daber at PAIR.COM> Jan 05, 1999
- 476 views
At 05:25 p.m. 04-01-99 , you wrote: >Is there a way to use something like define_c_func(a,s1,s1,i2) and > c_func(i,s) in DOS. My problem is that I need to know how to pass > parameters in eu to a function and use them in side the C function. > I understand how to do this in another languges by getting the parmeters > off the stack. But how can I do this in eu in DOS. What C function do you want to call in DOS ?!? Euphoria is interpreted, so you can't link OBJ's! Regards, Daniel Berstein daber at pair.com