two years ago I writed a code for my led matrix in Python. Now, because of performence I'd like zu write it in C++. I'm new and a noob in C++.
I'd try to take existing code and change on after another little thinks until I'm at my project.
But I'm failing at the beginning: I'd copy the code of /utils/text-scroller.cc and when I'll compile it, I get only "unfefined reference to[...]" errors:
It's to 100 % the code from utils/text-scroller.cc.
The only diferent is the path to file:
/directory/main.cpp
/rpi-rgb-led-matrix/[...]
But the include must be right, I'll don't get a include-error.
Hello together,
two years ago I writed a code for my led matrix in Python. Now, because of performence I'd like zu write it in C++. I'm new and a noob in C++. I'd try to take existing code and change on after another little thinks until I'm at my project. But I'm failing at the beginning: I'd copy the code of /utils/text-scroller.cc and when I'll compile it, I get only "unfefined reference to[...]" errors:
It's to 100 % the code from utils/text-scroller.cc. The only diferent is the path to file: /directory/main.cpp /rpi-rgb-led-matrix/[...] But the include must be right, I'll don't get a include-error.
Can someone help me..?
Thanks
Fipschen