-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Dynamic links error in win10 #832
Comments
I’ve tried using it directly in the bevy folder:
And then I found this:
Related to rust-lang/rust#53014 Complete info:
My previous results were inconsistent with this one because of the following settings:
Now I don't use
I have tried to modify this part only, but it has no effect, so I think this issue still needs to be open:
|
I was able to get around this error with |
I’ve forgotten if I ever used |
Closing as this was addressed in bevyengine/bevy-website#628 by adding info around performance optimizations. Feel free to reopen if the issue persists. |
Bevy version
80a0448
Operating system & version
Windows 10 20H2
What you did
I try to enable dynamic links in my game project #808
I run my project using the following command
What you expected to happen
It can be run as if it were not using
--features bevy/dynamic
What actually happened
I get
and
last
Too many errors both are undefined symbol...
Additional information
It works fine if I don’t use dynamic linking
Complete log:
The text was updated successfully, but these errors were encountered: