Displaying 3 results from an estimated 3 matches for "dlbasics".
Did you mean:
basics
1999 Feb 23
1
DLL's
I'm using Borland C++ for windows version 4.51 to export functions
in a dll to R but i've encountered the following problems
-- R crashes when function has more than one parameter
-- Array subscripts in C++ code access wrong elements
-- dll is not portable to different computer .i.e R (dyn.load) will only
call the dll on the the machine the dll was compiled on
Does the dll need
1998 Mar 15
5
R-beta: R with gnuwin32
...han/software/gnu-win32).
The same dll's work with Xlisp-Stat. Then, I rebember something posted
by Luke Tierney somewhere about dll's and the Watcom compiler.
I took a look to his pages and found out that perhaps the problem is not
ecgs but Watcom
( http://stat.umn.edu/~luke/xls/projects/dlbasics/dlbasics.html).
No dyn.load means no additional packages. Since I don't want
to buy a commercial compiler to support free software, this
morning I tried to recompile the 0.61.1 distribution with
egcs. Now, after more than 10000 grep's to understand
the differences between the windows sour...
1998 Mar 15
5
R-beta: R with gnuwin32
...han/software/gnu-win32).
The same dll's work with Xlisp-Stat. Then, I rebember something posted
by Luke Tierney somewhere about dll's and the Watcom compiler.
I took a look to his pages and found out that perhaps the problem is not
ecgs but Watcom
( http://stat.umn.edu/~luke/xls/projects/dlbasics/dlbasics.html).
No dyn.load means no additional packages. Since I don't want
to buy a commercial compiler to support free software, this
morning I tried to recompile the 0.61.1 distribution with
egcs. Now, after more than 10000 grep's to understand
the differences between the windows sour...