danomatika / swig-openframeworks

a SWIG interface for openFrameworks with included Makefile, submodule this in your language wrapper addons
Other
39 stars 11 forks source link

Fixed some typos to get code to compile #14

Closed johnkingsley closed 7 years ago

johnkingsley commented 7 years ago

With these changes the code will compile on the latest version of OF, from git.

danomatika commented 7 years ago

This should no longer be needed as I adapted the std::string typemap for std::filesystem::path and it now works transparently as a Lua string. I've removed all the extends. Can you test with the latest commit?

johnkingsley commented 7 years ago

Tested. Everything works here AOK. Thanks.