Try the sysinternals process explorer. It's free at sysinternals.com (which takes you to Microsoft who now own them). you can view the dlls involved and may be able to identify if any are missing.
David Bolton ----- Original Message ----- > To summarise... I have now a working proto which does a dynamic > connection with the database and takes care of the relative path. > However for some reason when I drop a SpeechToText component in the > application, it fails to fire in the other WindowsXP service pack 2 > PC. It works fine on my PC which is also a WindowsXP SP2 > > Regards > Anu Rang, TotallyFreeEnergy > http://totallyfreeenergy.freehoxt.com > > > --- In [email protected], "Anu Rang" <[EMAIL PROTECTED]> > wrote: >> >> I didn't mess with the connected property at all. I figured that If > I >> call the Open method then automatically this property would be > updated. >> Hope I am right in this line of logic. I was also setting the other >> properties like DataSource and connection dynamically as and when >> needed. Thank you for your input. >> >> Anu Rang, TotallyFreeEnergy >> http://totallyfreeenergy.freehoxt.com >> >> --- In [email protected], "iqbal_delphidev" >> <iqbal_delphidev@> wrote: >> > >> > yaa it might cause due to ADOConnection component. >> > If you have made ADOConnection.Connected := True, at design time > it >> > will cause this type of problem. >> > Just open your project and make ADOConnection.Connected := False >> > (which is default). And then try out. >> > >> > Thanks >> > Iqbal >> >

