|
From: Lee T. <tho...@lo...> - 2002-10-24 23:48:30
|
On Thu, 24 Oct 2002 19:36:45 -0400, you wrote: > > Is the XML DLL legally redistributable? > Don't know. I tried to look into it but I didn't find much information about > redistribution. One of the things to keep in mind is that's it's COM, so you > have to register the dll too, so just including the dll wouldn't do.. I need > to wake up early tomorrow, so here's the link to donwload the latest > version, perhaps someone will be more fructuous in redistribution agreements > then I; of note on the page "cab file for redistribution" as all other > formats would require Windows Installer 2.0 - and it be installed on the end > user's computer too. > http://msdn.microsoft.com/downloads/default.asp?url=/code/topic.asp?URL=/msd > n-files/028/000/072/topic.xml&frame=true Registering a DLL is trivial in an installer on win32; I've written tons of win32 installers professionally (and I think a couple other people here have too ;) ) so I don't think it'll be a big issue. I'll check on the XML DLL redistribution status. > __________________ > Red! > - Sebastien Caisse > > > > ------------------------------------------------------- > This sf.net email is sponsored by: Influence the future > of Java(TM) technology. Join the Java Community > Process(SM) (JCP(SM)) program now. > http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0003en > _______________________________________________ > Sc2-devel mailing list > Sc2...@li... > https://lists.sourceforge.net/lists/listinfo/sc2-devel -- Lee Thompson tho...@lo... |