Re: Passing floats/doubles to C
- Posted by Todd Riggins <triggins at AIRMAIL.NET> Feb 13, 2000
- 527 views
Hi Bernie, Bernie Ryan wrote: > > Todd: > > Take a look at my MIXEDLIB.E in the recent contributors > It might make your job easier for handling structures > and converting things from "C". > Below are examples: > This code will work without worrying about pokes and offsets. > > Bernie That looks interesting. But I need to pass the Euphoria made structure to a "C"-coded structure in my dll. I need those values to be put into a DIRECT3D structure that contains floats. So basically, I need to convert( pass ) things to "C", not from. Thanks for trying to help though... -- Todd Riggins