Incremental Linker warning
I suppose this is a newbie question but I can't seem to rid of this warning. When building a program from SMFL's website I run into this warning even though it built and runs properly. I've searched...
View ArticleSetSel scrolls CEDit - I can't stop it
Hello all, I'm attempting to use SetSel to append text to the end of the existing text in a CEdit control, but I don't want it to scroll to the bottom. I have tried this: int nLength =...
View Article[RESOLVED] pointer type error
Does anyone know why this isn't building? Code: #include <Windows.h> #include <gl/glut.h> void display() { glClear(GL_COLOR_BUFFER_BIT); glBegin(GL_TRIANGLES);...
View ArticleOpenGL camera example
I'm learning how to program games using OpenGL out of this book and needing to build example code off github from here, I've never built code from github before and I'm asking for help building this...
View ArticleHow to convert .dsw and .dsp files so Visual C++ 2022 can build
Hello. I found a quite interesting source from mid to late 90's from github and can't seem to start building it. I want to convert the old .dsw and .dsp files so that Visual C++ 2022 can open it but...
View Article