Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Where is dvoid defined?
I have got error message :
"oradb1.pc", line 1284: Error: dvoid is not defined.
Where is dvoid defined?
Thanks in advance, Alex //######################################################### //------------------- Pro*C++ code : BEGIN ----------------
#include <stdio.h>
#include <sqlca.h>
#include <sqlda.h>
#include <sqlcpr.h>
#include <oraca.h>
[stuff]
// Line#1284 is as following :
ptr_sqlda_dp_ = SQLSQLDAAlloc (SQL_SINGLE_RCTX, max_items_,
max_name_size_ + 1, 0);
[stuff]
//------------------- Pro*C++ code : END ------------------ //######################################################### //------------------- Compilation Results : BEGIN --------- code=cpp sys_include=(/opt/SUNWspro/SC4.2/include,/opt/SUNWspro/SC4.2/include/CC,/usr/ include,/opt/SUNWspro/RW/workspaces/SOLARIS26/SUNPRO42/7s) code=cppsys_include=(/opt/SUNWspro/SC4.2/include,/opt/SUNWspro/SC4.2/include/CC,/usr/ include,/opt/SUNWspro/RW/workspaces/SOLARIS26/SUNPRO42/7s) proc code=cpp sys_include='(/opt/SUNWspro/SC4.2/include,/opt/SUNWspro/SC4.2/include/CC,/usr /include,/opt/SUNWspro/RW/workspaces/SOLARIS26/SUNPRO42/7s)' iname=oradb1 MODE=ORACLE LINES=YES CPP_SUFFIX=cpp CHAR_MAP=STRING
Pro*C/C++: Release 8.0.5.0.0 - Production on Mon Nov 8 11:21:32 1999
(c) Copyright 1998 Oracle Corporation. All rights reserved.
System default option values taken from: /home/u01/app/oracle/product/8.0.5/precomp/admin/pcscfg.cfg
CC -c -I. -I/home/u01/app/oracle/product/8.0.5/precomp/public
-I/home/u01/app/oracle/product/8.0.5/rdbms/public -I/home/u01/app/oracle/product/8.0.5/rdbms/demo -I/home/u01/app/oracle/product/8.0.5/plsql/public -I/home/u01/app/oracle/product/8.0.5/network/public -g -DSYSV -DSunCC4_2 -DILS_USE_ORBIX -mt -DILS_USE_THREADS -I/opt/orbix/inc -I. -I.. -I/n/tprjfh01/18/occm/pilot -I/usr/openwin/include -I -I -I/n/tprjfh01/18/occm/pilot/GEN_DEFS/inc -I/opt/SUNWspro/SC4.2/include -I/opt/SUNWspro/SC4.2/include/CC -I/opt/SUNWspro/RW/workspaces/SOLARIS26/SUNPRO42/7s oradb1.cpp -features=rtti
//------------------- Compilation Results : END ----------- //######################################################### //------------------- Environment ------------------------- === Oracle 8.0.5 === Pro*C/C++ : Release 8.0.5.0.0 === RogueWave Tools.h++ : 7.0
//--------------------------------------------------------- //#########################################################
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Mon Nov 08 1999 - 03:32:16 CST
![]() |
![]() |