OWL NExt - Knowledge Base

[ Home | Contents | Search | Next | Previous | Up ]

OWL runtime error -' except.rc not bound to .exe '

Date: 12/1/99
Time: 10:38:24 PM

Question:

Why does my deported application that is statically built
throw an exception error "except.rc not bound to .exe".

Answer:

A statically built OWL application does not automagically include the .rc
that contains a stringtable of exception messages.
You can either add except.rc to your project and rebuild or dynamically link.
The OWL .dll will contain the needed stringtables.

Last changed: July 14, 2001