Chess-Challenge icon indicating copy to clipboard operation
Chess-Challenge copied to clipboard

Raylib_cs

Open Vank09 opened this issue 2 years ago • 5 comments

All the functions and stuff from the Raylib library are underlined as errors. I don't know how to fix it. I tried installing the library, but it still doesn't work.

Vank09 avatar Jul 22 '23 11:07 Vank09

can you build / run it??

CaptainDeathead avatar Jul 22 '23 11:07 CaptainDeathead

I think I have the same problem. When I try to build I get the error "Unable to find package Raylib-cs. No package exists with this id in source(s): Microsoft Visual Studio Offline Packages.

I've tried installing Raylib-cs as per the NuGet instrucitons: error: NU1101: Unable to find package Raylib-cs. No packages exist with this id in source(s): Microsoft Visual Studio Offline Packages error: Package 'Raylib-cs' is incompatible with 'all' frameworks in project 'C:\Users\warfi\source\repos\Chess-Challenge2\Chess-Challenge\Chess-Challenge.csproj'.

and Manual instructions I get an exception: System.DllNotFoundException: 'Unable to load DLL 'raylib' or one of its dependencies: The specified module could not be found. (0x8007007E)'

rbriney avatar Jul 23 '23 09:07 rbriney

Having the same issue. Can't build or run the app. This "Raylib" namespace throws an error in multiple scripts. Do I have to install it? If so, then why so few people have this issue. Weird...

baudii avatar Jul 23 '23 12:07 baudii

I managed to get it working.

Project > Manage NuGet Packages > Settings Cog (top right of pane) Add a new source: Name: nuget.org, Source: https://api.nuget.org/v3/index.json Click Ok NuGet "Browse" tab, search for "raylib" and install raylib and raylib-cs

I feel like this should be the 2nd or 3rd bullet point in the "How to Participate" section of the README

rbriney avatar Jul 23 '23 13:07 rbriney

look at existing issues. this has been posted many times & been solved already.

jongdetim avatar Jul 28 '23 15:07 jongdetim