Displaying 1 result from an estimated 1 matches for "shxname".
Did you mean:
  sh_name
  
1999 Jul 26
0
ESRI Shapefile reader (help with dlls)
...year       1999      
month      July      
day        3         
language   R         
> dyn.load("D:/Nicholas/shapelib-1.2.5/Sshpopen.dll")
> read.shape("D:\Nicholas\jstuff\Geotools\examples\publands")
Error in .C("SHPOpen", as.character(shpname), as.character(shxname), as.character(access),  : C/Fortran function not in load table
> is.loaded(symbol.C("SHPOpen"))
[1] FALSE
> 
Am I doing something wrong when building the dll? here are the steps I used
gcc -mno-cygwin -O2 -c Sshpopen.c
echo LIBRARY Sshpopen > Sshpopen.def
echo EXPORTS >>...