Author | Topic: ToBase64 Asinet function | |
---|---|---|
Jose Adriano Baltieri | ToBase64 Asinet function on Wed, 06 Nov 2002 11:04:28 -0200 | |
phil@idep.org.uk | Re: ToBase64 Asinet function on Wed, 06 Nov 2002 15:42:03 +0000 >I'm trying to use ToBase64 conversion function but, I'm having some >doubts : > >1st) I suppose this function is used to convert a string into a MIME >Base 64 format. Is it so ? Yes!. >2nd) It compiles but, when it is about to link, it complains that >ToBase64 function could not be found : > > This is the little test program I did : > ># INCLUDE "ASINET.CH" ># PRAGMA LIBRARY("ASINET1C.LIB") ># PRAGMA LIBRARY("ASINET10.LIB") Add 'pragma Library("asiutl10.lib") Regards, Phil Ide Xbase++ FAQ current release: 8, Monday 4th February 2002, 14:54 *** * Xbase++ FAQ: * online : http://www.idep.org.uk/xbase/xbfaq/xbfaq.htm * : www.software-braun.de/xbfaq/xbfaq.htm * download: http://www.idep.org.uk/xbase/xbfaq.zip * : www.software-braun.de/xbfaq/xbfaq.zip *** | |
Jose Adriano Baltieri | Re: ToBase64 Asinet function on Wed, 06 Nov 2002 17:43:41 -0200 Phil Ide wrote: Mr Ide : Always a pleasure to have your support. Did what you said (there was a missing pragma) and, everything is OK. Nevertheless, had looked for that before but .Hlp files said nothing about it. Anyway, thanXs for your suPPort ! | |
phil@idep.org.uk | Re: ToBase64 Asinet function on Wed, 06 Nov 2002 23:52:13 +0000 > Always a pleasure to have your support. Did what you said (there >was a missing pragma) and, everything is OK. > > Nevertheless, had looked for that before but .Hlp files said >nothing about it. > > Anyway, > > thanXs for your suPPort ! If you go to the help page for the function, then click on the "Info" button on the toolbar. :-0 Regards, Phil Ide Xbase++ FAQ current release: 8, Monday 4th February 2002, 14:54 *** * Xbase++ FAQ: * online : http://www.idep.org.uk/xbase/xbfaq/xbfaq.htm * : www.software-braun.de/xbfaq/xbfaq.htm * download: http://www.idep.org.uk/xbase/xbfaq.zip * : www.software-braun.de/xbfaq/xbfaq.zip *** | |
Jose Adriano Baltieri | Re: ToBase64 Asinet function on Fri, 22 Nov 2002 14:23:41 -0200 > If you go to the help page for the function, then click on the "Info" > button on the toolbar. :-0 > Of course. Sorry. > > Regards, > > -- > Phil Ide > > Xbase++ FAQ > current release: 8, Monday 4th February 2002, 14:54 > *** > * Xbase++ FAQ: > * online : http://www.idep.org.uk/xbase/xbfaq/xbfaq.htm > * : www.software-braun.de/xbfaq/xbfaq.htm > * download: http://www.idep.org.uk/xbase/xbfaq.zip > * : www.software-braun.de/xbfaq/xbfaq.zip > *** -- Obrigado/Thanks a Lot, Jose Adriano Baltieri Analista de Sistemas/Systems Analyst CPD - CENTRO / Data Processing Dept UNIMEP - Universidade Metodista de Piracicaba/ UNIMEP - Methodist University of Piracicaba PIRACICABA - SP - BRAZIL Fone : 055 0 XX 19 3124-1858 (english spoken) Fax : 055 0 XX 19 3124-1898 (cx postal 42778) | |
Anand Gupta | Re: ToBase64 Asinet function on Wed, 13 Nov 2002 20:55:08 +0530 "Jose Adriano Baltieri" <jabaltie@unimep.br> wrote in message news:3DC9135B.52E5955F@unimep.br... I'm trying to use ToBase64 conversion function but, I'm having some doubts : 1st) I suppose this function is used to convert a string into a MIME Base 64 format. Is it so ? 2nd) It compiles but, when it is about to link, it complains that ToBase64 function could not be found : This is the little test program I did : Hi Jose I use a Base64 program uploaded in the newsgroup by Frans which is in pure Clipper/Xbase/FlagShip (as I need to use it on my webserver end too (which run a FlagShip application) Anand ----- Original Message ----- From: "Frans Vermeulen" <fvermeulen@ehp.nl> Newsgroups: alaska-software.news.xbase++ Sent: Friday, July 19, 2002 12:39 PM > You can try a base64-like encryption, like there is in ASINet, > or try the following: > > | |
Jose Adriano Baltieri | Re: ToBase64 Asinet function on Fri, 22 Nov 2002 14:25:53 -0200 > Hi Jose > > I use a Base64 program uploaded in the newsgroup by Frans which is in pure > Clipper/Xbase/FlagShip (as I need to use it on my webserver end too (which > run a FlagShip application) > > Anand Hi Anand So far I only need XBase++ but, thanks for the offer. Maybe, some day, not so far away, I'll need to take another boat : the Flag Ship Just kidding. So far our environment is W* only but, who knows tomorrow ? Anyway, thanks again for your suggestion ! > > > ----- Original Message ----- > From: "Frans Vermeulen" <fvermeulen@ehp.nl> > Newsgroups: alaska-software.news.xbase++ > Sent: Friday, July 19, 2002 12:39 PM > > > You can try a base64-like encryption, like there is in ASINet, > > or try the following: > > > > -- Obrigado/Thanks a Lot, Jose Adriano Baltieri Analista de Sistemas/Systems Analyst CPD - CENTRO / Data Processing Dept UNIMEP - Universidade Metodista de Piracicaba/ UNIMEP - Methodist University of Piracicaba PIRACICABA - SP - BRAZIL Fone : 055 0 XX 19 3124-1858 (english spoken) Fax : 055 0 XX 19 3124-1898 (cx postal 42778) | |
boris@nospam.SQLExpress.net | Re: ToBase64 Asinet function on Wed, 13 Nov 2002 16:49:56 +0100 jabaltie@unimep.br (Jose Adriano Baltieri) wrote in <3DC9135B.52E5955F@unimep.br>: >I'm trying to use ToBase64 conversion function but, I'm having some >doubts : > >1st) I suppose this function is used to convert a string into a MIME >Base 64 format. Is it so ? > >2nd) It compiles but, when it is about to link, it complains that >ToBase64 function could not be found : If you're not having luck you can use Xb2.NET which includes Base64 encoding and decoding. See: http://www.xb2.net Best regards, Boris Borzic http://www.SQLExpress.net industrial strength C/S development tool | |
Jose Adriano Baltieri | Re: ToBase64 Asinet function on Fri, 22 Nov 2002 14:30:26 -0200 > If you're not having luck you can use Xb2.NET which includes Base64 > encoding and decoding. See: http://www.xb2.net > Mr Borzic : I'm successfully using it. The only thing is that I need to improve it a little cause, I'm doing simply STRFILE(BASE64(FILESTR(path))). Very practical, we know but may be dangerous depending on the file size. Better it would be to do some more basic stuff such as FOPEN/Bitting file chunks and converting them. I'll do it later. As for XB2.NET, my comments would be : there is no FTP there ! On the other hand, Asinet is too poor on this subject. So, it would be nice to have a complimentary product. Have seen Funcky some time ago but, forget it. I'm using a C library with DLLLOAD and it has worked fine. But it would be nice to have a really PROfessional kit. > Best regards, > Boris Borzic > -- > http://www.SQLExpress.net > industrial strength C/S development tool -- Obrigado/Thanks a Lot, Jose Adriano Baltieri Analista de Sistemas/Systems Analyst CPD - CENTRO / Data Processing Dept UNIMEP - Universidade Metodista de Piracicaba/ UNIMEP - Methodist University of Piracicaba PIRACICABA - SP - BRAZIL Fone : 055 0 XX 19 3124-1858 (english spoken) Fax : 055 0 XX 19 3124-1898 (cx postal 42778) | |
boris@nospam.SQLExpress.net | Re: ToBase64 Asinet function on Fri, 22 Nov 2002 19:29:50 +0100 jabaltie@unimep.br (Jose Adriano Baltieri) wrote in <3DDE5BA2.C49C4E6F@unimep.br>: > As for XB2.NET, my comments would be : there is no FTP there ! On >the other hand, Asinet is too poor on this subject. So, it would be nice >to have a complimentary product. Have seen Funcky some time ago but, >forget it. I'm using a C library with DLLLOAD and it has worked fine. But >it would be nice to have a really PROfessional kit. FTP, POP3, SMTP and other protocols will be added to Xb2.NET. Best regards, Boris Borzic http://www.SQLExpress.net industrial strength C/S development tool |