Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can i build a vfp dll?
Message
 
To
26/12/2000 11:03:30
Héctor Lizarraga
Gobierno Del Edo de Querétaro
Querétaro, Mexico
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00456837
Message ID:
00456852
Views:
27
>Thanks Vlad, the thing is that i am considering making EXEs for each module of the current project (they are a lot!) instead of just using the .prg or .scx. I want each of these modules to communicate with the Main form (wich include the global menus) trough this dll. Well I guess this is OK, dont you? Where can i get information about this?
>
>Thanks
>Héctor L.


Probably you better use .apps then.
Then you don't have the runtime module build in all the exes, but only in the main file which should be an exe file then.

If you start another app, then you can use it as if you where calling a prg.
So public vars are exchanged.

If you set in the main prg of the second app something like set procedure too ... additive, then you can use the procedures from the second app also in the first one. That also works with set classlib etc.
Previous
Reply
Map
View

Click here to load this message in the networking platform