GEM ONLINE DOCUMENTATION CHAPTER 3: How to make new objects
-----------------------------------------------------------

Look at the source code :-)  Use one of the objects which is closest
to what you want to do as a template.

One problem on SGI...you will need to

setenv LD_LIBRARY_PATH "/where/ever/pd/gem"

so that rld (the run-time linker) can find the GEM dso.  Because you
are linking with GEM, Pd isn't involved with the run time linking 
process; it is all done when Pd calls dlopen.

On NT, there is much the same problem...

set your PATH environment varibable to \where\ever\pd\gem

On NT, all of the classes and functions are exported through
declexport/declimport.  You shouldn't have to do anything to call the
functions.

And of course, e-mail Mark Danks if you have any problems, questions,
or solutions (mark@danks.org)

