error LNK2001: unresolved external symbol "int __stdcall VerQueryValueA(void * const,

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • suniladhyaru
    New Member
    • Mar 2008
    • 3

    error LNK2001: unresolved external symbol "int __stdcall VerQueryValueA(void * const,

    Hi All,

    Could any one help me to solve this error??

    error LNK2001: unresolved external symbol "int __stdcall VerQueryValueA( void * const,char *,void * *,unsigned int *)" (?VerQueryValue A@@$$J216YGHQAX PADPAPAXPAI@Z)

    Regards,
    Sunil Adhyaru
  • Meetee
    Recognized Expert Contributor
    • Dec 2006
    • 928

    #2
    Originally posted by suniladhyaru
    Hi All,

    Could any one help me to solve this error??

    error LNK2001: unresolved external symbol "int __stdcall VerQueryValueA( void * const,char *,void * *,unsigned int *)" (?VerQueryValue A@@$$J216YGHQAX PADPAPAXPAI@Z)

    Regards,
    Sunil Adhyaru
    Have you added the library required for this? It may create this error.

    Also see this

    Regards

    Comment

    Working...