Thread: MmMapIoSpace

  1. #1
    Registered User
    Join Date
    Nov 2002
    Posts
    10

    Question MmMapIoSpace

    I am trying to use MmMapIoSpace and I get the following error:

    error LNK2001: unresolved external symbol "__declspec(dllimport) void * __cdecl MmMapIoSpace(union _LARGE_INTEGER,unsigned long,enum _MEMORY_CACHING_TYPE)" (__imp_? MmMapIoSpace@@YAPAXT_LARGE_INTEGER@@KW4_MEMORY_CAC
    HING_TYPE@@@Z)

    I think I need to link in a library, can anyone tell the name of the library that I need? I am using Win2000, Visual C++ 6.0

    Also, is there anyway to find out what libraries function calls belong to?

    Thanks,

    -geoff.

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Read the rules please - do NOT cross post

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. MmMapIoSpace
    By geeoff99 in forum C++ Programming
    Replies: 9
    Last Post: 12-02-2002, 12:43 PM