Search found 2 matches
- Wed Jan 20, 2016 6:59 pm
- Forum: Beginners Help
- Topic: [Solved] Building as static library
- Replies: 3
- Views: 901
Re: Building as static library
Excellent. Thank you very much !!!
- Wed Jan 20, 2016 3:15 pm
- Forum: Beginners Help
- Topic: [Solved] Building as static library
- Replies: 3
- Views: 901
[Solved] Building as static library
Hello. I've been trying to write a game engine in C++, but got tired of trying to make the graphics work, so I went to Irrlicht for help. I'm using GLFW (and I would like to keep it) and want to use the window from GLFW with Irrlicht. I could use the DLL, but I don't really like those and also I wan...