Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
#INCLUDE problems....
Message
De
01/11/1999 17:09:48
 
 
À
01/11/1999 17:03:05
Paul Wyett
Resource Link Software
Calgary, Alberta, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00285084
Message ID:
00285112
Vues:
23
>Another example that doesn't work
>
>file test.h
>
>#define user 5
>messagebox(user)
>
>*end file
>
>#include test.h
>
>Nothing happens, is the code in the test file not called as if it were in the program itself? The calling program just runs right by and uses nothing from the header file that I am trying to include.
>
>Paul

The above example doesn't work because the code will not be included from the header file. The messagebox should be in the prg. If you put it in the prg, does it work?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform