Thread overview
Include path for RS32?
Sep 16, 2003
Lars Hesselberg
Sep 16, 2003
Jan Knepper
Sep 19, 2003
Lars Hesselberg
September 16, 2003
Is it possible to specify path(s) for include files used by a x.RC?


September 16, 2003
RC as well as RCC have an INCLUDE path option.



Lars Hesselberg wrote:
> Is it possible to specify path(s) for include files used by a x.RC?
> 
> 

-- 
ManiaC++
Jan Knepper

September 19, 2003
In article <bk78tb$2nj0$1@digitaldaemon.com>, Jan Knepper says...
>
>RC as well as RCC have an INCLUDE path option.
>
>
>
Yes, that is correct, but the question was about the RS32 (ResourceWorkshop). I am asking because I have a resource (.RC) from Borland C thats includes several dialogs from other directories and also includes some other .H files from another directory. The include statements are without path specification and should be searched like the compiler does.

Best regards
Lars.