Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site ucbvax.BERKELEY.EDU Path: utzoo!decvax!bellcore!ulysses!ucbvax!info-vax From: stew%lhasa.UUCP@HARVARD.HARVARD.EDU Newsgroups: mod.computers.vax Subject: Re: Need Help with VAX/VMS C Message-ID: <8602220728.AA06955@ucbvax.berkeley.edu> Date: Thu, 20-Feb-86 10:56:00 EST Article-I.D.: ucbvax.8602220728.AA06955 Posted: Thu Feb 20 10:56:00 1986 Date-Received: Sun, 23-Feb-86 02:10:27 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 6 Approved: info-vax@sri-kl.arpa Your problem is with string descriptors. "Quoted Strings" in C are just an address of an array of bytes, terminated by zero. However, the VMS library routines expect strings to be passed by descriptor. See Section 9.4 of "Programming in VAX-11 C" for examples. Stew