libio.lib(corpus.obj) : error LNK2001: unresolved external symbol _s3phseg_read ........\bin\Debug/agg_seg.exe : fatal error LNK1120: 1 unresolved externals Error executing link.exe.
Just trying to get started. This is the only linking error I get. Which lib is my project not seeing?
Only thing that i found is that s3phseg_read is in s3phseg_io.h
Thanks for any help...
The win32 project that one downloads is not correct... you need to add files to the project to get it to go....
Indeed, a file was missing from the DSP file. It has been fixed.
--Evandro
Log in to post a comment.
libio.lib(corpus.obj) : error LNK2001: unresolved external symbol _s3phseg_read
........\bin\Debug/agg_seg.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
Just trying to get started. This is the only linking error I get. Which lib is my project not seeing?
Only thing that i found is that s3phseg_read is in
s3phseg_io.h
Thanks for any help...
The win32 project that one downloads is not correct... you need to add files to the project to get it to go....
Indeed, a file was missing from the DSP file. It has been fixed.
--Evandro