Download to error

Problems compiling? Don't understand the source code? Don't know how to code your feature? Post here.

Moderator: Moderators

Locked
UnD3aD
Posts: 5
Joined: 2004-01-25 13:30

Download to error

Post by UnD3aD » 2004-03-25 04:51

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
Image

TheParanoidOne
Forum Moderator
Posts: 1420
Joined: 2003-04-22 14:37

Post by TheParanoidOne » 2004-03-25 05:20

I get that as well. The assertion

Code: Select all

wID > IDC_DOWNLOAD_TARGET
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?
The world is coming to an end. Please log off.

DC++ Guide | Words

UnD3aD
Posts: 5
Joined: 2004-01-25 13:30

Post by UnD3aD » 2004-03-25 05:40

I get more errorl like it... if comment the lines with this error do you think i'll get other errors caused by this comment?

TheParanoidOne
Forum Moderator
Posts: 1420
Joined: 2003-04-22 14:37

Post by TheParanoidOne » 2004-03-25 05:57

Possibly. Did you try the release build like I mentioned before?
The world is coming to an end. Please log off.

DC++ Guide | Words

Locked