Rottweiler Messages: 10 Registered: May 2008 Location: Heber Springs, Arkansas, ...
Promising Member
Thanks.
I got Postgres re-installed with headers and libs. So I'm down to this:
Postgres.cpp
C:\projects\upp\PostgresExample\Postgres.cpp: In member function 'bool PostgreSQLTest::OpenDB()':
C:\projects\upp\PostgresExample\Postgres.cpp:34: error: 'POSTGRESS' was not declared in this scope
Comes from this line:
SqlSchema sch(POSTGRESS);
I thought it might be a typo so I tried it as POSTGRES with no luck.