RC File editor and include directories
Open
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 16
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
The project definition has additional include paths as $(PROJECTDIR)\..\..;$(PROJECTDIR)\..,
The D:\dev\test\build\my,rc file has:
#include "sub/versions.h"
The layout is:
D:\dev\test\build\ocide\stuff.exe.cpj
D:\dev\test\sub\versions.h
OCIDE says on editing that file:
---------------------------
Fatal RC File error
---------------------------
Error D:\dev\test\build\ocide\my.rc(3): Cannot open file "sub/versionsn.h" for read access
---------------------------
OK
---------------------------
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the failure using my.rc, stuff.exe.cpj, and sub/versions.h with the additional include paths shown in the issue. Start by tracing how the RC file editor resolves the include "sub/versions.h"; done means the editor opens the resource without reporting that the included file cannot be read.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100