Hi Ross,
try
#include <iostream.h>
which is the C syntax for includes? I have not tried to compile a C++
call out but i am sure its possible, and i am not a C++ expert..:-(. but
i think you will encounter more errors. Your error looks like c++
runtime object construction?
I think the C++ needs to be compiled seperatly and then a C wrapper
created to call the interface function. External procedures expect a C
interface. Just compile the C++ into a shared lib and then create a stub
C function to call the c++, i.e. a C wrapper..
kind regards
Pete
--
Pete Finnigan
email:[Email address protected]
Web site: http://www.petefinnigan.com - Oracle security audit specialists
Book:Oracle security step-by-step Guide - see http://store.sans.org for details.
Oracle LazyDBA home page