home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / c / 18512 < prev    next >
Encoding:
Text File  |  1992-12-17  |  1.7 KB  |  44 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!malgudi.oar.net!hyperion!thanatos
  3. From: thanatos@hyperion.wright.edu (Terry Chlebek)
  4. Subject: Re: Turbo C with built-in assembler??????
  5. Message-ID: <BzDyv8.J1F@hyperion.wright.edu>
  6. Organization: Wright State University
  7. References: <1992Dec16.220742.9975@lunatix.uucp>
  8. Date: Thu, 17 Dec 1992 04:23:31 GMT
  9. Lines: 33
  10.  
  11. chelf@lunatix.uucp (Chad Helfenberger) writes:
  12.  
  13. >I seem to have gotten a bad copy of Turbo C++ (v3.0).  On the _box_, it says 
  14. >'built-in assembler' along with the other 'features'.  However, when I try 
  15. >to compile a program with inline asm code (as in #pragma inline), it aborts 
  16. >with 'TASM not found'.  Any insight on this?  If it has a built-in 
  17. >assembler, why would it be trying to call tasm?  
  18.  
  19. DON'T use the '#pragma inline' (or the -B command line option).  This is
  20. what tells the compiler to call TASM to process the assembly language
  21. stuff.  Just use 'asm {...}' for your assembly stuff and the compiler
  22. will use it's built-in assembler to process it.
  23.  
  24. >Another question.  The manual that came with it is very sparse, and doesn't 
  25. >list the function call prototypes or *anything*.  All it is, basically, is a 
  26. >guide to use the stupid integrated environment (which is nice as a debugger, 
  27. >but NOT an editor).  I know the online help provides all this, but I'd 
  28. >rather have a book that I can use, WHILE I'm in my favorite editor.  :) 
  29.  
  30. I just load the resident help utility (THELP).  Then you can get help
  31. from anywhere just by pressing the '5' key on the keypad.
  32.  
  33. >Thanks for any help!!
  34.  
  35. >-- 
  36. >Chad Helfenberger
  37. >(chelf@lunatix.uucp) 
  38. -- 
  39. Terry Chlebek
  40. thanatos@hyperion.wright.edu
  41. -- 
  42. Terry Chlebek
  43. thanatos@hyperion.wright.edu
  44.