Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
WIN32API structure
Message
 
À
06/06/1997 23:24:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00035512
Message ID:
00035546
Vues:
44
> We are trying to find a workaround for this. Right now, we have been able > to make NetUserDel() works but we couldn't with NetUserAdd(). Is the best > approach to build a C program, for that specific function, that we can call > from Visual FoxPro? Yes, you need a C (or something) library in this case. There's no way around the pointer problem. Even if you manage to format a pointer properly, VFP moves memory around, so it would point to invalid information anyway. And FoxPro stores memvars differently than C, so you would have a virtually impossible task of putting together something that Windows could recognize.
Paul Russell
EMail: prussell@fox.nstn.ca
Phone: (902) 499-5043
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform