Skip to content

exceptions thrown #12

@johanjohan

Description

@johanjohan

hey, @secondstory

with OF recent master Win10 VS2015 I keep getting exceptions thrown in ofxWMFVideoPlayerUtils.cpp:

		//ThrowIfFail( pVideoRenderer->InitializeRenderer( NULL, pVideoPresenter ) ); // 3j: commented out by author secondstory
		try {
			hr = pVideoRenderer->InitializeRenderer(NULL, pVideoPresenter);
		}
		catch (const std::exception &e) {
			cerr << "CreateMediaSinkActivate: caught exception: " << e.what();
		}

any ideas? thx

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions