Media (Intel® oneAPI Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools from Intel. This includes Intel® oneAPI Video Processing Library and Intel® Media SDK.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

visual basic

ozen-ersoylu__Intel_
418 Views
Can we callthe libmfxhw32.dll and libmfxsw32.dll by using visual basic for sdk?
0 Kudos
1 Solution
Eric_S_Intel
Employee
418 Views

Well, I am not a VB expert but I do know that it allows you to call functions in unmanaged DLLs. Theres lots of tutorials on the web explaining the process. However, we dont recommend using the DLLs directly but rather use the dispatcher lib and statically link it to your application. I dont believe that this is possible from VB however.

-Eric

View solution in original post

1 Reply
Eric_S_Intel
Employee
419 Views

Well, I am not a VB expert but I do know that it allows you to call functions in unmanaged DLLs. Theres lots of tutorials on the web explaining the process. However, we dont recommend using the DLLs directly but rather use the dispatcher lib and statically link it to your application. I dont believe that this is possible from VB however.

-Eric

Reply