Question and Answer Database FAQ823C.txt OWL runtime error -' except.rc not bound to .exe ' Category :OWL Platform :All Product :BC++ 5.x 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. 7/2/98 10:32:32 AM
Last Modified: 01-SEP-99