Hi,

Is there a way to determine if a DLL exists or is installed?
Most reside in Windows\System32 but some others are installed on
WINDOWS\WinSxS subdirectories.

Thanks.
Demetrios, Greece

Re: How to determine if a DLL exists or is installed by Josh

Josh
Mon Feb 06 23:01:17 CST 2006

Is it a com or activex?

probably just test for it's declare in try/catch/fail...



On Tue, 7 Feb 2006 06:12:19 +0200, "Demetrios Panayotakopoulos"
<d.g.pan_@my.hol.gr> wrote:

>Hi,
>
>Is there a way to determine if a DLL exists or is installed?
>Most reside in Windows\System32 but some others are installed on
>WINDOWS\WinSxS subdirectories.
>
>Thanks.
>Demetrios, Greece
>


--- AntiSpam/harvest ---
Remove X's to send email to me.

Re: How to determine if a DLL exists or is installed by dpan

dpan
Tue Feb 07 02:34:11 CST 2006

Hi Josh,

There are C++ RunTime Libraries from Visual Studio 8.
I also can not use try/catch beause I use VFP 6.0

Demetrios, Greece

"Josh Assing" <XjoshX@jAssing.com> wrote in message
news:cbagu1doaebvkbvrr8te9ij4r6ka2np4ji@4ax.com...
> Is it a com or activex?
>
> probably just test for it's declare in try/catch/fail...
>
>
>
> On Tue, 7 Feb 2006 06:12:19 +0200, "Demetrios Panayotakopoulos"
> <d.g.pan_@my.hol.gr> wrote:
>
>>Hi,
>>
>>Is there a way to determine if a DLL exists or is installed?
>>Most reside in Windows\System32 but some others are installed on
>>WINDOWS\WinSxS subdirectories.
>>
>>Thanks.
>>Demetrios, Greece
>>
>
>
> --- AntiSpam/harvest ---
> Remove X's to send email to me.