Re: [MSEide-MSEgui-talk] .mseide creation

2013-01-01 Thread Martin Schreiber
On Wednesday 02 January 2013 01:21:26 Sieghard wrote: > Hallo Graeme, > > Du schriebst am Tue, 01 Jan 2013 19:16:09 +: > > My Windows development is done under Win2000 with NTFS and FAT32 > > partitions. > > So there's nothing that would keep you from installing mseide-msegui on a > NTFS format

Re: [MSEide-MSEgui-talk] Russian fp-IDE

2013-01-01 Thread Martin Schreiber
On Wednesday 02 January 2013 00:35:37 Алексей Логинов wrote: > I wanted to run the terminal emulator in utf-8, to set > internal_codepage to CP866 for LANG = ru and I implement CP866 <-> > utf-8 conversions (it's not difficult to correct array > convert_cp437_to_UTF8 for CP866): > convert_cp8

Re: [MSEide-MSEgui-talk] .mseide creation

2013-01-01 Thread Martin Schreiber
On Tuesday 01 January 2013 19:41:50 Sieghard wrote: > Indeed, that wouldn't do. So you're using mseide-msegui on a Windows 95, 98 > or ME machine? What processor, and how's the performance? :-O > I did not test recently but MSEide+MSEgui worked well and had a usable performance on my old AMD K6 m

Re: [MSEide-MSEgui-talk] .mseide creation

2013-01-01 Thread Sieghard
Hallo Graeme, Du schriebst am Tue, 01 Jan 2013 19:16:09 +: > My Windows development is done under Win2000 with NTFS and FAT32 > partitions. So there's nothing that would keep you from installing mseide-msegui on a NTFS formatted partition (which supports links). That's conforming to my suspi

Re: [MSEide-MSEgui-talk] Russian fp-IDE

2013-01-01 Thread Алексей Логинов
I wanted to run the terminal emulator in utf-8, to set internal_codepage to CP866 for LANG = ru and I implement CP866 <-> utf-8 conversions (it's not difficult to correct array convert_cp437_to_UTF8 for CP866): convert_cp866_to_UTF8:array[#127..#255] of WideChar=(

Re: [MSEide-MSEgui-talk] .mseide creation

2013-01-01 Thread Graeme Geldenhuys
On 01/01/2013 18:41, Sieghard wrote: > > Indeed, that wouldn't do. So you're using mseide-msegui on a Windows 95, 98 > or ME machine? What processor, and how's the performance? :-O My Windows development is done under Win2000 with NTFS and FAT32 partitions. Graeme.

Re: [MSEide-MSEgui-talk] .mseide creation

2013-01-01 Thread Sieghard
Hallo Graeme, Du schriebst am Tue, 01 Jan 2013 01:59:47 +: > > You could have considered using links here - even Windows' NTFS provide > > them. > > No, because MSEide doesn't dictate that NTFS is a requirement. FAT16 or > FAT32 could be used too. Indeed, that wouldn't do. So you're using m

Re: [MSEide-MSEgui-talk] .mseide creation

2013-01-01 Thread Patrick Goupell
On 12/31/2012 08:59 PM, Graeme Geldenhuys wrote: > No, because MSEide doesn't dictate that NTFS is a requirement. FAT16 > or FAT32 could be used too. Regards, - Graeme - I have done the following as a solution for me. In lib/common/kernel make a copy of i386-linux and name it x86_64-ilnux In

Re: [MSEide-MSEgui-talk] MSEide and object types

2013-01-01 Thread Martin Schreiber
On Wednesday 14 March 2012 12:33:17 Graeme Geldenhuys wrote: > Hi Martin, > > I'm not sure if this worked before, and if it is maybe a regression > bug in MSEide. Please see attached test unit. > > There are two obvious problems using that unit with MSEide. > > 1) When I declared the object type, t

Re: [MSEide-MSEgui-talk] Russian fp-IDE

2013-01-01 Thread Martin Schreiber
On Tuesday 01 January 2013 09:32:52 Martin Schreiber wrote: > On Monday 31 December 2012 15:50:21 Алексей Логинов wrote: > > UTF-8. > > After: > > export LANG="ru_RU.CP866" && luit -encoding 'CP 866' /usr/local/bin/fp > > fp works with CP866. > > It is probably better to run the terminal emulator i

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 2.8.4

2013-01-01 Thread Martin Schreiber
On Monday 31 December 2012 15:50:21 Алексей Логинов wrote: > UTF-8. > After: > export LANG="ru_RU.CP866" && luit -encoding 'CP 866' /usr/local/bin/fp > fp works with CP866. > It is probably better to run the terminal emulator in utf-8, to set internal_codepage to CP866 for LANG = ru and to impleme