Hello, |
Re: COnditionally load include files
Hi Helko,
REQUIRES THE FOLLOWING INCLUDE FILES INCLUDED BEFORE ITSELF IN THIS ORDER:
--------------------------------------------------------------------------
#include <src/lib/errorHandler.inc>
#include <src/lib/Access.inc>
---------------------- Tue Jul 20 14:21:41 2010 ----------------------
Mathias Mamsch, IT-QBase GmbH, Consultant for Requirement Engineering and D00RS
|
Re: COnditionally load include files Mathias Mamsch - Wed Jul 11 11:53:36 EDT 2012
Hi Helko,
REQUIRES THE FOLLOWING INCLUDE FILES INCLUDED BEFORE ITSELF IN THIS ORDER:
--------------------------------------------------------------------------
#include <src/lib/errorHandler.inc>
#include <src/lib/Access.inc>
---------------------- Tue Jul 20 14:21:41 2010 ----------------------
Mathias Mamsch, IT-QBase GmbH, Consultant for Requirement Engineering and D00RS
|
Re: COnditionally load include files I have a couple of master includes that include the basic stuff in the correct order. The Mains include one of them, and then any of the specialty includes they need. The Includes themselves say which other includes they are dependant, hadn't thought of doing that in the Mains. But then, I've got 32 Generic Includes and 6 project specific includes. The first 14 basic ones must be in a specific order, a few of the specialty ones depend on other specialty ones. -Louie |