Re: sqlcxt error [message #75935] |
Mon, 25 March 2002 08:50 |
Marcelo Marcos Barbosa
Messages: 1 Registered: March 2002
|
Junior Member |
|
|
I had this error already.
The quick and efficient solution (using Visual C++) was change the Project Settings:
- Choose the Setting item on the Project menu.
- Click on the "Link" subgroup
- At field "Project Options" (probably there are some string already) type:
... orasql8.lib ...
before linking options (/nologo /subsystem:console...)
- Then, click OKAY!
DonŽt you forget about insert the directory "C:OracleOra81precomplib" (Tools Menu + Options item + Directory + Field Show Directores for ... Include files)
Any doubt, IŽll be here!!
Marcelo.
|
|
|