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

Author Topic: Problem with login to FTP  (Read 1871 times)

0 Members and 1 Guest are viewing this topic.

Sebox

  • Newbie
  • *
  • Posts: 24
    • View Profile
Problem with login to FTP
« on: September 27, 2014, 06:41:39 pm »
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.
« Last Edit: September 27, 2014, 07:01:04 pm by Sebox »

 

anything