Re: [fluid-dev] Error in DllMain.

2017-11-06 Thread Ceresa Jean-Jacques
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

Re: [fluid-dev] Error in DllMain.

2017-11-05 Thread Tom M.
> > > 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

Re: [fluid-dev] Error in DllMain.

2017-11-04 Thread Carlo Bramini
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 :

Re: [fluid-dev] Error in DllMain.

2017-11-03 Thread Ceresa Jean-Jacques
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

[fluid-dev] Error in DllMain.

2017-11-01 Thread Carlo Bramini
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