Need urgent help with Pro*C

From: JokeR <zoran.civadelic_at_st.tel.hr>
Date: Wed, 8 Nov 2000 15:39:59 +0100
Message-ID: <8ubsaa$flj3$1_at_as121.tel.hr>


I am working on the web application using Oracle. On one side I have .html, and I'm accessing Oracle database using cgi program written in C language. So, I need to use a precompiler that takes care of embedded SQL - that is Pro*C precompiler (ORACLE's own tool).

I made a sample program and tried to get it work - first precompiling it with Pro*C and then compiling it using BorlandC++5.5. It is just a simple program that connects to database with username and password provided, and then selects * from one table.

Problem is following:
Precompiling went fine with no warnings and no errors, when I just compiled it (without building!) it also went fine. But, when I tried to compile and build it I got a following error message:

"Unresolved external '_sxlcxt' referenced from module myapp.c"

Can anyone please help me with this problem? It's very urgent!

Thanks in advance! Received on Wed Nov 08 2000 - 15:39:59 CET

Original text of this message