I am using Open Watcom to do development for an embedded system and am starting to use C:B as the IDE. Is there a way to do the following:
1. Have all the object files in one directory? I use library code for C++ extensively and C:B rebuilds the relative paths under the debug build directory.
2. Have the project window display file names only, instead of the full path name.
3. How can I add the directive to use a .ord file? I would like to add it as an option to the linker options list. At the moment I think I can just use the extra linker commands box.
4. Same as 3, but have a HEX file generated.
5. The error files are in the main directory. How can I have them with the object files?
No major issues, so far nice job on the IDE and integration.