In the newer nightly builds of 0.9.0, after I change to use libvlccore etc, I get the error / assert that "i_initializations > 0" is not true. I believe that this is because the main object is no longer static so I need to do something to initialize libvlc and instantiate the main object. Can anybody tell me what call I need to do to make this work? I tried __vlc_threads_init but that is not it. Any ideas? FYI I am trying to keep my C# wrapper class up to date with changes in 0.9.0 as they occur.
Thanks....