Operating System - HP-UX
1748145 Members
3446 Online
108758 Solutions
New Discussion

Compile Oracle Forms6i API program with 11i

 
Mariani Alberto
Frequent Advisor

Compile Oracle Forms6i API program with 11i

Hi All!

I need to run a small program in c that uses Oracle Forms6i APIs.

I can compile the thing using either c89 or gcc and, without parameters, i runs.

When i try to run this tool with useful parameter values however, i get ad error about symbol lcunulstr being undefined.

I tried to find a library in the oracle directory tree by doing

for i in `find . -name \*.sl`; do nm -r $i | grep lcunulstr ; done

but came up with nothing.

So, now i ask: in which library is lcunulstr defined ? and what oracle product is it part of (as it's obviously not installed on my system) ?

Thank you for your time,

Alberto.