Media (Intel® Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools like Intel® oneAPI Video Processing Library and Intel® Media SDK
Announcements
The Intel Media SDK project is no longer active. For continued support and access to new features, Intel Media SDK users are encouraged to read the transition guide on upgrading from Intel® Media SDK to Intel® Video Processing Library (VPL), and to move to VPL as soon as possible.
For more information, see the VPL website.

visual basic

ozen-ersoylu__Intel_
752 Views
Can we callthe libmfxhw32.dll and libmfxsw32.dll by using visual basic for sdk?
0 Kudos
1 Solution
Eric_S_Intel
Employee
752 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

0 Kudos
1 Reply
Eric_S_Intel
Employee
753 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

0 Kudos
Reply