iiwusynth-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [iiwusynth-devel] One last thing before release!


From: Peter Hanappe
Subject: Re: [iiwusynth-devel] One last thing before release!
Date: Thu, 13 Mar 2003 11:59:42 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020623 Debian/1.0.0-0.woody.1

Hi Josh,

I added it to the first release. I also added fluid_version_str()
that returns the string version.

Cheers!
P

Josh Green wrote:
I just realized I overlooked a runtime version check routine. This is
necessary for verifying that the loaded FluidSynth library matches the
headers that a program using the library was compiled with (the source
of many crash problems in Swami). Here is my proposed changes:

include/iiwusynth/version.h.in:

void iiwu_version (int *major, int *minor, int *micro);


src/iiwu_synth.c (or somewhere else?):

#include <iiwusynth/version.h>   /* header in include/iiwusynth/ */

void
iiwu_version (int *major, int *minor, int *micro)
{
  *major = IIWUSYNTH_VERSION_MAJOR;
  *minor = IIWUSYNTH_VERSION_MINOR;
  *micro = IIWUSYNTH_VERSION_MICRO;
}


I can add this if I get an okay. How are things going with the release?
Cheers.
        Josh Green



_______________________________________________
iiwusynth-devel mailing list
address@hidden
http://mail.nongnu.org/mailman/listinfo/iiwusynth-devel








reply via email to

[Prev in Thread] Current Thread [Next in Thread]