home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / ibm / pc / soundcar / 5944 < prev    next >
Encoding:
Text File  |  1993-01-01  |  2.0 KB  |  41 lines

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