B
Bit byte
I am pretty close to the end of my tether at the moment.
I have a project which requires some header fies - which happen to be
located in another folder (the relative path from where my sources are
is simply (..\include).
For the life of me, I can't get VC7 to 'grok' the headers during a
build. This is how I set the additional includers (someone correct me if
I'm doing something wrong):
1). Select appropriate project in solution viewer (actually only 1
project in soln anyways)
2). Select Project->Settings from menu
3). In the property pages dlg box, I click on Resources->General
4). I select 'Additional Include Directories' and type in either
'..\include' or '[full_patname]\include' - BOTH DONT WORK.
I still get 'file not found' error when I attempt to build:
c:\devtools\pgdev\libpq++\pgconnection.h(30): fatal error C1083: Cannot
open include file: 'libpq-fe.h': No such file or directory
WTF?
By the way, I have checked and the files do exist, so thats not the problem.
I have a project which requires some header fies - which happen to be
located in another folder (the relative path from where my sources are
is simply (..\include).
For the life of me, I can't get VC7 to 'grok' the headers during a
build. This is how I set the additional includers (someone correct me if
I'm doing something wrong):
1). Select appropriate project in solution viewer (actually only 1
project in soln anyways)
2). Select Project->Settings from menu
3). In the property pages dlg box, I click on Resources->General
4). I select 'Additional Include Directories' and type in either
'..\include' or '[full_patname]\include' - BOTH DONT WORK.
I still get 'file not found' error when I attempt to build:
c:\devtools\pgdev\libpq++\pgconnection.h(30): fatal error C1083: Cannot
open include file: 'libpq-fe.h': No such file or directory
WTF?
By the way, I have checked and the files do exist, so thats not the problem.