Welcome, Guest. Please login or register.

Author Topic: How did datatypes work?  (Read 7187 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline sim085Topic starter

  • Hero Member
  • *****
  • Join Date: Aug 2008
  • Posts: 958
    • Show all replies
How did datatypes work?
« on: September 09, 2010, 03:09:25 PM »
Hello, Is there a good explanation of how data types worked? Also was this the default way how files where handled/opened on workbench?
 

Offline sim085Topic starter

  • Hero Member
  • *****
  • Join Date: Aug 2008
  • Posts: 958
    • Show all replies
Re: How did datatypes work?
« Reply #1 on: September 09, 2010, 05:30:40 PM »
Quote from: Piru;578479
http://en.wikipedia.org/wiki/Amiga_support_and_maintenance_software#Datatypes
Yes, but is there any documentation of how this worked internally and how I might develop a new datatype?
 

Offline sim085Topic starter

  • Hero Member
  • *****
  • Join Date: Aug 2008
  • Posts: 958
    • Show all replies
Re: How did datatypes work?
« Reply #2 on: September 09, 2010, 07:19:52 PM »
Quote from: Piru;578509
http://aminet.net/package/dev/c/C_V44-DT


First of all thank you very much for your help.

Quote from: Piru;578509
You should be more specific in your questions then. There most certainly is.


Sorry for not being specific. What I am looking for is an explanation of how datatypes work. For example what happens when the user clicks on a file? How does the system know which datatype is responsable for which file? Does it loop through every installed datatype and each datatype opens the file (or part of the file) to determine if it is responsable for it?

I am not an experianced amiga user and therefore do not know where to look for this information. I will see the code of that datatype but not sure if I'll be able to understand it.

Thanks again.