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
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Hey Guys Its me Psycho the Newbie again *DOH*

Hey Guys Its me Psycho the Newbie again *DOH*

Scheduled Pinned Locked Moved C / C++ / MFC
helpc++debuggingquestionlearning
4 Posts 3 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.
  • P Offline
    P Offline
    Psych0hans
    wrote on last edited by
    #1

    I cant seem to understand wat these errors indicate... Can U guys pls help... Compiling... ArrayDemo.cpp Linking... ArrayDemo.obj : error LNK2001: unresolved external symbol "int __cdecl sumArray(int * const,int)" (?sumArray@@YAHQAHH@Z) Debug/ArrayDemo.exe : fatal error LNK1120: 1 unresolved externals Error executing link.exe. ArrayDemo.exe - 2 error(s), 0 warning(s) Then why should we turmoil in cares and in fears, Turn all our tranquill'ty to sighs and to tears? Let 's eat, drink, and play till the worms do corrupt us, 'Tis certain, Post mortem 25 Nulla voluptas. For health, wealth and beauty, wit, learning and sense, Must all come to nothing a hundred years hence. - Thomas Jordan

    O R 2 Replies Last reply
    0
    • P Psych0hans

      I cant seem to understand wat these errors indicate... Can U guys pls help... Compiling... ArrayDemo.cpp Linking... ArrayDemo.obj : error LNK2001: unresolved external symbol "int __cdecl sumArray(int * const,int)" (?sumArray@@YAHQAHH@Z) Debug/ArrayDemo.exe : fatal error LNK1120: 1 unresolved externals Error executing link.exe. ArrayDemo.exe - 2 error(s), 0 warning(s) Then why should we turmoil in cares and in fears, Turn all our tranquill'ty to sighs and to tears? Let 's eat, drink, and play till the worms do corrupt us, 'Tis certain, Post mortem 25 Nulla voluptas. For health, wealth and beauty, wit, learning and sense, Must all come to nothing a hundred years hence. - Thomas Jordan

      O Offline
      O Offline
      One Stone
      wrote on last edited by
      #2

      It indicates that the implementation of the int __cdecl sumArray(int * const,int) function is missing.

      P 1 Reply Last reply
      0
      • O One Stone

        It indicates that the implementation of the int __cdecl sumArray(int * const,int) function is missing.

        P Offline
        P Offline
        Psych0hans
        wrote on last edited by
        #3

        :doh::doh::doh::doh::doh: Truse me 2 make the stupidest of erroes.... LOL I mistypes Sum as Aum... Thanks for the help though....... Really appreciate it Then why should we turmoil in cares and in fears, Turn all our tranquill'ty to sighs and to tears? Let 's eat, drink, and play till the worms do corrupt us, 'Tis certain, Post mortem 25 Nulla voluptas. For health, wealth and beauty, wit, learning and sense, Must all come to nothing a hundred years hence. - Thomas Jordan

        1 Reply Last reply
        0
        • P Psych0hans

          I cant seem to understand wat these errors indicate... Can U guys pls help... Compiling... ArrayDemo.cpp Linking... ArrayDemo.obj : error LNK2001: unresolved external symbol "int __cdecl sumArray(int * const,int)" (?sumArray@@YAHQAHH@Z) Debug/ArrayDemo.exe : fatal error LNK1120: 1 unresolved externals Error executing link.exe. ArrayDemo.exe - 2 error(s), 0 warning(s) Then why should we turmoil in cares and in fears, Turn all our tranquill'ty to sighs and to tears? Let 's eat, drink, and play till the worms do corrupt us, 'Tis certain, Post mortem 25 Nulla voluptas. For health, wealth and beauty, wit, learning and sense, Must all come to nothing a hundred years hence. - Thomas Jordan

          R Offline
          R Offline
          Rahim Rattani
          wrote on last edited by
          #4

          You seem to have declared the function sumarray(...) but forgot to implement it. Rahim Rattani

          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