My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Libraries  
How the library system works
Featured
Updated Oct 28, 2009 by ludolacost

Introduction

A library is an executable file (suffixed by .sundll) placed in the folder /data/SunOS/libraries.

Libraries may be used by plugins or by other libraries.

You can set some description of the library and in particular the filetypes it handles (by extensions).

All the libraries are opened on SunOS startup.

Types of libraries

It exists different types of libraries (view the file common/internals/common_library_type.h):

type description type of API
tFUNCTIONS what you want you define the API
tCONFIG decodes configuration files (ini, xml, ... files) specific
tPICTURE decodes pictures specific
tSOUND decodes sounds specific (not yet written)
tVIDEO decodes video specific (not yet written)


Sign in to add a comment
Powered by Google Project Hosting