Oracle Call Interface
From: Federico Matera <federico.matera_at_integrasistemi.it>
Date: 8 Nov 2002 03:13:25 -0800
Message-ID: <46f1e20e.0211080313.27bee5a_at_posting.google.com>
Date: 8 Nov 2002 03:13:25 -0800
Message-ID: <46f1e20e.0211080313.27bee5a_at_posting.google.com>
Hi all,
I'm starting with OCI...
Does anybody know if there's a way to avoid compile conflicts such as
the following when I do this:
#include <oci.h>
#include <fstream.h>
\fstream.h(162) : error C2377: 'text' : redefinition; typedef cannot be overloaded with any other symbol
...for using third-part libraries I cannot avoid fstream.h include.
thanks,
Federico
Received on Fri Nov 08 2002 - 12:13:25 CET