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. LNK2001: unresolved external symbol

LNK2001: unresolved external symbol

Scheduled Pinned Locked Moved C / C++ / MFC
c++helpquestion
2 Posts 2 Posters 0 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.
  • I Offline
    I Offline
    Igor Mihailov
    wrote on last edited by
    #1

    Compilation of file1.cpp and file2.cpp - success. Linking causes error LNK2001. What are possible reesons? //file1.h void dosmth(); //file1.cpp #include "file1.h" void dosmth() { //dosmth } //file2.cpp include "file1.h" void main() { dosmth(); } XPIS

    S 1 Reply Last reply
    0
    • I Igor Mihailov

      Compilation of file1.cpp and file2.cpp - success. Linking causes error LNK2001. What are possible reesons? //file1.h void dosmth(); //file1.cpp #include "file1.h" void dosmth() { //dosmth } //file2.cpp include "file1.h" void main() { dosmth(); } XPIS

      S Offline
      S Offline
      Sujan Christo
      wrote on last edited by
      #2

      Hi, I couldnt find anything wrong in your code except missing of # in the #include statement @ file2.cpp. It is working 4 me. @ what env. r u working @ Sujan

      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