I decided to try to get gifs implemented into my VexCODE project, although it’s giving me the error “[clang] No member named ‘Gif’ in namespace ‘vex’” I would appreciate any help if anyone knows what the problem is and how to fix it. Here’s the code I used:
While attempting the “gifclass.h” I could not figure out the proper way or place to declare this. Could you go into more detail on how to implement this declaration? It just kept giving me the error: “[clang] ‘gifclass.h’ file not found”
Animated GIF Demo (VEXcode) has an attached gifdemo.zip file with full example code. When you unzip it, you will find gifdemo.h and gifdemo.cpp files as the part of the project. If you open the main file, you will see an include statement at the top that imports vex::Gif class with