home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.ibm.pc.soundcard
- Path: sparky!uunet!gatech!usenet.ins.cwru.edu!agate!spool.mu.edu!umn.edu!csus.edu!netcom.com!stewarta
- From: stewarta@netcom.com (Alex Stewart)
- Subject: Re: Turbo C SDK stuff (PAS-16)
- Message-ID: <1993Jan1.194313.7779@netcom.com>
- Organization: Netcom - Online Communication Services (408 241-9760 guest)
- X-Newsreader: Tin 1.1 PL5
- References: <1992Dec27.160725.26022@sol.ctr.columbia.edu>
- Date: Fri, 1 Jan 1993 19:43:13 GMT
- Lines: 29
-
- Rob Lizak Jr. (lizakre@snybufva.cs.snybuf.edu) wrote:
- : I downloaded the SDK for Pro Audio Spectrum 16 and Borland/Turbo C. I have
- : been trying to assemble the 3812A.ASM file for the longest time with Turbo
- : Assembler with no luck. Has anyone out there gotten this baby to assemble into
- : an object module. I get tons of errors flying up my screen! (Undefined symbol
- : @@, multiply defined symbol @@, etc). I thought maybe I had a corrupt copy of
- : the SDK, so I redownloaded, but the same problems occured. Can anyone clue me
- : in?
-
- Sounds like the code was written to be assembled with some of TASMs advanced
- options in effect, and doesn't specify this in the file itself. You might try
- experimenting with turning on LOCALS (put a line saying "LOCALS" at the
- beginning of the file or use command line option "/jLOCALS"). If that doesn't
- work, try assembling it in IDEAL mode ("IDEAL" in the file or "/jIDEAL" in the
- command line).
-
- This kind of thing really should be specified in the file itself, but it is
- possible that it isn't. Your mention of it choking on "@@" sounds like it may
- be trying to use local labels when they aren't turned on.
-
- hope this helps..
- -alex
-
- --
- -----------------------------------------------------------------------------
- Alex Stewart: Sysop of YBBS (510) 689-8952 | This space for rent.
- stewarta@netcom.com .----------------------------'-------------------------
- stewarta@carleton.edu | Somebody, somewhere, is offended by what I am saying.
- -----------------------------------------------------------------------------
-