On Thu, 2001-12-20 at 15:27, V Jovanovic wrote:
> ...
> Then in the server I do
>
> cad_server::FtIdNm_var f =
> cad_server::FtIdNm;
Are you sure this is what you're doing here? Perhaps this should be
cad_server::FtIdNm_var f =
new cad_server::FtIdNm;
^^^^
> ...
Carl Thompson