Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Distributed Development
Message
From
29/10/2002 14:53:40
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
29/10/2002 13:26:44
Norman Avila
Universal Computadora Guatemala, S.A.
Guatemala, Guatemala
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00716277
Message ID:
00716598
Views:
15
>Hilmar:
>Gracias, Esta es una:
>how do you manage to know the last program compiled ?,

ADIR() will give you the names of the EXEs. Loop through the array, strip the "root" part (for instance, from MyApp0001.exe, I am only interested in the number, 0001 - see also juststem() function), and get the highest number.

Since you are interested in the idea, I will send you the loader tomorrow. But there are also loaders in the download area.

>Y la otra ...
>does this will work to have a exe that calls the app file and that call each scx or frm etc. ?

I prefer to have a single monolithic (perhaps large) EXE, since splitting it up is quite a bit of work.

>Vos haces todas tus aplicaciones sobre VFP con tablas de VFP/dbc o cliente servidor ?

I don't currently use client/server, only native tables. But that shouldn't affect the distribution of the executable.

Saludos, Hilmar.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform