Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating and Using a DLL created in VFP.
Message
From
06/08/1999 10:04:55
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00250303
Message ID:
00250641
Views:
23
Fred,

<*< I'm using VFP 6.0 Sp3.

All I was looking for was a way of neatly breaking a large application down into several small files so hat upgrades and bug fixes would be easy. DLL's looked like they would be the neatest. I will just go with EXE's. >*>

Good news. You can do just that.

Just chop your app into the most logical 'pieces' that make sense for you and compile than as DLLs. THen, you can either register them on your local machine or a network and/or distribute them with your app. In your app just use CREATEOBJECT() to instantiate them and you're essentially good to go.

IOW, you can do what you indicate you'd like to do.

Bet,
Best,


DD

A man is no fool who gives up that which he cannot keep for that which he cannot lose.
Everything I don't understand must be easy!
The difficulty of any task is measured by the capacity of the agent performing the work.
Previous
Reply
Map
View

Click here to load this message in the networking platform