Please forgive if this problem has already been
reported.
cc++ version
1.07
It would seem that
the Process.h is missing the
statement:
class
CCXX_CLASS_EXPORT Process;
so that the Process class is visible in the windows
import library.
Symptoms are that
any program that uses any of the
Win32 supported methods such as spawn fails to link due to an
unresolved reference.