That's annoying.
Is there any other way to access large partitions from TOS ?
Search found 353 matches
- Fri May 08, 2020 1:18 pm
- Forum: Hades / Milan
- Topic: EmuTOS and Milan60
- Replies: 4
- Views: 920
- Fri May 08, 2020 12:29 pm
- Forum: Hades / Milan
- Topic: EmuTOS and Milan60
- Replies: 4
- Views: 920
EmuTOS and Milan60
Which is the correct EmuTOS for running on a Milan ?
I downloaded emutos-prg-0.9.12.zip and tried running emutos.prg and emutosuk.prg both cause and immediate lock-up.
I was hoping that EmuTOS might be able to access the large partitions that Milan TOS cannot access.
I downloaded emutos-prg-0.9.12.zip and tried running emutos.prg and emutosuk.prg both cause and immediate lock-up.
I was hoping that EmuTOS might be able to access the large partitions that Milan TOS cannot access.
- Fri May 08, 2020 10:42 am
- Forum: C / PASCAL etc.
- Topic: Pure Pascal EOF
- Replies: 12
- Views: 1996
Re: Pure Pascal EOF
I had to handle the end of the file by testing for zero in the value returned. Luckily this is ascii so that works.
Does anyone have a list of the Pure Pascal runtime error codes ?
Does anyone have a list of the Pure Pascal runtime error codes ?
- Thu May 07, 2020 5:48 pm
- Forum: Professionals
- Topic: Searching: ScanX or ScanXPro Software (Microtek SCSI scanner)
- Replies: 11
- Views: 1465
Re: Searching: ScanX or ScanXPro Software (Microtek SCSI scanner)
I use 1.13 for a Umax 1220S
I did contact the author only a few years ago on LinkedIn.
I did contact the author only a few years ago on LinkedIn.
- Tue Apr 28, 2020 10:21 am
- Forum: Chat forum [ENG]
- Topic: Atari in films
- Replies: 80
- Views: 55547
Re: Atari in films
Nice attention to detail but no mouse and what is on the screen ?
- Tue Apr 28, 2020 10:19 am
- Forum: Chat forum [ENG]
- Topic: What have you done to your Atari today ?
- Replies: 0
- Views: 352
What have you done to your Atari today ?
My Milan got a new psu. The old AT one was getting noisy and so I bought an ATX one an adapter to fit the motherboard. The new psu has sata power plugs and so I had ordered 2 sata to Molex adapters at the same time but when the psu arrived it all ready has 2 molex plugs. I still needed 1 adapter bec...
- Sat Apr 25, 2020 8:56 am
- Forum: Applications
- Topic: RPMint Distribution
- Replies: 71
- Views: 24133
Re: RPMint Distribution
Let's not overlook Alan's gentoo work.
Having only tried to build a few apps and libraries I found the biggest difficulty was dependencies.
Having only tried to build a few apps and libraries I found the biggest difficulty was dependencies.
- Wed Apr 22, 2020 11:18 am
- Forum: C / PASCAL etc.
- Topic: Pure Pascal EOF
- Replies: 12
- Views: 1996
Re: Pure Pascal EOF
I've never managed to run apps inside the pp editor it just crashes.
I am running my app from bash.
I am running my app from bash.
- Tue Apr 21, 2020 5:00 pm
- Forum: C / PASCAL etc.
- Topic: Pure Pascal EOF
- Replies: 12
- Views: 1996
Re: Pure Pascal EOF
That doesn't work.
Once in the read loop it wouldn't make sense either.
Example:
https://www.freepascal.org/docs-html/rt ... m/eof.html
It seems to be any attempt to check EOF causes the error.
Once in the read loop it wouldn't make sense either.
Example:
https://www.freepascal.org/docs-html/rt ... m/eof.html
It seems to be any attempt to check EOF causes the error.
- Tue Apr 21, 2020 1:25 pm
- Forum: C / PASCAL etc.
- Topic: Pure Pascal EOF
- Replies: 12
- Views: 1996
Pure Pascal EOF
I am just playing with an old Pure Pascal app I wrote years ago to do some processing of MyMail files. It needs strings longer than the Pascal 255 ones so I implemented a 1024 char string. It is read char by char but I have hit problems with testing EOF(file), it is causing a runtime 100 error. I tr...
- Tue Apr 21, 2020 11:38 am
- Forum: Applications
- Topic: X11 from Windows Putty
- Replies: 20
- Views: 2589
Re: X11 from Windows Putty
Having not touched X Windows set-up for many years it still works. I can start xeyes, xclock, xterm, xskat (no idea how to play it).
However I can't work out how I used to start Pilot Link.
However I can't work out how I used to start Pilot Link.
- Thu Apr 16, 2020 10:04 am
- Forum: Applications
- Topic: Texel sources available
- Replies: 88
- Views: 16655
Re: Texel sources available
It would be nice to be able to use English definitions in .frm
That would probably mean adding language definitions for day (T or D), month ( M or M) and year (J or Y) and use those in TXmain instead of the literals.
That would probably mean adding language definitions for day (T or D), month ( M or M) and year (J or Y) and use those in TXmain instead of the literals.
- Thu Apr 16, 2020 9:58 am
- Forum: Applications
- Topic: Texel sources available
- Replies: 88
- Views: 16655
Re: Texel sources available
I copied texel.frm from 2.0 and renamed it to texel_e.frm
Dates are shown correctly in existing and new s/s.
Dates are shown correctly in existing and new s/s.
- Thu Apr 16, 2020 9:53 am
- Forum: Applications
- Topic: Texel sources available
- Replies: 88
- Views: 16655
Re: Texel sources available
Official versions but I am not sure about the translation files.
I will try the 2.0 (German) .frm file in the 2.3 release and see how it behaves.
I will try the 2.0 (German) .frm file in the 2.3 release and see how it behaves.
- Wed Apr 15, 2020 12:12 pm
- Forum: Applications
- Topic: Texel sources available
- Replies: 88
- Views: 16655
Re: Texel sources available
My guess is that there is an issue in either the date formats or the handling of the date formats. e.g. German [TT].[MM].[JJJJ] is good English [DD].[MM].[YYYY] is bad In txmain it does comparisons against literal values e.g. 'TT'. Should these be defined dependent in the language ? : if dummy='T' ...
- Wed Apr 15, 2020 11:41 am
- Forum: Applications
- Topic: Texel sources available
- Replies: 88
- Views: 16655
Re: Texel sources available
Thanks! On Github is a version where nearly all text in english. Only the intern printer dialog is at the moment in german. MESSAGE_EMBED_DELETE = 'Really delete object?'; MESSAGE_PRINT_PRINTER = 'No printer is defined.'; MESSAGE_PRINT_DRIVER = 'There is no printer driver installed.'; FSELTITLE_PRI...
- Wed Apr 15, 2020 11:40 am
- Forum: Applications
- Topic: Texel sources available
- Replies: 88
- Views: 16655
Re: Texel sources available
gstoll wrote: Thanks! On Github is a version where nearly all text in english. Only the intern printer dialog is at the moment in german.
MESSAGE_PRINT_PRINTER = 'No printer is defined.';
MESSAGE_PRINT_DRIVER = 'There is no printer driver installed.';
- Tue Apr 14, 2020 7:55 pm
- Forum: Applications
- Topic: Texel sources available
- Replies: 88
- Views: 16655
Re: Texel sources available
My guess is that there is an issue in either the date formats or the handling of the date formats.
e.g.
German [TT].[MM].[JJJJ] is good
English [DD].[MM].[YYYY] is bad
e.g.
German [TT].[MM].[JJJJ] is good
English [DD].[MM].[YYYY] is bad
- Sun Apr 12, 2020 11:08 am
- Forum: Applications
- Topic: Texel sources available
- Replies: 88
- Views: 16655
Re: Texel sources available
Attached is the ENGLISH.INC file. I had to change the extension to allow me to attach it.gstoll wrote:It look like it is easyer to send me the changes or attach it here.PeterS wrote:I did another pull request for more translations but it doesn't seem to have worked.
- Sun Apr 12, 2020 10:58 am
- Forum: Applications
- Topic: Texel sources available
- Replies: 88
- Views: 16655
Re: Texel sources available
There seems to be a problem with date formats. When I open a s/s with a date column it shows the month like this .04.
I created a new s/s and it is the same.
I created a new s/s and it is the same.
- Thu Apr 09, 2020 9:07 am
- Forum: Hardware
- Topic: USB drivers: CD/DVD-RW support
- Replies: 25
- Views: 3713
Re: USB drivers: CD/DVD-RW support
Great work. I tried Mint USB on my Milan again a few days ago. It has not worked properly for a long time, only the earliest versions worked without mangling file names and/or for content. David G tried many times to work out why the Milan behaves differently. In the latest test even the usb loader ...
- Mon Apr 06, 2020 5:46 pm
- Forum: Applications
- Topic: Texel sources available
- Replies: 88
- Views: 16655
Re: Texel sources available
I did another pull request for more translations but it doesn't seem to have worked.
- Sun Mar 29, 2020 8:21 am
- Forum: Applications
- Topic: Texel sources available
- Replies: 88
- Views: 16655
Re: Texel sources available
No problem.
I am getting used to github at the same time. I've been using bitbucket and now Azure but not had encoding or eol issues.
I am getting used to github at the same time. I've been using bitbucket and now Azure but not had encoding or eol issues.
- Sat Mar 28, 2020 3:20 pm
- Forum: Applications
- Topic: Texel sources available
- Replies: 88
- Views: 16655
Re: Texel sources available
I had all ready forked the repo and I am working on my own fork. The problems arose when I started the Pull-Request (very odd name) and it complained about half of the lines (German char encoding) then when I got around that it thinks all the line endings have changed. Anyway I created the PR and it...
- Sat Mar 28, 2020 12:01 pm
- Forum: Applications
- Topic: Texel sources available
- Replies: 88
- Views: 16655
Re: Texel sources available
More success with IntelliJ (which I prefer because I use it every day at work).
The question is, what character set to use ?
The question is, what character set to use ?