SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. http://www.swig.org
Find a file
2006-01-10 00:52:37 +00:00
SWIG Added SWIG_ObjectPreviouslyDeletedError for Ruby. This error happens when a Ruby object's underlying C++ object has been freed. This can happen if a Ruby/C++ object is put into a C++ container that then frees its objects when it goes out of scope, leaving a dangling reference in Ruby. 2006-01-10 00:52:37 +00:00
swigweb Add links for C#, Lua, CFFI, CLisp, AllegroCL 2006-01-09 21:58:42 +00:00