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 the crash is when create_producer in producer_loader.c
calls mlt_properties_load. The reason is that mlt_global_properties returns
NULL. It looks like global_properties is a different variable in the
libmltcore.dll and libmlt.lib.

Anyone has an idea how to solve this problem?

Thanks!
------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to