Здравствуйте. Решил изучить c++ и сразу же наткнулся на одну проблему. Инструмент в котором я создаю или пытаюсь создать код

начинает ругаться. На вкладки Linker выходит список:
c:\documents and settings\freeloader\my documents\dev-c++project\ftpbr\untitled1.o(.text+0x208):untitled1.cpp: undefined reference to `InternetOpenA@20'
c:\documents and settings\freeloader\my documents\dev-c++project\ftpbr\untitled1.o(.text+0x255):untitled1.cpp: undefined reference to `InternetConnectA@32'
c:\documents and settings\freeloader\my documents\dev-c++project\ftpbr\untitled1.o(.text+0x28a):untitled1.cpp: undefined reference to `InternetCloseHandle@4'
заголовочный файл wininet.h приинклудил. Что не так?
На вкладке Compiler никаких проблем не возникает, хотя до нее наверное очередь не доходит.
Заранее благодарен!