Re: [C++] Code::Blocks + Blat
| Newsgroups | gmane.mail.blat |
|---|---|
| Message-ID | <E05A9C72EB314313ADDD38E7502E60AD@chip> |
> Hi! first of all my english is not so good...well my problems is I'm programming on Codeblocks and i use Blat to send emails but when i call the function Send() my IDE show me this error "undefined reference 'Send@4'". Any suggestions? You need to get into your Project settings and add blat.lib to your linker settings. I right clicked on my project name, then chose Properties. In this next window, under the “Project settings” tab, I went to “Project’s build options...”. In this Project build options window, I went to the “Linker settings” tab and added blat.lib to the “Link libraries”. My project now builds clean without any warnings or errors. Chip