Re: Creating and using a .DLL/.SO?

new topic     » goto parent     » topic index » view thread      » older message » newer message
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

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

Search



Quick Links

User menu

Not signed in.

Misc Menu