Compiling Your Finished Application with the Production Libraries

After completing development and testing of your application, you may wish to recompile and link your program with the production libraries. Because of the level of error checking and overhead needed for running the debugging system, there is a code size and speed advantage when using the development libraries with the error reporting system disabled. Once you link your application with the production libraries, the application is solely responsible for checking for and recovering from run-time errors. See Chapter 52, "Preparing Your Application for Distribution," for more information on linking with the production libraries.

Note: If you contact VCS technical support for help in solving a problem, you may be asked to relink your application with a development library to provide the information needed to solve your problem.


Home Contents Previous Next