Hey Guys Its me Psycho the Newbie again *DOH*
-
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
-
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
-
It indicates that the implementation of the int __cdecl sumArray(int * const,int) function is missing.
: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
-
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
You seem to have declared the function sumarray(...) but forgot to implement it. Rahim Rattani