-
Notifications
You must be signed in to change notification settings - Fork 77
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
Unable to find an entry point named 'DrawTextRec' in shared library 'raylib'. #103
Comments
What version of |
Hello, I am using 3.7.0.1. |
How did you install |
I installed it via nugget, by using the command Although I suspect that the project may be referring to my local shared library which I also have on my machine. I'm not quite sure how to force dotnet to use the supplied nuget package rather than a shared library. |
@acheddadi |
Ah, that would explain it. The shared library I have on my machine is 4.0. Is there a way for me to specify that dotnet should only use the supplied DLL and not the shared library? |
You can try setting |
As the title says, I am not able to call the function DrawTextRec(). Everything else seems to work fine.
The text was updated successfully, but these errors were encountered: