Page 1 of 1

Auto Update help

Posted: Wed Jan 23, 2008 8:40 pm
by grimdoomer
Im trying to add an auto update system to my app. But the problem is that for some reason one of the dll's used in it doesent work on any body elses computer. Its the right dll and there is only one of them. Im using the chilkat dll for ftping to a server. but everything else works except the dll. Any suggestions?

Re: Auto Update help

Posted: Thu Jan 24, 2008 10:54 am
by xbox7887
grimdoomer wrote:Im trying to add an auto update system to my app. But the problem is that for some reason one of the dll's used in it doesent work on any body elses computer. Its the right dll and there is only one of them. Im using the chilkat dll for ftping to a server. but everything else works except the dll. Any suggestions?
Error messages? Chances are the dll you're using references other things packaged with it...give a little more info ;P

Posted: Thu Jan 24, 2008 11:24 am
by Supermodder911
No... He was using a ftp library :roll: , why? I don't know.

Posted: Thu Jan 24, 2008 11:31 am
by LuxuriousMeat
Supermodder911 wrote:No... He was using a ftp library :roll: , why? I don't know.
I'm gonna go ahead and assume he was using it to download an update from an FTP server...

Posted: Thu Jan 24, 2008 11:36 am
by Supermodder911
But why use FTP when you can just get it the update with a WebClient?

Posted: Thu Jan 24, 2008 11:59 am
by LuxuriousMeat
Supermodder911 wrote:But why use FTP when you can just get it the update with a WebClient?
Maybe he doesn't have access to a web server and is running a FTP server off his PC?

Posted: Thu Jan 24, 2008 12:11 pm
by Supermodder911
No he is using the remnantmods server.