home *** CD-ROM | disk | FTP | other *** search
-
- MaxonC 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 - DrawPictureA() instead of DrawPicture(), 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 GuiGFXLib/fd/guigfx_lib.fd special 4 to GuiGFXLib/maxonc/pragma/guigfx_lib.h
- FD2Pragma GuiGFXLib/fd/guigfx_lib.fd CLIB GuiGFXLib/include/clib/guigfx_protos.h special 11 to GuiGFXLib/maxonc/c-libs/guigfx.lib
-
- please submit a FD2Pragma commandline for the use with
- gcc, egcs, or any other Amiga compiler.
-
-