Search:

Type: Posts; User: geeoff99

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    978

    max of 2 in vector in map ??

    see additions below:
    ================
  2. Replies
    1
    Views
    978

    max of 2 in vector in map ??

    Sorry people, maybe I was not specific enough originally. This should be a simple problem for you gurus!

    I have a map:

    map<int, vector<EDGE*> > myMap

    when I myMap.find(5) and then ...
  3. Thread: MmMapIoSpace

    by geeoff99
    Replies
    9
    Views
    3,561

    any more ideas on this one?

    any more ideas on this one? (see thread)
  4. Thread: MmMapIoSpace

    by geeoff99
    Replies
    9
    Views
    3,561

    Here is the code, probably will not help but it...

    Here is the code, probably will not help but it is worth a try ...




    #include <wdm.h>

    #pragma comment(lib,"D:\\NTDDK\\libfre\\i386\\wdm.lib")

    int main()
  5. Thread: MmMapIoSpace

    by geeoff99
    Replies
    9
    Views
    3,561

    I still get the same error while linking ... any...

    I still get the same error while linking ... any more ideas? :confused:
  6. Thread: MmMapIoSpace

    by geeoff99
    Replies
    9
    Views
    3,561

    I went to Project->Settings->Link and set the...

    I went to Project->Settings->Link

    and set the "Additional Library Path" to the directory where wdm.lib lives and added wdm.lib to "Object/library modules" but I get the same error.

    Any ideas?
  7. Thread: MmMapIoSpace

    by geeoff99
    Replies
    9
    Views
    3,561

    Thanks! do I have to do something different to...

    Thanks! do I have to do something different to the project settings because of the C linkage?
  8. Thread: MmMapIoSpace

    by geeoff99
    Replies
    9
    Views
    3,561

    I already have the DDK, the documentation does...

    I already have the DDK, the documentation does not refer to this call specifically or give the library name in which it is contained. I am sure I have the library, I am just not linking it in.
  9. Thread: MmMapIoSpace

    by geeoff99
    Replies
    1
    Views
    2,522

    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...
  10. Thread: MmMapIoSpace

    by geeoff99
    Replies
    9
    Views
    3,561

    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...
Results 1 to 10 of 10