Search found 50 matches
- Tue Apr 15, 2014 3:58 pm
- Forum: General AmigaOS
- Topic: Do I have the latest "<whatever>"?
- Replies: 11
- Views: 4280
Re: Do I have the latest "<whatever>"?
Anyway, the files in "Appdir" and "AppPaths" point to the right location (Work:Utilities/Dockies) so is AmiUpdate checking them or not? AmiUpdate uses the paths the developers have put into the AmiUpdate database and which is displayed in the log file. Two examples, but the log ...
- Mon Mar 31, 2014 7:13 pm
- Forum: General Developer Support
- Topic: Soft-Interrupt passing messages to a Process.. examples?
- Replies: 7
- Views: 4504
Re: Soft-Interrupt passing messages to a Process.. examples?
1= ExecInputHandler() /*called from input.device as a Soft-Interrupt*/ I am quite sure that an input handler of input.device is not called during an interrupt. IMHO input.device uses an interrupt data structure solely because a struct Hook didn't yet exist in Kickstart 1.3. Yes, it's a simple funct...
- Sun Mar 23, 2014 3:36 pm
- Forum: SDK Support
- Topic: Utility Library autodoc oversight
- Replies: 5
- Views: 6949
Re: Utility Library autodoc oversight
It is, but here: - the autodoc gives no synopsis for SNPrintf() and ASPrintf() at all (looks like the functions don't even exist); - looking for SNPrintf() under "V" in the functions list is confusing at best - it's different from, for example, AllocSysObject() where both versions are eas...
- Thu Mar 20, 2014 6:15 pm
- Forum: SDK Support
- Topic: Utility Library autodoc oversight
- Replies: 5
- Views: 6949
Re: Utility Library autodoc oversight
The current public autodoc for the Utility Library omits description for functions SNPrintf() and ASPrintf() - only VSNPrintf() and VASPrintf() are documented. To add to the confusion, VSNPrintf() and VASPrintf() give code examples that instead use SNPrintf() and ASPrintf(), respectively. Isn't it ...
- Thu Mar 20, 2014 4:08 pm
- Forum: Platform: AmigaOne XE and MicroA1-C
- Topic: Booting into WB with sii3114 with UBOOT 1.1.4 on micro
- Replies: 19
- Views: 30512
Re: Booting into WB with sii3114 with UBOOT 1.1.4 on micro
That one doesn't support SFS either.Hypex wrote:The only thing I know to not support DOS7 is the Parthenope Linux bootloader for the Sam.
(AFAIK it supports the incompatible AROS SFS version, probably for booting AROS, but it doesn't support the AmigaOS SFS.)
- Thu Mar 20, 2014 3:22 pm
- Forum: AmigaOS Feature Requests
- Topic: [DEFUNCT]: Locale already handles this properly...
- Replies: 3
- Views: 3118
Re: Dynamic Languages selection for preferred language in Lo
I'd like to see the list remaining unchanged with codeset selection seperate/after Language selection, That's not possible since there is only a single codeset used for everything (keyboard input, the 8 bit fonts used in IGraphics->Text() output, default codeset for loading and converting catalogs,...
- Wed Mar 19, 2014 7:52 pm
- Forum: AmigaOS Feature Requests
- Topic: Better application.library support in system components
- Replies: 25
- Views: 16249
Re: Better application.library support in system components
@ salass00 You don't need to override the message port size either. I hope you're sure about that :-) He is correct, but you may get a problem with it since something seems to be missing in the autodoc: arexx.class frees the port, no matter if it's a port it created it itself (when AREXX_HostName i...
- Sat Mar 15, 2014 4:11 pm
- Forum: General Developer Support
- Topic: list of all FS indentificators
- Replies: 16
- Views: 8227
Re: list of all FS indentificators
Ram-handler is not a file system you can use on HD partitions, floppy disks, etc., therefore it doesn't need a DOSType and may not have any at all.kas1e wrote:Is there possibility to get from doslist->dol_misc.dol_volume.dol_DiskType that volume in question are RAM:
- Sat Mar 15, 2014 4:02 pm
- Forum: General Developer Support
- Topic: list of all FS indentificators
- Replies: 16
- Views: 8227
Re: list of all FS indentificators
As far as i know, os3.x have some SFS\1 already (someone says it was your one too, just for os3.x?). That person is probably confused and is thinking of SFS\2 which is supported in Joerg's m68k version as well as the AmigaOS 4.x version. At least I've never heard of any SFS\1. Some early beta versi...
- Fri Mar 14, 2014 6:20 pm
- Forum: Platform: AmigaOne X1000
- Topic: X-CAD XCAD on X1000?
- Replies: 2
- Views: 3028
Re: X-CAD XCAD on X1000?
Is anyone successfully running X-CAD on the X1000 platform? I am trying to run it and X-CAD reports it is an NTSC version only and shuts down. Tried all display modes and have not been able to overcome this issue. Suggestions/hints? I don't know what X-CAD uses to check if the system is PAL or NTSC...