Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

OgreDynLib.h File Reference

#include "OgrePrerequisites.h"
#include "OgreResource.h"

Go to the source code of this file.

Namespaces

namespace  Ogre

Defines

#define DYNLIB_HANDLE   void*
#define DYNLIB_LOAD(a)   dlopen( a, RTLD_NOW )
#define DYNLIB_GETSYM(a, b)   dlsym( a, b )
#define DYNLIB_UNLOAD(a)   dlclose( a )
#define DYNLIB_ERROR()   dlerror( )


Define Documentation

 
#define DYNLIB_ERROR      dlerror( )
 

#define DYNLIB_GETSYM a,
     dlsym( a, b )
 

#define DYNLIB_HANDLE   void*
 

#define DYNLIB_LOAD      dlopen( a, RTLD_NOW )
 

#define DYNLIB_UNLOAD      dlclose( a )
 

Copyright © 2002 by The OGRE Team