[ Home | Contents | Search | Next | Previous | Up ]
Date: 12/1/99
Time: 10:38:24 PM
Why does my deported application that is statically built
throw an exception error "except.rc not bound to .exe".
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.