PDA

View Full Version : U96 sources loading


Kaiousama
15th February 2004, 15:08
I've downloaded the latests U96 sources from corecodec project page, i've unzipped the file and tried to open the .dpr project file into my Delphi7 Enterprise IDE.

Delphi said some components are not present in my system so i can't compile the opened files.

Later, i've founded that tntUicodeControls and DSPack are needed because some controls are from these packs.

But still some errors are occurring opening the sources...the question is:

Which are the required components needed in addition to standard Delphi7 controls? (maybe a little install.txt in sources package would be a good idea)

Thanks

[edit] Delphi reported missing classes are: TspWebBrowser, TXMLDocument

unmei
18th February 2004, 17:16
quick reply:

psvWebBrowser is from Author:
Serhiy Perevoznyk
Belgium
serge_perevoznyk@hotmail.com
(dont have a url at hand right now, you'll most likely find in some delphi component repository like torry's delphi pages, mabe under the name "FastWebLib")

TXMLDocument : i have xmldom, XMLIntf, XMLDoc, psvBrowser, psvXML (among others) in my mainU uses clause. i think it is (xmldom, XMLIntf, XMLDoc) (which are delphi's own usnits) for the xml stuff, psvXML is probably only for the synthax highlighting in the editor field (or not even used anymore).

im sorry, i plan for a long time to compile a proper "uses/licenses" file, but i never arrived. i'll make an effort to have one in the next source release


it uses the microsoft xml dom, but one of the others choosable in delphi (there are like 3 selectable for a Txmldocument) should work too, with limited features or changed behaviour (i used the open one for a long time then switched).
you can also ask me stuff via email (i think you have my school mail, else mynick at matroska org) but long answers have to wait - i enter a end-semester tests marathon tomorrow :/