Re: [Rd] Patch to fix small bug in do_External and do_dotcall

2008-12-28 Thread Olaf Mersmann
Excerpts from Prof Brian Ripley's message of Sun Dec 28 15:03:28 +0100 2008: > Thank you. You do realize that your example is not passing a > NativeSymbolInfo object, don't you? I believe the intention is that you > pass 'sym'. Yes, I had originally used sym and later changed it to sym$address

Re: [Rd] Patch to fix small bug in do_External and do_dotcall

2008-12-28 Thread Prof Brian Ripley
Thank you. You do realize that your example is not passing a NativeSymbolInfo object, don't you? I believe the intention is that you pass 'sym'. I'll incoporate the patch once I have worked out an accuracy description of what it does On Sat, 27 Dec 2008, Olaf Mersmann wrote: Excerpt