-
Notifications
You must be signed in to change notification settings - Fork 8
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
How to compile and use the rust version of IME #14
Comments
Thank you for your reply,but I saw the code, Isn't this way just compiling the c++ part? Can I use cargo to compile the rust code into IME under the rust folder? |
The VS project will automatically trigger cargo build too. (Maybe this should be made clear) ime-rs/cpp/SampleIME/SampleIME.vcxproj Line 205 in d77fef6
Lines 1 to 11 in d77fef6
|
@saschanaz hello, one more question, cannot open file "compare_with_wildcard.lib"
|
Oh, oops, you need to do |
I installed cbindgen and get same issues, cargo build did not generate this file "X:\IME\ime-rs\cpp..\rust\target\debug\compare_with_wildcard.lib" btw... your reply is super fast!!!! |
Does |
Oh oops, 247704d merged it to dictionary_parser but did not remove this reference. I'll fix it very quick |
Done: f61b6c9 |
Ah yes, for now the configuration only supports x86-64. It shouldn't be too hard to add ARM64 support, PRs welcome. I expect vcxproj and prebuild.ps1 to be modified in that case. |
No description provided.
The text was updated successfully, but these errors were encountered: