Re: [fluid-dev] Build problems on Windows

2010-03-04 Thread Graham Wykes
Hi Josh Thank you. Problem solved. In Project Properties -> Linker -> Input -> Additional Dependencies I copied the entry from the Debug to the Release and it worked fine. Didi this for both Fluidsynth and Fluidsynth_dll projects So the whole fix for compiling on Windows in VS2008 is:

Re: [fluid-dev] Build problems on Windows

2010-03-04 Thread josh
Hello Graham, Now that I think about it, I'm not sure if I tested the release build or not. I'm not all that familiar with building stuff on Windows, so I was just trying to get things working for others who are interested in it. From your error output below, it looks like it is not linki

[fluid-dev] Build problems on Windows

2010-03-04 Thread Graham Wykes
Hi Building 1.1.1 on Windows with Visual Studio 2008 using the project files in Winbuild. Once I sorted the glib and dsound issues, the Debug version builds without issues. However, the Release versions gives me linking errors - 83 of them. I'm using the latest glib from the gtk+ site.