Displaying 1 result from an estimated 1 matches for "lhhctrl".
Did you mean:
hhctrl
2005 Oct 27
1
R-devel CHTML problem
....def
echo HtmlHelpA at 16 >> hhctrl.def
dlltool --as as -k --dllname hhctrl.ocx --def hhctrl.def
--output-lib libhhctrl.a
gcc -I "C:/Program Files/HTML Help Workshop/include" -c Rchtml.c -o
Rchtml.o
gcc --shared -s -o Rchtml.dll Rchtml.def Rchtml.o -L. -lhhctrl
cp Rchtml.dll ../../../bin/Rchtml.dll
...
I am not sure if this is a problem with my particular setup (version of
hhctrl.ocx perhaps, which BTW is 5.2.3790.309) or a bug in R-devel. Again,
I do not understand the CHTML building process at all, so it is hard for me
to figure out what i...