At 23:09 23.10.1996 -0400, Edward Di Geronimo Jr. wrote:
...
>sense. It saying I didn't prototype it, then saying I'm not using the
>prototype I declared. Am I doing something wrong?
If function doesn't have prototype, then defaults are used
extern int function (void);
>For example, in Mixer Control, I used some files from a C library I made. I
Libraries use something called callback functions. You have to register
them before using them.. In application.gp you must define the library,
in library.gp you have to export the functions.
However I'm not familiar with libraries, so better check manuals :)
>| Edward Di Geronimo Jr. edwdig@bergen.org |
--jouni