2009-11-06 19:12:39 UTC
Ok, so I got the compile to go by:
First, adding "extern" to all OCIs in generic/oratclTypes.h, for example:
extern OCIENVCREATE OCI_EnvCreate;
Second, creating a new file and including it in the build, the contents of which are:
#include "oratclInt.h"
#include "oratclTypes.h"
OCIENVCREATE OCI_EnvCreate;
...
and so forth for each OCI that is found in generic/oratclTypes.h.