Re: calling external procedures using C++ shared lib

Re: calling external procedures using C++ shared lib

 

  

Hi

Try using extern C around the C++ function that is called. Even if your
code is C++ the interface should still be C for Oracle to be able to
call it. It probably gives you the error because of name mangling,
extern C should get around that.

just a though

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