Hello folks, I wanted to test network library from SFML, so I thought it would the best to use some kind of example. I have chosen code from this wiki site:
https://github.com/SFML/SFML/wiki/Source:-Network-Chat-ExampleIt was working perfectly for my desktop computer and I didn't have any problems with it. After that I have taken code from the same website and tried to run the app on my laptop, but a very strange issue appeared.
Almost instantaneously I had 40% CPU usage, just from it and nothing showed up.
I did some test which showed that is it some kind of problem with compiling or linking, because I used this bugged exe app on my desktop computer and it still didn't work.
The huge problem is:
1. I'm using the same IDE on both computers, it's Code::Blocks with MinGW compilator.
2. Computers have the same SFML files and the same operating systems.
3. Compiling process on my laptop doesn't return any errors or warnings.
Link to this bugged application:
http://www.speedyshare.com/Ftye2/Network-app.rarHave anybody seen something like this?
PS. I know my description may be a little chaotic, if you need anything more, please just tell me.