Quote:
Originally Posted by Whistler
(and I think PM is already in this place due to MegaHAL and Metamod)
|
Yes I was thinking the same. If metamod is under GPL and PM is linking to metamod, his program
must be under GPL too.
Quote:
Originally Posted by Whistler
That's good thing  But I don't think I need all the CFG, XML and INI parsing code. Only one format is enough I think.
|
Only CFG special function is loadCFG and save CFG. Same for INI and XML. All other functions are same for all filetypes. the data from CFG/XML/INI fileas are represented in memory same, so for example you may load from CFG and save to XML (but it is not recommended)