Replies: 2 comments 5 replies
-
This is most probably because of 32bit vs 64bit... Currently the project is configured to only support 64bit, so you need to choose x64/Debug. A few more things: |
Beta Was this translation helpful? Give feedback.
0 replies
-
Now I want to build this on Win32 configs. I will change the configurations myself, but could you give an outline of what should be done? I'm aware of the pre-build script, linkers and some of the tweaks, but in the end there are still errors. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What should I do to link the Rust side to the C++ side of the project? Or more generally, what steps should I take to build a working product from the repository?
To be exact, I got linker errors during building:
Beta Was this translation helpful? Give feedback.
All reactions