Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!princeton!caip!lll-crg!styx!nike!ucbcad!ucbvax!hplabs!hpcea!kumar From: kumar@hpcea.HP (Arvind Kumar) Newsgroups: net.micro.pc Subject: Re: Info needed on Microsoft C Version 3.0 Message-ID: <2660003@hpcea.HP> Date: Mon, 23-Jun-86 17:27:07 EDT Article-I.D.: hpcea.2660003 Posted: Mon Jun 23 17:27:07 1986 Date-Received: Wed, 25-Jun-86 06:20:08 EDT References: <445@hadron.UUCP> Organization: HP Corporate Engineering - Palo Alto, CA Lines: 9 External routine names, like mix(), must actually be defined in the external library file as beginning with an underscore, as in _mix proc near etc. Greenleaf will provide MS C 3.00 compatible libraries, you just have to specify it when ordering. If you are calling routines you wrote yourself, remember the leading underscore. Also, C is case sensitive, so be sure to tell the assembler/compiler to preserve case in procedure names. Arvind Kumar ...!hplabs!kumar