[Mlt-devel] MLT framework on Windows: global_properties different in plugins vs. framework

2015-07-15 Thread Eyal Teler
I compiled the MLT framework under MSYS2 and I'm trying to call it from a simple Visual C++ test code (the basic sample code). The program crashes in mlt_factory_producer. Debugging (using printf's in the framework's code; I'm not sure if or how I can get a pdb file and debug in VS), I see that th

Re: [Mlt-devel] MLT framework on Windows: global_properties different in plugins vs. framework

2015-07-15 Thread Dan Dennedy
On Wed, Jul 15, 2015 at 12:03 AM, Eyal Teler wrote: > I compiled the MLT framework under MSYS2 and I'm trying to call it from a > simple Visual C++ test code (the basic sample code). > Last time I checked, you have to use the same compiler for each C++ component. In other words, you might be abl

Re: [Mlt-devel] MLT framework on Windows: global_properties different in plugins vs. framework

2015-07-15 Thread Eyal Teler
Thanks for the reply. I'll try to clarify. First of all, I'm using version 0.9.6. I'm not using mlt++ precisely because of the C++ name mangling problem. I'm using the Hello World example from http://www.mltframework.org/bin/view/MLT/Framework (with minor code changes to adapt to VS and because ml