From a8a80d9a1a84c2c5f605f6630dc804f3631e7a9f Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Fri, 27 Jul 2007 08:01:00 -0700 Subject: Version abc70727 --- src/base/main/main.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/base/main/main.c') diff --git a/src/base/main/main.c b/src/base/main/main.c index 1c6cbcb0..8f43c605 100644 --- a/src/base/main/main.c +++ b/src/base/main/main.c @@ -237,7 +237,13 @@ usage: Synopsis [Initialization procedure for the library project.] - Description [] + Description [Note that when Abc_Start() is run in a static library + project, it does not load the resource file by default. As a result, + ABC is not set up the same way, as when it is run on a command line. + For example, some error messages while parsing files will not be + produced, and intermediate networks will not be checked for consistancy. + One possibility is to load the resource file after Abc_Start() as follows: + Abc_UtilsSource( Abc_FrameGetGlobalFrame() );] SideEffects [] -- cgit v1.2.3