Paul Wessel
University of Hawaii
Followers: 0 Following: 0
Feeds
已回答
Returning and passing void pointers to mex functions
Thanks to all for feedback. In the end we went with static uintptr_t *pPersistent; /* To store API address back and fo...
Returning and passing void pointers to mex functions
Thanks to all for feedback. In the end we went with static uintptr_t *pPersistent; /* To store API address back and fo...
7 years 前 | 0
提问
Returning and passing void pointers to mex functions
I have several C functions. A "create" function creates a large C structure and passes back a void * pointer to it. The other ...
11 years 前 | 4 个回答 | 0
4
个回答提问
How to handle version mismatch in shared libraries
I am trying to build a mex file that links with a shared external library that itself links to a shared netcdf library. However,...
11 years 前 | 0 个回答 | 0