Author | Topic: ToBase64() not working??? | |
---|---|---|
Georg S. Lorrig | ToBase64() not working??? on Sun, 05 Oct 2003 17:49:48 +0200 Hello, it seems not possible to get ToBase64() from 1.82 running (I checked, and my installed version is the same as it is availiable from the Alaska download place). ToBase64("abcdef") gives an empty string as result, while FromBase64() works fine. Could anyone check this with his/her installation? Puzzled - Georg | |
Evgeny Bogolyubov | Re: ToBase64() not working??? on Thu, 09 Oct 2003 17:17:29 +0200 Hi Georg, It works for me. xBase++ 1.82.293. However uuencode() does not work in that version. May be it works in yours . Regards, Evgeny. Georg S. Lorrig <georg@lorrig.DONTSPAMME.com> wrote in news:VA.000000e0.00b21db7@lorrig.dontspamme.com: > Hello, > > it seems not possible to get ToBase64() from 1.82 running (I checked, > and my installed version is the same as it is availiable from the > Alaska download place). > > ToBase64("abcdef") > > gives an empty string as result, while FromBase64() works fine. > > Could anyone check this with his/her installation? > > Puzzled - > > Georg > > | |
Dominik Hayat [Alaska Software] | Re: ToBase64() not working??? on Tue, 14 Oct 2003 16:15:00 +0200 Hi Evgeny, > It works for me. xBase++ 1.82.293. However uuencode() does not work in that > version. May be it works in yours . > Xbase++ v1.82.293 is not the official release build. It is 1.82.294! Refering to ToBase64(), a PDR was opened for this issue: 5306 With best regards, Dominik Hayat Technical Support Alaska Software Technology AG -------------------------------------------------------------------- Technical Support EMEA: support@de.alaska-software.com Technical Support APRA: support@us.alaska-software.com News Server: news.alaska-software.com Homepage: http://www.alaska-software.com WebKnowledgeBase: http://www.alaska-software.com/kb -------------------------------------------------------------------- | |
Evgeny Bogolyubov | Re: ToBase64() not working??? on Tue, 14 Oct 2003 16:53:54 +0200 Hi Dominik, Oops..., my notebook somehow had different subversion than my desktop. ToBase64 actually works on 1.82.294 as well. The asiutl10.dll has size 89600 and date 3/24/03. Windows XP and 2000. The ToBase64() function works on both. The uueencode() does not work on any, but you already have another PDR 5300 open for that. Regards, Evgeny. "Dominik Hayat [Alaska Software]" <dhayat@de.alaska-software.com> wrote in news:3f8c0540$1@asgcom.alaska-software.com: > Hi Evgeny, > >> It works for me. xBase++ 1.82.293. However uuencode() does not work in > that >> version. May be it works in yours . >> > Xbase++ v1.82.293 is not the official release build. It is 1.82.294! > > Refering to ToBase64(), a PDR was opened for this issue: 5306 > > > With best regards, > > Dominik Hayat > Technical Support > Alaska Software Technology AG > > -------------------------------------------------------------------- > Technical Support EMEA: support@de.alaska-software.com > Technical Support APRA: support@us.alaska-software.com > News Server: news.alaska-software.com > Homepage: http://www.alaska-software.com > WebKnowledgeBase: http://www.alaska-software.com/kb > -------------------------------------------------------------------- > > > > | |
Charles Cremer | Re: ToBase64() not working??? on Wed, 05 Nov 2003 18:47:39 +0100 Georg S. Lorrig <georg@lorrig.DONTSPAMME.com> wrote in news:VA.000000e0.00b21db7@lorrig.dontspamme.com: > Hello, > > it seems not possible to get ToBase64() from 1.82 running (I checked, > and my installed version is the same as it is availiable from the > Alaska download place). > > ToBase64("abcdef") > > gives an empty string as result, while FromBase64() works fine. > > Could anyone check this with his/her installation? > > Puzzled - > > Georg > Try ToBase64("abcdef"+Chr(0)) |