-
Notifications
You must be signed in to change notification settings - Fork 2
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
unresolved external symbol where running lastest version with nightly rust toolchain #12
Comments
AFAIK mvsc uses different ABI, so it's probably the reason. I'm not sure though |
@vitvakatu exactly. According to this: rust-lang/rust-bindgen#849, So bindgen could generate bindings with I decided to focus on gcc version and wait for bindgen and rustc improvements. For now, I see only 2 options for you:
I really like the new c++ version, it's so much powerful and controllable, so I am into the second option :) |
yeah, I really like the new version too. I have a few pull requests in the pipe. You can check them here. Only can't test them right now :) Ok, trying to switch to gnu toolchain |
yeah, works fine with x86_64-pc-windows-gnu! closing this issue |
The project compiles fine, but when trying to run tests or the sphere example, I've got those messages :
Might this be an issue with the version of Visual Studio I'm using ? I'm using nightly-x86_64-pc-windows-msvc rust toolchain.
The text was updated successfully, but these errors were encountered: