C++ Chatterbot: Fix Linking Errors with Dev C++ 5

  • Context: C/C++ 
  • Thread starter Thread starter hermy
  • Start date Start date
  • Tags Tags
    C++
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
hermy
Messages
41
Reaction score
0
Hello everybody!

I found this code on the net. It seems to have worked for everybody except for me. Most of the errors say there is some linking error. I am using dev c++ 5. I would like to know if the problem is with my compiler or the program.

You can download it on http://www.codeproject.com/KB/library/ProjectEliza.aspx#_comments" .

I am not sure if I should be pasting the entire code here. But you feel it's a better alternative, I'll surely do that.

Thanks for the help.
 
Last edited by a moderator:
Physics news on Phys.org
I cannot download the code, because you need to login and I don't feel like registering.
But if you get linker errors, you probably need to link some library too. Perhaps it would help if you copy/pasted the relevant part from the log here, i.e. where it gives the errors and maybe some lines around it to give them context.
 
Thanks CompuChip for checking that link out. But I'm giving up on this one. I am finding it really hard to compile a program written by some other programmer. Thanks for the help anyway!