On Tue, 7 Jul 2009, chris wrote:
On enabling libR for Windows:
I had a look around the internet. Perhaps we could create our
wrappers
with relaytool
http://autopackage.org/apbuild-relaytool.php and make
them portable using libtdl
http://developer.apple.com/documentation/developertools/glibtool/libtool_....
But I didn't test them.
Thanks for the reference. I'll take a look.
> Ah, good. But note that
>
> -static int Rinit;
> +static int Rinit=0;
thanks, i'm quite new to C, and there are a lot of subtleties
like this.
Geek note: Nobody who sees how you handle pointers would think you
were new to C!
Allin.