multithreading and chdir
Hello, Im going through a code, where, it seems the issue is due to the way threading implemented. I just know basics of threading I am trying to understand the affects of multithreading on chdir, and...
View ArticleSFML errors
Hi, trying to build this sample code to test SFML for coding a simple racing game but running into errors. Code: #include <SFML/Graphics.hpp> int main() { sf::RenderWindow...
View ArticleIs there anyone here using Microsoft's vcpkg ?
On a different forum I've been involved in a discussion about Microsoft's vcpkg (which I've never used). I'm running VS2022 here and it looks like vcpkg is installed as part of Visual Studio. But...
View Article[RESOLVED] Static linker error
I'm trying to statically link .dll files from SFML library so that I don't need to launch my program relying on the given .dll files. I added SFML_STATIC to the preprocessor section in the project...
View Article[RESOLVED] Preventing console window from closing on Visual Studio C/C++...
Hello, I've been using Visual Studio for years, but this is my first time developing a 'Console Application.' When I run my application, the console window opens, displays the program output, and then...
View ArticleIncremental 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