richard
23rd May 2002, 17:16
1) Must the cc package be present in the customized package ?

If not, the cusotmized fields are not taken in account, if yes, I get an error while compile the dll of the BOI: argument missing in function f1101m000.get.last.message.code().

2) The idl file is in my home directory. How is the right syntax to use the idl_compiler6.1. I get error 1 each time:
Preprocessor returned non-zero status 1

Regards

popeye
23rd May 2002, 19:41
Hi,

1) The error is related to a Function Server DLL.
Check the FS DLL for the parameters and see if it matches
with the ones being passed in the BOI DLL.

2) Syntax for idl_compiler
idl_compiler6.1 -Yp,[Path for cpp] -Wb,-[package or folder] youridl.idl

e.g.
idl_compiler6.1 -Yp,/usr/ccs/lib/cpp -Wb,-pmybois ccpurpoheader.idl

Hope this helps.
Cheers,
Popeye !