Re: Creating and using a .DLL/.SO?
- Posted by mattlewis (admin) Dec 26, 2008
- 1104 views
jeremy said...
mattlewis said...
... There are definitely a lot of details to be worked out, but I think it's possible to integrate translated and interpreted code in the same application.
For now (today, tomorrow, 4.0a3), wouldn't it be best to just fix the name mangling problem? i.e. this code:
-- mod_hello.e public procedure hello() puts(1, "Hello, World!\n") end procedure
When compiled to a .dll, produces a .dll that has the procedure "hello" exported. When compiled to a .so, produces a .so that has the procedure "_1hello" exported.
Jeremy
Yes, this is something that we should fix.
Matt