On May 2, 2013, at 7:30 PM, Bob Delaney wrote: > How does one get a Cstring from a REALstringData object?
Not sure what you would mean, given the REALstringData structs tells you so: REALstringData* data; const char* myCString = (const char*)data->data; not sure if data->data is null terminated, but data->data represents the CString. - Alfred Van Hoek [email protected] http://vanhoekplugins.com _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
