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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. error LNK2001

error LNK2001

Scheduled Pinned Locked Moved C / C++ / MFC
helpquestion
4 Posts 3 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    cppshishu
    wrote on last edited by
    #1

    what is the reason for this error. I am new to this group Please help me. error LNK2001: unresolved external symbol "public: void __thiscall

    C C 2 Replies Last reply
    0
    • C cppshishu

      what is the reason for this error. I am new to this group Please help me. error LNK2001: unresolved external symbol "public: void __thiscall

      C Offline
      C Offline
      C Mahesh
      wrote on last edited by
      #2

      See in MSDN for the topic : Linker Tools Error LNK2001

      1 Reply Last reply
      0
      • C cppshishu

        what is the reason for this error. I am new to this group Please help me. error LNK2001: unresolved external symbol "public: void __thiscall

        C Offline
        C Offline
        cppshishu
        wrote on last edited by
        #3

        FileOperationsDlg.obj : error LNK2001: unresolved external symbol "public: void __thiscall CFileOperationsDlg::TestReadFile(unsigned short const *,class CMemFile &)" (?TestReadFile@CFileOperationsDlg@@QAEXPBGAAVCMemFile@@@Z) Debug/FileOperations.exe : fatal error LNK1120: 1 unresolved externals Error executing link.exe. can anybody give me any hint to solve this

        T 1 Reply Last reply
        0
        • C cppshishu

          FileOperationsDlg.obj : error LNK2001: unresolved external symbol "public: void __thiscall CFileOperationsDlg::TestReadFile(unsigned short const *,class CMemFile &)" (?TestReadFile@CFileOperationsDlg@@QAEXPBGAAVCMemFile@@@Z) Debug/FileOperations.exe : fatal error LNK1120: 1 unresolved externals Error executing link.exe. can anybody give me any hint to solve this

          T Offline
          T Offline
          toxcct
          wrote on last edited by
          #4

          did you declare a function that you don't implement ? of forgot to link a .lib file maybe ?


          [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

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