3
ackema
5y

When you realize you are blocked ........

Background:
A simulation I am working on stopped working due to some linking errors again. I looked it up online and followed some suggestions. Deleting the project from work space and reimporting it. I also created a new workspace and compared binary files with another similar class. The makefile seems to be detecting it. It just doesn’t agree with he file syntax although it’s correct. Oh no ....

Me: “You gotta be kidding! I just want to code .....!”

Comments
  • 1
    I had weird linker errors because of mixing struct and class in forward declarations. It only broke in visual Studio, not in gcc. Took me a while.
Add Comment