Path: csiph.com!aioe.org!.POSTED!not-for-mail From: carmelo Newsgroups: it.comp.lang.visual-basic Subject: VB6 associazioni Date: Mon, 1 Oct 2018 17:19:38 +0200 Organization: Aioe.org NNTP Server Lines: 14 Message-ID: NNTP-Posting-Host: vaW4CR2J84O18sHbJb/sVQ.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 Content-Language: it X-Mozilla-News-Host: news://news.motzarella.org:119 X-Notice: Filtered by postfilter v. 0.8.3 Xref: csiph.com it.comp.lang.visual-basic:19433 Due domande: Se in un progetto uso l'associazione esplicita o anticipata Dim xmlDocument As DOMDocument60 e nel pc del cliente non trova la libreria da errore? Se invece uso l'associazione tardiva Dim xmlDocument As Object Set xmlDocument = CreateObject("MSXML.DOMDocument") nel pc del cliente usa una qualsiasi libreria DOMDocument installata? Grazie Carmelo