Hi friends

I've created a DLL in vfp8.i want to distribute to some software vendors .
my question is do i need to distribute vfp runtime files also along with my
DLL?

i tried using my DLL in VB on a machine which has no foxpro s/w and got
runtime errors(like activex objects cant.....etc.,)
but it worked fine when i copied vfp runtime files to the folder where my
DLL exist.
could u guys tell how you u normally distribute a DLL created in vfp.
Thanks
--
cheers

RE: distributing DLL by Leemi

Leemi
Wed Jan 05 14:54:51 CST 2005

Hi Rajani:

You need VFP8r.dll -single threaded dll
Or
VFP8t.dll- Multi threaded DLL
VFP8renu.dll
MSVCR70.dll
GDIplus.dll

You can use InstallShiled Express to distribute all these files via merge
modules.

I hope this helps.

This posting is provided "AS IS" with no warranties, and confers no rights.

Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell

Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/default.aspx?id=fh;[ln];lifeprodv
- VFP5 Mainstream Support retired June 30th, 2003
- VFP6 Mainstream Support retired Sept. 30th, 2003


>Hi friends

>I've created a DLL in vfp8.i want to distribute to some software vendors .
>my question is do i need to distribute vfp runtime files also along with
my
>DLL?

>i tried using my DLL in VB on a machine which has no foxpro s/w and got
>runtime errors(like activex objects cant.....etc.,)
>but it worked fine when i copied vfp runtime files to the folder where my
>DLL exist.
>could u guys tell how you u normally distribute a DLL created in vfp.
>Thanks
--
>cheers


RE: distributing DLL by rajani

rajani
Wed Jan 05 15:05:05 CST 2005

Thanks for that Lee.
Probably i dont need gdiplus.dll as i'm distributing DLL.when i tested
my DLL worked fine with following runtime files
VFP8r.dll,VFP8t.dll,VFP8renu.dll, MSVCR70.dll
Thanks again

"Lee Mitchell" wrote:

> Hi Rajani:
>
> You need VFP8r.dll -single threaded dll
> Or
> VFP8t.dll- Multi threaded DLL
> VFP8renu.dll
> MSVCR70.dll
> GDIplus.dll
>
> You can use InstallShiled Express to distribute all these files via merge
> modules.
>
> I hope this helps.
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> Sincerely,
> Microsoft FoxPro Technical Support
> Lee Mitchell
>
> Keep an eye on the product lifecycle for Visual FoxPro here:
> http://support.microsoft.com/default.aspx?id=fh;[ln];lifeprodv
> - VFP5 Mainstream Support retired June 30th, 2003
> - VFP6 Mainstream Support retired Sept. 30th, 2003
>
>
> >Hi friends
>
> >I've created a DLL in vfp8.i want to distribute to some software vendors .
> >my question is do i need to distribute vfp runtime files also along with
> my
> >DLL?
>
> >i tried using my DLL in VB on a machine which has no foxpro s/w and got
> >runtime errors(like activex objects cant.....etc.,)
> >but it worked fine when i copied vfp runtime files to the folder where my
> >DLL exist.
> >could u guys tell how you u normally distribute a DLL created in vfp.
> >Thanks
> --
> >cheers
>
>

RE: distributing DLL by Leemi

Leemi
Wed Jan 05 16:28:49 CST 2005

Hi Rajani:

Thank you.

Yes. If you are distributing to Windows XP or Windows 2003 Server, you
don't need GDI Plus. However, you can distribute it if you want to do so.

I hope this helps.

This posting is provided "AS IS" with no warranties, and confers no rights.

Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell

Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/default.aspx?id=fh;[ln];lifeprodv
- VFP5 Mainstream Support retired June 30th, 2003
- VFP6 Mainstream Support retired Sept. 30th, 2003

>Thanks for that Lee.
>Probably i dont need gdiplus.dll as i'm distributing DLL.when i tested
>my DLL worked fine with following runtime files
>VFP8r.dll,VFP8t.dll,VFP8renu.dll, MSVCR70.dll
>Thanks again

"Lee Mitchell" wrote:

> Hi Rajani:
>
> You need VFP8r.dll -single threaded dll
> Or
> VFP8t.dll- Multi threaded DLL
> VFP8renu.dll
> MSVCR70.dll
> GDIplus.dll
>
> You can use InstallShiled Express to distribute all these files via merge
> modules.
>
> I hope this helps.
>
> This posting is provided "AS IS" with no warranties, and confers no
rights.
>
> Sincerely,
> Microsoft FoxPro Technical Support
> Lee Mitchell
>
> Keep an eye on the product lifecycle for Visual FoxPro here:
> http://support.microsoft.com/default.aspx?id=fh;[ln];lifeprodv
> - VFP5 Mainstream Support retired June 30th, 2003
> - VFP6 Mainstream Support retired Sept. 30th, 2003
>
>
> >Hi friends
>
> >I've created a DLL in vfp8.i want to distribute to some software vendors