Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::app::deadstart::PRELOAD Macro
C++
#define PRELOAD(name) PRIORITY_PRELOAD(name,DEFAULT_PRELOAD_PRIORITY)

This is the most basic way to define some code to run initialization before main. 

 

   
PRELOAD( MyInitCode )
{
   // some code here
}
   
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!