Replies: 1 comment 7 replies
-
@AidanofVT You need to link with the required libraries:
I recommend you investigate and learn how I provide a preconfigured raylib installer with Notepad++ preconfigured for beginners to start coding with raylib. For other IDEs and configurations, it requires understanding how a build system and a compiler works. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My demo program: (I've tried others as well, including raylib's included demos) https://puu.sh/IwnpC/38766c0bb8.png
My file structure: https://puu.sh/IwniK/e98ca339bf.png
I followed the directions here: https://github.com/raysan5/raylib/wiki/Working-on-Windows
-- and in the video linked on that page, though that was intended for C. I confirmed that gcc is installed, and that raylib was "built" (I'm such a novice I don't really know what that means) in the raylib/src directory.
I've tried everything I can think of, but still get this output:
Clearly there's some sort of issue with the compiler finding its way to the raylib libraries, but I'm out of ideas as to how to resolve it. Please help. I'm trying to learn C++ more than raylib specifically, so it's important to me that I really understand what's going wrong here.
Beta Was this translation helpful? Give feedback.
All reactions