problem getting #includes to work [message #253753] |
Fri, 11 April 2008 04:58 |
Eclipse User |
|
|
|
Originally posted by: lmludick.gmail.com
Hi All,
I am getting started on Eclipse (using QT), and am trying to link to
external source. I have downloaded a utilities .pro which is residing in
c:\projects\libs\utils (*.cpp & *.h), with its compiled utils.dll residing
in c:\projects\libs, and want to use its functionality in my local test
project.
I have added the path to the utils.dll in
project properties->c/c++ project paths->libraries
and to
project properties->c/c++ include paths and symbols,
but that's just a thumbsuck - i still have no idea of how I am supposed to
include the source in that location.
(Code Completion picks up the class name, but when I build I get a 'no
such file or directory' error on the .h include)
Thanks in advance.
|
|
|
Powered by
FUDForum. Page generated in 0.07304 seconds