Re: Creating and using a .DLL/.SO?
- Posted by mattlewis (admin) Dec 26, 2008
- 1096 views
jeremy said...
mattlewis said...
Perhaps the best thing to do is just to output the .e wrapper that handles the imports correctly. We could also do a regular C header (.h) fileprobably optional.
The wrapper could be possibly multiple files with a "lib" prefix. The multiple files would allow us to replicate the namespaces. Or we could change the default namespace to be changeable within a file.
I'm not sure what you mean here. Sorry.
I'm basically talking about a wrapper to make the resulting compiled library easy to use with other euphoria code (open_dll, define_c_*, etc).
Matt