euswig : Re: Bullet Wrapp In Euphoria
- Posted by raseu Feb 04, 2009
- 889 views
euswig is a good starter to generate stubs for any libraries you intend to wrap, but, be sure to check the generated code to ensure that any allocate/allocate_string references are freed.
I spent a long night looking for memory leaks some time back and tracked them down to the euswig generated code.