Skip to content
Prev 54543 / 63424 Next

winbuilder warning message wrt function pointers

Bill,
 ? That's a very nice solution.? It is both cleaner looking and preferable to track R's .h 
files.
However, some of my routines don't have void * as the return type (two are int *), and 
Rdynload has

 ?? typedef void * (*DL_FUNC)();

Will this untruth mess anything up?

Terry T.
On 12/29/2017 10:52 AM, William Dunlap wrote: