Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi

I am using DexterLib.dll in my windows project while executing the application

I am getting following error

Exception from HRESULT: 0x80040200

Source :Interop.DexterLib

How to solve this problem

Thanks
Syed
Posted
Updated 23-May-22 11:28am

It looks you have to ask the developer(s) of the library, see, for instance, this thread: "COM Exception HRESULT: 0x80040200"[^].
 
Share this answer
 
Just copy from Windows standard header file:

// MessageId: VFW_E_INVALIDMEDIATYPE
// MessageText:
// An invalid media type was specified.%0
#define VFW_E_INVALIDMEDIATYPE           ((HRESULT)0x80040200L)

It might have something to do with video or audio stream selection. The solution depends on your application and a piece of code/driver you are communicating with.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900