Heartbroken / flash-to-directx

Automatically exported from code.google.com/p/flash-to-directx
0 stars 0 forks source link

QueryInterface IOleInPlaceObjectWindowless Fails. #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Compile 64 bit and run.

What is the expected output? What do you see instead?

Assertion fails for the following:

    hr = m_oleObject->QueryInterface(__uuidof(IOleInPlaceObjectWindowless), (void**)&m_windowlessObject);
    assert(SUCCEEDED(hr));

What version of the product are you using? On what operating system?

Windows 8, Visual Studio 2012, Flash 11

Please provide any additional information below.

Original issue reported on code.google.com by rona...@gmail.com on 2 Feb 2013 at 10:55