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

  • Thread starter Thread starter hermy
  • Start date Start date
  • Tags Tags
    C++
AI Thread Summary
The discussion revolves around a user experiencing linking errors while trying to compile a code found online using Dev C++ 5. The user is uncertain if the issue lies with their compiler or the program itself. They express frustration over not being able to download the code due to a login requirement and consider sharing the code for better assistance. Another participant suggests that linker errors often indicate the need to link additional libraries and recommends sharing specific error messages for more context. Ultimately, the user feels overwhelmed by the challenges of compiling someone else's code and expresses a desire to give up on the project.
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:
Technology 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!
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top