Re: always the same crash in g_cclosure_marshal_generic_va
- From: codekiddy <codekiddy gmail com>
- To: gtk-list gnome org
- Subject: Re: always the same crash in g_cclosure_marshal_generic_va
- Date: Sat, 21 Feb 2015 05:00:33 +0100
Hi, guys! Please excuse me, but I figured out what was the problem and now most recent msvc GTK+ WORKS!!
indeed it was a problem with libffi, to be more precize it was my fault because of the way I was building the libffi library in wrong way lol.
according to the libffi readme on GitHub there is a compiler wrapper which needs to be used while compiling, I was configuring libffi the right way but compiling with plain MSVC without the wrapper, so the resulted dll was bogus and causing the crash!
Thank You!
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]