User Portlet User Portlet

Discussions
In both Interface 3 and Interface 4 the *length* parameter indicates the number of bytes used to contain the character string. The *characters* parameter indicates the number of Unicode characters encoded in the string. These two values will...
My apologies for the delay.  I had to get a 13.10 machine up and running and Mathematica 9 installed.   Add the linker flag -Wl,--no-as-needed to your link flags and it should resolve the problem. Steve
:ArgumentTypes: Manual is meaningful and is intended for use with one argument functions as follows: :Begin: :Function: bar :Pattern: Bar[i_Integer] :Arguments: i :ArgumentTypes: Manual :ReturnType: Manual :End:Mprep (the program that...
MLGetUTF8String() is not guaranteed to return a null-terminated string and one should not rely on that behavior.    One should always copy the contents of a string returned by MathLink into the applications own memory so that the library can free...