Skip to content

exceptions thrown #12

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions