Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to call an xml JDEdwards DLL
Message
 
 
À
20/06/2001 03:09:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00520900
Message ID:
00521495
Vues:
17
Dimitris,

C/C++ is a strongly typed language, meaning that at compile time things are checked to make sure you are using the correct type of variables. In C/C++ there are lots of ways to create character strings. char *, char [], CString are the most common. The (void*) cast means to convert it to a typeless pointer.

In VFP this is just a string memvar.

>Thank you very much for the response. I couldn't understand the "(void*)pszXML". How comes that this is just a string? Shouldn't be "(char*)pszXML". Sorry for my very limited knowledge of C.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform