m******g 发帖数: 91 | 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 | m******g 发帖数: 91 | 2 I've sorted it out.
pro*c++ doesn't like this way. hehe..
【在 m******g 的大作中提到】 : 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 \
|
|