Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Redpandaboss09

Pages: [1]
1
System / [HELP] Fatal Error LNK1107 for sfml-system-d.lib
« on: July 23, 2021, 07:22:11 pm »
Hello all,

I was wondering if anyone could help me? I just tried to run my program in debug (It's worked before) and I get an error that reads:

repos\Battleship\SFML-2.5.1\lib\sfml-system-d.lib : fatal error LNK1107: invalid or corrupt file: cannot read at 0xAE71

And the popup below (I cut out areas with my name).

2
Graphics / How can I create a grid?
« on: July 20, 2021, 10:20:03 pm »
Hello all,

I'm new to SFML and still learning C++ and wanted to make the game Battleship. I've created this game in the console before but want to create it in a window with better AI. How can I create two 10x10 grids, each on their own side of the screen? I can give you a link to the code: https://github.com/Redpandaboss09/-battleship

Pages: [1]