Displaying 2 results from an estimated 2 matches for "libhhctrl".
2005 Oct 27
1
R-devel CHTML problem
...m is with the Rchtml.dll (as 2 above suggests). If I simply
replace the Rchtml.dll in the bin directory of version 2.3 with Rchtml.dll
from version 2.2 everything works fine!!
2. Rchtml.dll is being built in the .../R-devel/src/gnuwin32/help folder.
The contents of this folder is:
Makefile libhhctrl.a Rchtml.c hhctrl.def Rchtml.o
MkChmDll logo.bmp Rchm.css Rchtml.dll* R.stp
This is identical to the corresponding help folder in R-patched.
3. All files in the help folders in both versions are identical (under
diff) except: libhhctrl.a and Rchtml.dll
4. Doing ar -t libhhc...
2002 Feb 05
1
htmlhelp() question
I wonder if anyone who has worked on the win32 version of
R could help me with a HtmlHelp question?
When you're building a win32 program using mingw (in my
case, cross-compiling under GNU/Linux), what import
library do you use to link against the HtmlHelp()
function? I have got a copy of MS's htmlhelp.lib, but
mingw doesn't seem to like this format; it wants an
archive in .a format.