a pro*c++ Q# Database - 数据库
m*g
1 楼
hi, there,
I've got no problem in compling pro*c code, but got some trouble in pro*c++.
as far as I know, for pro*c/c++ precompiler to handle c++ code, we need to
turn on some options as:
PCCFLAGS = \
ireclen=132 \
oreclen=132 \
select_error=no \
sqlcheck=syntax \
ltype=none \
include=. \
code=cpp \
sys_include=/usr/include\
parse=partial
I've got no problem in compling pro*c code, but got some trouble in pro*c++.
as far as I know, for pro*c/c++ precompiler to handle c++ code, we need to
turn on some options as:
PCCFLAGS = \
ireclen=132 \
oreclen=132 \
select_error=no \
sqlcheck=syntax \
ltype=none \
include=. \
code=cpp \
sys_include=/usr/include\
parse=partial