Bonjour à tous,
 
Je cherche un développeur qui aurait encore sur son disque dur l'environnement de développement VB 6? installé.
 
J'aimerais pouvoir recompiler les sources du programme Nod32 2.0 Mirror Builder
téléchargable ici : http://download.paipai.net/texts/components.htm
 
après avoir modifié 2 constantes dans le code :
 
Form1.frm
 
Code :
 - Private Sub UpdateBtn_Click()
 -     Const verFilePath = "/~eset/nod_upd/update.ver"
 -     Const expireFilePath = "/~eset/nod_upd/expire.rar"
 
  | 
 
change to
Code :
 - Private Sub UpdateBtn_Click()
 -     Const verFilePath = "/nod_upd/update.ver"
 -     Const expireFilePath = "/nod_upd/expire.rar"
 
  | 
 
Je croise les doigts...