Hello
I have problem, i try to login to my ftp and i have different error.
Unhandled exception at at 0x75D4B727 in keysfml.exe: Microsoft C++ exception: std::bad_alloc at memory location 0x0017EC68.
sf::Ftp ftp;
ftp.connect("ftp.test3.keed.pl");
ftp.login("blabla", "blabla123");
If i delete line of login i dont have error. What's problem ?
EDIT:
Resolved - i has problem with library.