Re: C help...

new topic     » goto parent     » topic index » view thread      » older message » newer message

Bonn Ortloff wrote:

> I posted, like a week ago, on tips with how to port C
> to Euphoria, and I got no answer... wah.

The short answer is, you need to be able read C to port from C. Once you
understand how the code works, you translate it from on idiom to the other.
For example, it would make sense to use sequences in Euphoria  instead of
C's pointers and structures.

If you are instead trying to communicate to a DLL written in C, take a look
at Win32Lib. It needs to communicate with Win32, which requires C data
structures. As a result, I've got a bunch of tools that make it easy to
create, read and write C data structures.

Hope this helps.

-- David Cuny

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu