Yes, I have produced working executables that way. I was hoping there might be a way to produce a library that exports the defined functions without requiring the setup calls. I take it this isn't possible, or I'm using the wrong approach to achieve what I want...
Evan
On Sun, Sep 19, 2010 at 9:26 PM, Alex Queiroz asandroq@gmail.com wrote:
Hallo,
On Sun, Sep 19, 2010 at 11:24 PM, Evan Hanson vnhnsn@gmail.com wrote:
I'm trying to use gsc to build a shared library, but I'm having issues.
I'm sure there's something simple I'm missing. Any suggestions?
You must call ___setup() to initialise the Gambit-C runtime.
-- -alex http://www.artisancoder.com/