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

Author Topic: _debugger_hook_dummy = 0  (Read 5916 times)

0 Members and 1 Guest are viewing this topic.

led

  • Newbie
  • *
  • Posts: 28
    • View Profile
_debugger_hook_dummy = 0
« on: June 16, 2010, 10:52:55 pm »
Hey guys,

I'm having a problem, when its time for the "Ftp::Response serverResp = Server.Download("wr5pruf6","main",Ftp::Binary );" comand to be executed, the file is downloaded but i get a fatal error and points me to: _debugger_hook_dummy = 0
Any ideas on how to resolve?
while (!idle)
{
   DoSomething();
}

led

  • Newbie
  • *
  • Posts: 28
    • View Profile
_debugger_hook_dummy = 0
« Reply #1 on: June 17, 2010, 10:49:57 am »
It seems that the serverResp has the 'myMessage' as 'Bad Ptr'. Does anyone know if this is the problem?
while (!idle)
{
   DoSomething();
}

led

  • Newbie
  • *
  • Posts: 28
    • View Profile
_debugger_hook_dummy = 0
« Reply #2 on: June 18, 2010, 10:22:13 pm »
bump..
while (!idle)
{
   DoSomething();
}

led

  • Newbie
  • *
  • Posts: 28
    • View Profile
_debugger_hook_dummy = 0
« Reply #3 on: June 22, 2010, 08:43:41 pm »
Well, I updated the sfml version from 1.5 to 1.6 and it solved the problem. Still I was unable to get it solved if i were in 1.5.
while (!idle)
{
   DoSomething();
}