Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
P

Priyanka_SIpl

@Priyanka_SIpl
About
Posts
7
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Solve issue - unresolved external symbol MFCreateDXGIDeviceManager
    P Priyanka_SIpl

    Thanks for suggestions. Trying out the same. If you find please share.

    The Lounge help

  • Solve issue - unresolved external symbol MFCreateDXGIDeviceManager
    P Priyanka_SIpl

    It is usually available here C:\Program Files (x86)\Windows Kits\8.1\Lib\winv6.3\um\x64 But unable to find out which one will support this

    The Lounge help

  • Solve issue - unresolved external symbol MFCreateDXGIDeviceManager
    P Priyanka_SIpl

    you need to include libraries related to the method for which you are getting this issue. like #pragma comment(lib,'')

    The Lounge help

  • Solve issue - unresolved external symbol MFCreateDXGIDeviceManager
    P Priyanka_SIpl

    yes because its unable to find the actual library. I am searching for that.

    The Lounge help

  • Solve issue - unresolved external symbol MFCreateDXGIDeviceManager
    P Priyanka_SIpl

    But I am not getting the library. Please suggest if you can find.

    The Lounge help

  • Solve issue - unresolved external symbol MFCreateDXGIDeviceManager
    P Priyanka_SIpl

    yes, I need to add library reference for this as I mentioned at the bottom. But could not find for MFCreateDXGIDeviceManagerv. Similar issue I got for MFEnumDeviceSources, but on adding #pragma comment(lib, "mf") Issue was resolved. Now I need for MFCreateDXGIDeviceManagerv

    The Lounge help

  • Solve issue - unresolved external symbol MFCreateDXGIDeviceManager
    P Priyanka_SIpl

    I want to capture video using Media Foundation transform library. I have used

    HRESULT hr = S_OK;
    D3D_FEATURE_LEVEL FeatureLevel;
    ID3D11DeviceContext* pDX11DeviceContext;

    hr = CreateDX11Device(&g_pDX11Device, &pDX11DeviceContext, &FeatureLevel);

    if (SUCCEEDED(hr))
    {
    hr = MFCreateDXGIDeviceManager(&g_ResetToken, &g_pDXGIMan);
    }

    On building the vcpp application I received error: unresolved external symbol MFCreateDXGIDeviceManagerv For this, I used

    #pragma comment(lib, "mf") // For MFEnumDevices
    #pragma comment(lib, "mfplat")
    #pragma comment(lib, "mfreadwrite")
    #pragma comment(lib, "dxva2")
    #pragma comment(lib, "d3d11")
    #pragma comment(lib, "mfuuid")

    to include libraries related to MFCreateDXGIDeviceManagerv. Still I am getting same error. Please suggest the solution.

    The Lounge help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups