Build Error

I was testing my current code in C++ after installing the new Phoenix libraries. I now get this error:

And when I navigate to any of them this is what I see:

If anybody could help me figure out why, that would be great. Thanks in advance

Please link to your code. I think this is an issue with your Robot.cpp or DriverInput.cpp implementation.

We only have one coding computer and no backups, so I just uploaded everything to github.

You currently don’t have an implementation for DriverInput::~DriverInput(). You need to either delete that declaration from the DriverInput class definition or implement it in DriverInput.cpp. The error is about vtable because it’s a virtual function.

That fixed it. Thanks so much!

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