KeServiceDescriptorTable – unresolved external symbol

Sysprogs forums Forums VisualDDK/VirtualKD discussion KeServiceDescriptorTable – unresolved external symbol

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #116
    Anonymous
    Participant

    Hi ,

    when i use
    extern struct SYS_SERVICE_TABLE *KeServiceDescriptorTable;
    in a VisualDDK project it says .

    error LNK2001: unresolved external symbol “struct SYS_SERVICE_TABLE * KeServiceDescriptorTable” (?KeServiceDescriptorTable@@3PAUSYS_SERVICE_TABLE@@A)

    Is there any workaround for this ?
    It is working fine with build command line .

    Thanks in advance .

    Hirosh

    #1189
    Anonymous
    Participant

    extern “C” struct SYS_SERVICE_TABLE *KeServiceDescriptorTable;

    Solved the problem ,
    Thanks .,

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.