Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Will FoxPro Windows 2.6 run on NT4.0
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00106121
Message ID:
00106473
Vues:
28
Once you get past your divide by zero error, please be aware that some conditions that Windows 3.x ( the design platform for FPW ) are now grabbed by the 32 bit OS. For example, if you attempt to 'ERASE filex' and filex is in use, Windows 3.x would pass a nasty back to FPW. Windows NT puts its own modal dialog up and FPW doesn't know anything untoward has occurred. What we have done in pseudo-code is:

if file(filex)
lnx=fopen(filex)
if fclose(lnx)
erase filex
endif
endif

Windows NT will pass back a return code to the fopen() / fclose(). Just a heads up...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform