-
Notifications
You must be signed in to change notification settings - Fork 33
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
LoadLibraryExW failes on libclang.dll #282
Comments
Hi! Have you checked that |
Yes, it exists:
|
I traced back the issue to the
But when I run this function manually in a dummy project it loads without any issues, so it's not a problem with my configuration or setup I guess. At this point I have no clue what is going on. |
Fixed by downgrading to a lower espup version. |
When trying to run
cargo build
on Windows 10 after performing every step from the book I am getting an error:The path to the file is correct, the file exists and is not corrupted.
Here is the full log:
I have all dependencies installed and using the unmodified generated template with correct options on the correct board (ESP32-S3).
Does anyone have any ideas? I am stuck.
The text was updated successfully, but these errors were encountered: