Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!cmcl2!rutgers!ames!sdcsvax!ucbvax!MGHCCC.HARVARD.EDU!saganich%frodo.DECnet From: saganich%frodo.DECnet@MGHCCC.HARVARD.EDU ("FRODO::SAGANICH") Newsgroups: comp.os.vms Subject: uVaxens and the use of UIS rtns with C Message-ID: <8709081115.AA10824@ucbvax.Berkeley.EDU> Date: Mon, 7-Sep-87 09:30:00 EDT Article-I.D.: ucbvax.8709081115.AA10824 Posted: Mon Sep 7 09:30:00 1987 Date-Received: Wed, 9-Sep-87 02:45:07 EDT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: "FRODO::SAGANICH" Organization: The ARPA Internet Lines: 27 Dear netlanders, I am a novice to the use of the UIS routines and I am having a problem. When I run the following fragment on my uVAXC GPX (running uVMS version 4.5) I get a access violation. Can anyone see whats wrong! Am I stupid or just blind? I can get the code to run in fortran but I am more familiar with C and so I would rather use it. Thanks in advance Al Saganich Mass General hospital Boston, MA. saganich%arwen.decnet@mghccc.harvard.edu or saganich%frodo.decnet@mghccc.harvard.edu #include #include #include main() { long int vd_id; /* the virtual display id */ ------