July 16, 2007
Just a quick note - I've recently started using the Windows API, and two minor
issues have popped up regarding the RCC:
-DMC handles resource files by calling RCC to compile them, which compiles a
.res file - but then DMC looks for a .obj file.
-RCC doesn't find windows.h unless called on its own and with the -32 flag.

Nothing I couldn't work around, but may be worth fixing for the sake of
completion I s'pose? Is there anything I can do to change how they behave by
default now?
I've been using the Digital Mars C++ compiler while learning C++ throughout
this year; great compiler as far as I can tell, I'll buy the CD when I can.

Laters,
-Greg