I buit DC++ whitout errors, it works fine ... but when i search for alternates for something, right clic on a file, Download to and select a file that i have in my quee i get this error... Why? The source wasn't modified... I'm usign VS .NET 2002
Download to error
Moderator: Moderators
-
- Forum Moderator
- Posts: 1420
- Joined: 2003-04-22 14:37
I get that as well. The assertion always fails. I don't know enough about the code to figure out why though. You can safely click on Ignore and the programme will continue as normal.
Did you create a debug build? If so, try creating a release build. That may stop the message from showing.
Seeing as someone has asked this questions, I may as well ask my questions as well.
What exactly is this assertion testing? Why does it keep failing? Would it be safe to remove it to stop the annoying message from coming up?
Code: Select all
wID > IDC_DOWNLOAD_TARGET
Did you create a debug build? If so, try creating a release build. That may stop the message from showing.
Seeing as someone has asked this questions, I may as well ask my questions as well.
What exactly is this assertion testing? Why does it keep failing? Would it be safe to remove it to stop the annoying message from coming up?
-
- Forum Moderator
- Posts: 1420
- Joined: 2003-04-22 14:37