-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
visual studio 2015 build failed #67
Comments
It's much easier to link into the spot in the library for this. It would tell me which branch you're using where this is failing. The reason I point this out is because VS 2015 support is on the |
Thanks for fast replay! |
while using your latest develop branch (https://github.com/ThePhD/sol) I got an access violation on registering c function: sol_state.set_function("simple_math", &simple_math); |
I'm having the same problem i think. I can't compile the examples containing set_function on VS2015 using any of the library from ThePhD or Rapptz. |
Hey @Aezriel, that's my mistake. I never updated the examples in the latest branch. They should be working now in the |
Hi, I finally made it work :) I just had to change the #ifdef value to < 502 and it worked :) Thanks anyway for your reply :) 2015-12-01 19:48 GMT+01:00 The Phantom Derpstorm notifications@github.com:
Gary Perelman |
Ooh, that's useful information. I've checked that change into ThePhD/sol as well. I don't test quite as often with Lua 5.1; just LUAJIT and 5.2/5.3, so forgive me if I miss those every now and again! |
No problem :) 2015-12-01 20:59 GMT+01:00 The Phantom Derpstorm notifications@github.com:
Gary Perelman |
Hello, I creating benchmark (https://github.com/bagobor/cpp2lua-buindings-battle) for lua binding libraries and found that Sol failed to build with modern Visual Studio 2015
template static auto test(...) -> struct nat; leads to compile error. :(
May be you have an idea how to fix it. I'm not so proficient with modern 'meta' magic.
The text was updated successfully, but these errors were encountered: