How to check libraries are set up Properly?

When we were updating our code to 2024 it all broke so we’re now coding it from (almost) 0 as the remaining problem is the libraries. I’ve done a lot of this problem solving and I’ve finally managed it so no errors are thrown in the files assigned to me and a few others, however, one of my teammates told me that that is no guarantee it will work. I know we can just test it on the robot however we have a goal of having this ready by tomorrow and it’d be great if tomorrow we didn’t have to solve these problems tomorrow and could focus on the other files.

Assuning you have 2024.4.2 WPILib installed.
Create a new project with 2024 wpilib and copy your src folder over then import the vendordeps. If you use git then delete everything except the .git folder in the original project and copy everything from the new project over.

You will have lots of errors in your user code based off of the old libraries but your libraries will all be installed somewhat correctly this way.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.