Showing content from http://reference.wolfram.com/language/tutorial/WSTPInterface3.html below:
WSTP Interface 3—Wolfram Documentation
WOLFRAM Consulting & Solutions
We deliver solutions for the AI eraâcombining symbolic computation, data-driven insights and deep technical expertise
- Data & Computational Intelligence
- Model-Based Design
- Algorithm Development
- Wolfram|Alpha for Business
- Blockchain Technology
- Education Technology
- Quantum Computation
WolframConsulting.com
The library now fully supports the Unicode character encoding forms UTF-8, UTF-16, and UTF-32. Use the following new API functions to put or get Unicode characters to or from a link. The Wolfram Symbolic Transfer Protocol (WSTP) library header file wstp.h no longer contains obsolete platform support sections such as those defined by MACINTOSH_WSTP or OS2_WSTP. MACINTOSH_WSTP definitions referred to Mac OS 9 and earlier. DARWIN_WSTP contains all platform-specific definitions for Mac OS X. All uses of special alternative names for common C types have been removed from the API. The WSTP header file wstp.h still contains versions of the API functions with these types for use with Interface 2 and older programs. Previous WSTP type C type uchar_ct unsigned char ucharp_ct unsigned char * ucharpp_ct unsigned char ** ucharppp_ct unsigned char *** ushort_ct unsigned short ushortp_ct unsigned short * ushortpp_ct unsigned short ** ushortppp_ct unsigned short *** uint_ct unsigned int uintp_ct unsigned int * uintpp_ct unsigned int ** int_ct int voidp_ct void * voidpp_ct void ** charp_ct char * charpp_ct char ** charppp_ct char *** long_ct long longp_ct long * longpp_ct long ** long_st long longp_st long * longpp_st long ** ulong_ct unsigned long ulongp_ct unsigned long * kushortp_ct const unsigned short * kushortpp_ct const unsigned short ** kuintp_ct const unsigned int * kuintpp_ct const unsigned int ** kucharp_ct const unsigned char * kucharpp_ct const unsigned char ** kcharp_ct const char * kcharpp_ct const char ** kvoidp_ct const void * The memory allocator/deallocator functions passed to the library using WSSetAllocParameter() now must be thread-safe. API functions that previously took a WSParametersPointer type as an argument or returned a WSParametersPointer type now instead take or return a char * type. API functions that took as an argument or returned a mlapi_result type now take or return type int. API functions that took as an argument or returned a mlapi_error type now take or return type int. API functions that took as an argument or returned a mlapi_token type now take or return type int. API functions that took as an argument or returned a mlapi_packet type now take or return type int. API functions that took as an argument or returned a WSPointer type now take or return void *. The WSOpen* functions previously took type long * for the error variable but now take type int *. The header file wstp.h now contains several new error definitions related to the Unicode character encoding forms. Error code Interpretation WSEPDATABAD WSTP encountered invalid character data in given character encoding WSEPSCONVERT unable to convert from given character encoding to WSTP encoding WSEGSCONVERT unable to convert from WSTP encoding to requested character encoding WSPutMessage() and WSGetMessage() now use types int and int * respectively instead of the dev_message and dev_message * types. WSSeekMark() and WSSeekToMark() now use type int rather than type long for the expression index. The functions in the following table took long types for some arguments; they now take int. WSGetReal() is now an actual API function rather than a #define alias to WSGetDouble(). WSGetReal() still has the same functionality as WSGetDouble(). WSActivate() is now an actual API function rather than a #define alias to WSConnect(). WSActivate() still has the same functionality as WSConnect(). The functions in column one listed below are now obsolete. New programs should use the functions listed in column two for replacement functionality. Interface 3 changes the default link protocol for link mode Listen and link mode Connect links. By default the WSTP library will create "SharedMemory" links for link mode Listen and link mode Connect links on all platforms.
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4