Tomasu / LuaGlue

C++11 Lua 5.2 Binding Library
zlib License
79 stars 22 forks source link

invalid null pointer in LuaGlueMethod() line 81 #4

Closed JMLX42 closed 10 years ago

JMLX42 commented 10 years ago

Hello,

I have a null pointer error in LuaGlueMethod() at line 81 in LuaGlueMethod.h. It might be related to the warning I get here:

https://github.com/Tomasu/LuaGlue/issues/1

I'll test on Linux and I'll let you know.

JMLX42 commented 10 years ago

Won't even compile on linux because of #10 . I'll try to do a simpler use case and report back of potential different behaviors between VS2013 and gcc.