I'm designing a GUI interface for a Tru64 Unix box with Application builder,
the code/files/libraries I must include are done in C++ however Application
Builder tries to compile and make using just a C compiler giving me numerous
errors on the c++ code.
I tried changing the compiler info in the make file to use CCC(c++) and also
cxx however it still tries to compile with CC(C compiler).
Does any one know how to force Application Builder to Compile using a C++
Compiler?