Home
Developer Resources
QNX RTOS v4
QNX RTOS v4 Knowledge Base

QNX RTOS v4 Knowledge Base

Foundry27
Foundry27
QNX RTOS v4 project
Resources

QNX RTOS v4 Knowledge Base

Title Error "wpp386 : no license" in QNX4
Ref. No. QNX.000004781
Category(ies) Installation, Development, Configuration
Issue We are trying to compile our C++ code in QNX4 using the Watcom 10.6 compiler. Every time we try to compile our code we get:

wpp386 : no license

We installed our license when we installed Watcom.


Solution The C++ license will need to be installed from floppy.  Since they are different products, it's on a different floppy than the C license.  The C compiler license does not include the C++ libraries or licenses.  These must be purchased in addition to the C package.

Use the 'license' utility to get the C++ license off of the floppy and 'license -r' to refresh the licenses in memory.

The C package is required for the C++ compiler to function, as the C package contains the compiler and other utilities that are not a part of the C++ package.

Also, ensure nameloc is running on at least one of the computers on the network. If there is no nameloc running, a number of QNX products such as the TCP/IP Socket and Watcom will not be able to run.

See Also: QNX Installation & Configuration
See Also: License in QNX OS Utilities - A to M