Watcom C++ editor is not executedTag(s): Common problems
The problem :
Trying to invoke C++ editor in the user object painter by clicking on the c++ button, but there is nothing happen: no message, no IDE.
The possible solution:
Check the environment variables related to Watcom ( eg. LIB, INCLUDE and
the one about the EDITOR and make sure that there are no spaces in them
( ex. change c:\Program Files\Sybase\... to c:\Progra~1\Sybase\... ).
NOTE: Watcom C++ is no longer included with PB since v7.0 .
Home