Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to call an xml JDEdwards DLL
Message
 
 
To
20/06/2001 03:09:01
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00520900
Message ID:
00521495
Views:
16
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
Previous
Reply
Map
View

Click here to load this message in the networking platform