Hello,
For FluidSynth for Windows, you will find on GitHub a solution proposed by this
pull request: https://github.com/FluidSynth/fluidsynth/pull/269
Regards
> Message du 01/11/17 15:00
> De : "Carlo Bramini"
> A : fluid-dev@nongnu.org
> Copie à :
> Obj
>
> > Despite the fact you are right, even if window creation inside DllMain()
> is a very bad practice, this works fine on XP. So, which Windows OS do you
> usualy use ?
> >
> > Regards
> >
> > > > Message du 01/11/17 15:00
> > > > De : &q
the fact you are right, even if window creation inside DllMain() is a
> very bad practice, this works fine on XP. So, which Windows OS do you usualy
> use ?
>
> Regards
>
> > > Message du 01/11/17 15:00
> > > De : "Carlo Bramini"
> > > A :
the fact you are right, even if window creation inside DllMain() is a
very bad practice, this works fine on XP. So, which Windows OS do you usualy
use ?
Regards
> Message du 01/11/17 15:00
> De : "Carlo Bramini"
> A : fluid-dev@nongnu.org
> Copie à :
> Ob
Hello,
I had noticed that Fluidsynth for Windows is doing a very dangerous thing.
Actually, when I tried to run my test program with double click but
incidentally nothing happened, I got quite immediately this suspect.
Into fluid_dll.c there is an implementation of DllMain with some code.
In this