Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Multiple DBCs v. Single (Massive) DBC? Pros and Cons
Message
De
08/09/2001 13:15:12
 
 
À
07/09/2001 18:51:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00554054
Message ID:
00554294
Vues:
8
Jim is correct. Your solution works for C/C++, but not for VFP.

Additionally, macro definitions of the form:
#define max(A, B)   ((A) > (B) ? (A) : (B))
are not allowed. Maybe in VFP.next?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform