Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Using OTL on HPUX 10.20

Using OTL on HPUX 10.20

From: <jvstockley_at_my-deja.com>
Date: Thu, 27 Jan 2000 19:50:28 GMT
Message-ID: <86q7i1$ni1$1@nnrp1.deja.com>


I've been using OTL (Oracle Template Library) to write an app on solaris and it works great. Now I need to move it to HPUX 10.20 using HP C++ release 10.36. Just for confidence I thought I'd build on of the samples. However, I get the errors below. I've tried all sorts of different flags and read through loads of docs. Anyone else tried OTL on HPUX?

Thanks,
Jo

Here's what the compiler spews:

CC: "./otlv30.h", line 185: error: unexpected argument list: no base class OTLStream (1044)
"./otlv30.h", line 182: error detected during the instantiation of
otl_tmpl_nocommit_stream<otl_stream, otl_tmpl_connect<otl_exc, otl_conn, otl_cur>>
"./otlv30.h", line 8240: is the site of the instantiation
CC: "./otlv30.h", line 195: error: unexpected argument list: no base class OTLStream (1044)
"./otlv30.h", line 182: error detected during the instantiation
of otl_tmpl_nocommit_stream<otl_stream, otl_tmpl_connect<otl_exc, otl_conn, otl_cur>>
"./otlv30.h", line 8240: is the site of the instantiation

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Thu Jan 27 2000 - 13:50:28 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US