In the memory game, a large right hand gives you a demo of the drum order for the round. Work continues on my water drumming game. I’ve been learning a […]
Error: ‘class sf::Text’ has no member named ‘setFillColor’
Just finished section 10 of my course. While working through the code, I ran into a snag: alaskalinuxuser@alaskalinuxuser-OptiPlex-7010:~/Documents/c++/Cpp_training/JelloStorm$ ./build.sh JelloStorm.cpp: In function ‘int main()’: JelloStorm.cpp:121:13: error: ‘class sf::Text’ has no […]
Error: extra qualification ‘Pickup::’ on member ‘Picku’ [-fpermissive] Pickup::Pickup(int type);
You can now splatter jello guts all over! An interesting phenomenon occurred while finishing up section 9 of my C++ game development course. Consider this code: // Per class was: […]
Error: ‘currentArrow’ was not declared in this scope
As I press on through the C++ beginner’s game making course, things are starting to get a little more complicated. It’s good, because that will hopefully help me grow as […]
JelloStorm.cpp:198:58: error: ?createBackground? was not declared in this scope
After the rough time I had completing section 6 of the course, I was not looking forward to section 7. However, it turned out that section 6 was just tough, […]
Player.cpp:6:16: error: no ‘int Player::player()’ member function declared in class ‘Player’
Finally completed section 6 of my C++ course. It was rough. I ran into several issues that the instructor did not explain, because he is using Windows Microsoft Visual Studio, […]
The game restarts on screen rotation!
After my JustChess app hit the F-Droid repository, I was pleasantly surprised to hear that people were trying it out! With every wave of players, however, came a new wave […]
Chromium: ERROR:browser_gpu_channel_host_factory.cc(121)
Today I had a strange occurrence. I couldn’t launch Chromium-browser on my Ubuntu desktop machine. The error I got was this: ERROR:browser_gpu_channel_host_factory.cc(121) And something about the profile was already open, […]
Error: TARGET_USES_UNCOMPRESSED_KERNEL is depreciated!
While starting my new attempt at an Oreo build for the H811/H815 (T-Mobile LG G4), I ran into an error, right off the bat: Error: TARGET_USES_UNCOMPRESSED_KERNEL is depreciated! I took […]
error: undefined reference to ‘wifi_start_fstman’
Ah, the continuing saga of the far far away dream of building OmniRom Nougat for the LG G4. Yet again, another set of errors: [CODE] system/qcom/softap/sdk/qsap.c:705: error: undefined reference to […]