Hi David,
I'm using CMake 2.8.12.2 for building the MSVC project. Here the
"DEFAULT_SOUNDFONT" variable is set to
"C:\soundfonts\default.sf2" by default.
I changed that to
"C:\\soundfonts\\default.sf2"
and the character warnings disappeared.
Hmm.who can know such things. 8)
Man thanks
On 03/02/2014 11:43 AM, BCA @ Free-Artists wrote:
> Hi David,
>
> I enjoy to report that your argument appears to have solved the issue.
> Building libfluidsynth using MSVC 2008 on WinXPSP3, and MSVC 2008 and
> MSVC 2010 on Win7SP1 succeeded.
Thanks, committed now.
> Still the two character warn
Hi David,
I enjoy to report that your argument appears to have solved the issue.
Building libfluidsynth using MSVC 2008 on WinXPSP3, and MSVC 2008 and
MSVC 2010 on Win7SP1 succeeded.
Still the two character warnings.
Thank you very much.
BR
Bernd.
**
1>-- Build started: Projec
Hi and thanks for your bug report,
Could you try changing this line in utils/fluid_sys.h:
#define fluid_private_set(_priv, _data)
g_static_private_set(&(_priv), _data)
into:
#define fluid_private_set(_priv, _data)
g_static_private_set(&(_priv), _data, NULL)
Let me know if that helps, if it doe