VFP7 XPSP2
Is there a way of running a DLL compiled with VFP on internet server without
rigistering the DLL On the server?

Samir Ibrahim

Re: run not registered dll made with VFP on internet server by Fred

Fred
Tue Oct 31 08:51:09 CST 2006

No.

--
Fred
Microsoft Visual FoxPro MVP


"Samir Ibrahim" <samir.ibrahim@wilcopm.com> wrote in message
news:uZi6SCP$GHA.4524@TK2MSFTNGP04.phx.gbl...
> VFP7 XPSP2
> Is there a way of running a DLL compiled with VFP on internet server
> without rigistering the DLL On the server?
>
> Samir Ibrahim
>
>



Re: run not registered dll made with VFP on internet server by AA

AA
Tue Oct 31 09:08:40 CST 2006

If the dll is in the same folder as the exe, that's where VFP will search
first, without the dll being registered. Works for the runtime dlls in any
case.
-Anders

"Samir Ibrahim" <samir.ibrahim@wilcopm.com> skrev i meddelandet
news:uZi6SCP$GHA.4524@TK2MSFTNGP04.phx.gbl...
> VFP7 XPSP2
> Is there a way of running a DLL compiled with VFP on internet server
> without rigistering the DLL On the server?
>
> Samir Ibrahim
>
>



Re: run not registered dll made with VFP on internet server by Fred

Fred
Tue Oct 31 09:23:01 CST 2006

Yes, but not for a VFP created DLL. I'm pretty sure there has to be an
entry in the registry to "find" it since it's looking for a class name, not
particularly a file name.

--
Fred
Microsoft Visual FoxPro MVP


"AA" <A@A> wrote in message news:%23cuiz7P$GHA.3456@TK2MSFTNGP02.phx.gbl...
> If the dll is in the same folder as the exe, that's where VFP will search
> first, without the dll being registered. Works for the runtime dlls in any
> case.
> -Anders
>
> "Samir Ibrahim" <samir.ibrahim@wilcopm.com> skrev i meddelandet
> news:uZi6SCP$GHA.4524@TK2MSFTNGP04.phx.gbl...
>> VFP7 XPSP2
>> Is there a way of running a DLL compiled with VFP on internet server
>> without rigistering the DLL On the server?
>>
>> Samir Ibrahim
>>
>>
>
>



Re: run not registered dll made with VFP on internet server by AA

AA
Tue Oct 31 09:41:41 CST 2006

Yes that's true. Wouldn't work for a COM server.

-Anders

"Fred Taylor" <ftaylor@mvps.org!REMOVE> skrev i meddelandet
news:e72O0BQ$GHA.4428@TK2MSFTNGP04.phx.gbl...
> Yes, but not for a VFP created DLL. I'm pretty sure there has to be an
> entry in the registry to "find" it since it's looking for a class name,
> not particularly a file name.
>
> --
> Fred
> Microsoft Visual FoxPro MVP
>
>
> "AA" <A@A> wrote in message
> news:%23cuiz7P$GHA.3456@TK2MSFTNGP02.phx.gbl...
>> If the dll is in the same folder as the exe, that's where VFP will search
>> first, without the dll being registered. Works for the runtime dlls in
>> any case.
>> -Anders
>>
>> "Samir Ibrahim" <samir.ibrahim@wilcopm.com> skrev i meddelandet
>> news:uZi6SCP$GHA.4524@TK2MSFTNGP04.phx.gbl...
>>> VFP7 XPSP2
>>> Is there a way of running a DLL compiled with VFP on internet server
>>> without rigistering the DLL On the server?
>>>
>>> Samir Ibrahim
>>>
>>>
>>
>>
>
>



Re: run not registered dll made with VFP on internet server by Samir

Samir
Wed Nov 01 03:33:27 CST 2006


"Fred Taylor" <ftaylor@mvps.org!REMOVE> wrote in message
news:e72O0BQ$GHA.4428@TK2MSFTNGP04.phx.gbl...
> Yes, but not for a VFP created DLL. I'm pretty sure there has to be an

Is your answer restricted to VFP? i can do the DLL by VB and i will run it
on the server using ASP.

> entry in the registry to "find" it since it's looking for a class name,
> not particularly a file name.
>
> --
> Fred
> Microsoft Visual FoxPro MVP
>
>
> "AA" <A@A> wrote in message
> news:%23cuiz7P$GHA.3456@TK2MSFTNGP02.phx.gbl...
>> If the dll is in the same folder as the exe, that's where VFP will search
>> first, without the dll being registered. Works for the runtime dlls in
>> any case.
>> -Anders
>>
>> "Samir Ibrahim" <samir.ibrahim@wilcopm.com> skrev i meddelandet
>> news:uZi6SCP$GHA.4524@TK2MSFTNGP04.phx.gbl...
>>> VFP7 XPSP2
>>> Is there a way of running a DLL compiled with VFP on internet server
>>> without rigistering the DLL On the server?
>>>
>>> Samir Ibrahim
>>>
>>>
>>
>>
>
>



Re: run not registered dll made with VFP on internet server by Fred

Fred
Thu Nov 02 19:01:25 CST 2006

*Most* DLLs have to be registered in order to work. The final answer on
this would be "It Depends". <s>

--
Fred
Microsoft Visual FoxPro MVP


"Samir Ibrahim" <samir.ibrahim@wilcopm.com> wrote in message
news:unsyKmZ$GHA.4212@TK2MSFTNGP02.phx.gbl...
>
> "Fred Taylor" <ftaylor@mvps.org!REMOVE> wrote in message
> news:e72O0BQ$GHA.4428@TK2MSFTNGP04.phx.gbl...
>> Yes, but not for a VFP created DLL. I'm pretty sure there has to be an
>
> Is your answer restricted to VFP? i can do the DLL by VB and i will run it
> on the server using ASP.
>
>> entry in the registry to "find" it since it's looking for a class name,
>> not particularly a file name.
>>
>> --
>> Fred
>> Microsoft Visual FoxPro MVP
>>
>>
>> "AA" <A@A> wrote in message
>> news:%23cuiz7P$GHA.3456@TK2MSFTNGP02.phx.gbl...
>>> If the dll is in the same folder as the exe, that's where VFP will
>>> search first, without the dll being registered. Works for the runtime
>>> dlls in any case.
>>> -Anders
>>>
>>> "Samir Ibrahim" <samir.ibrahim@wilcopm.com> skrev i meddelandet
>>> news:uZi6SCP$GHA.4524@TK2MSFTNGP04.phx.gbl...
>>>> VFP7 XPSP2
>>>> Is there a way of running a DLL compiled with VFP on internet server
>>>> without rigistering the DLL On the server?
>>>>
>>>> Samir Ibrahim
>>>>
>>>>
>>>
>>>
>>
>>
>
>