I know it might be offtopic, but I need some help configuring RHIDE for DOS / Windows. I want RHIDE to compile .RC files, and I don't know where to configure it. In the documentation it talks about an enviroment variable, but I tried and it didn't work.
Thank you, --- Pablo Gabriel Bendersky bender@einstein.com.ar UIN : 1916679 Buenos Aires - Argentina
Pablo Bendersky wrote:
I know it might be offtopic, but I need some help configuring RHIDE for DOS / Windows.
It is, but anyway ... ;-)
I want RHIDE to compile .RC files, and I don't know where to configure it. In the documentation it talks about an enviroment variable, but I tried and it didn't work.
AFAIK, RHIDE itself does not compile anything, but it invokes compilers to do so. Probably, there is some compiler to make something with those `.rc' files.
Section 4.7 of the RHIDE documentation explains how to use the environment variable `RHIDE_COMPILE.rc.res' (assuming that you want to compile `.rc' to `.res' files) to tell RHIDE which compiler to invoke.
You get it with the command
info -f rhide.inf -n "Change the defaults of RHIDE"
Hope this helps,
Peter