View Single Post
  #2   Spotlight this post!  
Unread 06-02-2017, 16:41
gerthworm's Avatar
gerthworm gerthworm is offline
Making the 1's and 0's
FRC #1736 (Robot Casserole)
Team Role: Mentor
 
Join Date: Jan 2015
Rookie Year: 2015
Location: Peoria, IL
Posts: 80
gerthworm has a spectacular aura aboutgerthworm has a spectacular aura about
Re: C++ programming help

I'd need full code to know for sure, but I suspect this is due to something which should be commented out, but isn't?

Search your codebase for the string "vtable for Robot" and see if you're either missing comments, quotes, etc.

FYI, "undefined reference to" is usually the linker saying "I see you have some code object name defined, but I can't figure out where it's declared"... I find it weird that it would pick up a whole string like that, so I might be off in the weeds here....

Last edited by gerthworm : 06-02-2017 at 16:43.
Reply With Quote