Nardo26
Nombre de messages : 2294 Age : 56 Localisation : Valence Date d'inscription : 02/07/2010
| Sujet: Re: TCP/FTP/HTTP pour PANORAMIC. Sam 9 Oct 2010 - 11:46 | |
| YESSSS ! Good job, It works ! ....at home.... I try this mornig to connect via logmein to my office. And I launch the program without crash during the call to the DLL. I try now with the new version of FTP_include... Yes... I don't know why there are no crash now... I try again monday morning... Thanks DJ !
Dernière édition par Nardo26 le Sam 9 Oct 2010 - 12:30, édité 1 fois | |
|
d.j.peters
Nombre de messages : 77 Age : 60 Localisation : Germany Date d'inscription : 31/07/2010
| Sujet: Re: TCP/FTP/HTTP pour PANORAMIC. Sam 9 Oct 2010 - 12:11 | |
| A litle bit music now i write an panoramic compiler the results are tiny and super fast. DJ - Code:
-
' TCP interface #include "TCP_INCLUDE.bas" ' FTP interface #include "FTP_INCLUDE.bas" FTP_SERVER$ = "demo":FTP_USER$ = "demo":FTP_PASSWORD$ = "demo" caption 0,"wait connect ...":gosub FTPCONNECT if FTP_OK%=1 FTP_SOURCE$ = "connected.mp3" FTP_TARGET$ = "connected.mp3" caption 0,"wait download " + FTP_SOURCE$ + " ..." gosub FTPRETR if FTP_OK%=1 ' disconnect gosub FTPDisconnect caption 0,"ok playing " + FTP_TARGET$ + " ..." sound 1 file_load 1,FTP_TARGET$ play 1 else caption 0, "ERROR: download: " + FTP_MSG$ end_if else caption 0, "ERROR: connect: " + FTP_MSG$ end_if end
Dernière édition par d.j.peters le Sam 9 Oct 2010 - 13:12, édité 2 fois | |
|
Nardo26
Nombre de messages : 2294 Age : 56 Localisation : Valence Date d'inscription : 02/07/2010
| Sujet: Re: TCP/FTP/HTTP pour PANORAMIC. Sam 9 Oct 2010 - 12:34 | |
| Nice music ! | |
|
Nardo26
Nombre de messages : 2294 Age : 56 Localisation : Valence Date d'inscription : 02/07/2010
| Sujet: Re: TCP/FTP/HTTP pour PANORAMIC. Lun 11 Oct 2010 - 9:07 | |
| Hello D.J, I found the raison of the DLL crash : see post "nombre entier et limitation" by cosmos70.... Thanks cosmos70 !!!! I change all TCP_ADR% by TCP_ADR and now it works !!! | |
|
d.j.peters
Nombre de messages : 77 Age : 60 Localisation : Germany Date d'inscription : 31/07/2010
| Sujet: Re: TCP/FTP/HTTP pour PANORAMIC. Lun 11 Oct 2010 - 21:25 | |
| Hello Nardo, i know what you mean but why i don't get never this crash ? it's magic DJ | |
|
Nardo26
Nombre de messages : 2294 Age : 56 Localisation : Valence Date d'inscription : 02/07/2010
| Sujet: Re: TCP/FTP/HTTP pour PANORAMIC. Lun 11 Oct 2010 - 21:58 | |
| It's a kind of magic !... or perhaps it's my PC at the office (old XP SP1...) | |
|
Contenu sponsorisé
| Sujet: Re: TCP/FTP/HTTP pour PANORAMIC. | |
| |
|