ascii.datatype source code

Report errors, omissions, etc. regarding the AmigaOS Documentation Wiki here.
Post Reply
User avatar
gdridi
Posts: 114
Joined: Sat Aug 11, 2012 11:17 am
Contact:

ascii.datatype source code

Post by gdridi »

Hello,

I need to modify ascii.datatype just a little.

There’s some source code on the Wiki on Writing datatypes:
https://wiki.amigaos.net/wiki/Writing_Datatype_Classes

But how to compile a datatype like ascii.datatype?

Does it need a library structure somewhere with a Resident structure to form a module?

I would like to display from right to left.

Help needed because there’s few complete source to executable? or library module on Wiki.

Sincerely yours,

DGILLES - Arabic console os4depot.net -
chris
Posts: 574
Joined: Sat Jun 18, 2011 12:05 pm
Contact:

Re: ascii.datatype source code

Post by chris »

They are just libraries like any other.

Best option is to look at some example source, eg https://aminet.net/package/util/dtype/binary_dt_os4
User avatar
gdridi
Posts: 114
Joined: Sat Aug 11, 2012 11:17 am
Contact:

Re: ascii.datatype source code

Post by gdridi »

Thank you a lot.
Will have a look.
DGILLES
Post Reply