SFML community forums
Help => General => Topic started by: magyarosipeter on June 18, 2018, 10:25:02 pm
-
This is my first time making anything in SFML, and I'm still new to C++. I started doing this Space Invaders project, and I'm still very early in it. When I started, I did a few tests, and it ran well, but just now I wrote a chunk of code and the console doesn't seem to open anymore. I even put that part of the code into comments, but the console still didn't show up. I restarted my PC, and wrote the code into a fresh project but still, nothing. If needed, I'll link the code.
-
Did you set the subsystem to windows and link sfml-main?
Does tge SFML window open?
-
Well, I really don't know what to say. The SFML window always opened, but now I removed the font I used in the app from its folder, and so when I tried to compile, the console opened with an error message saying that it couldn't be located. I put the font back in and it worked... weird. Thanks anyways!