Hi, this is a bit beyond my capabilituies as a programmer but: I am trying to write a reader module (ie a module with which to import data from the code I use to generate data (a library called "FOAM")), which seems fairly easy. My first problem is that as I want to link dx-libraries to the code I use there is a Class name ambiguity: Both libraries uses classes Field, Array etc. I guess I have to distinguish them by using 'namespace'. FOAM uses the namespace 'foam' but is there a namespace defined in DX? Of course i am open to other sugestions. (Why on earth do people not use prefixes??)
Niklas
