home *** CD-ROM | disk | FTP | other *** search
-
- Maxon Lib Stubs
- -----------------------
-
- the lib stubs that allow MaxonC programmers to call vararg
- functions (with tags passed in the function's argument list) seem
- to cause problems. i'm not quite sure about it, since i am not
- using this compiler. if you encounter problems, try using the
- libcall versions - RenderA() instead of Render(), for instance.
- the libcall versions require the taglists to be built locally in
- your code, though.
-
- the lib stubs are created with FD2Pragma by Dirk Stoecker,
- using the following command line:
-
- FD2Pragma renderlib/fd/render_lib.fd special 4 to RenderLib/maxonc/pragma/render_lib.h
- FD2Pragma renderLib/fd/render_lib.fd CLIB RenderLib/include/clib/render_protos.h special 11 to RenderLib/maxonc/c-libs/render.lib
-