Quote:
Originally Posted by DaleDe
To make the object oriented paradigm work you actually need separate extensions for each form of DRM since a different program needs to be launched to read it.
|
Not necessarily - you could just as well provide a single header-element that specifies the type of DRM used. Then you would have to start an interpreter (read header) which starts the corresponding DRM-reader.
But I agree that different file extensions would be better (can you imagine the amount of support-requests resulting from it otherwise?)