home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / PROGRAM / C / ISC365 / YOURBUGS.LST < prev   
File List  |  1993-08-03  |  1KB  |  20 lines

  1. -- Guys, a lot of times you're trying hard to build a TSR and it seems that
  2. ISC does not pass you the IREGS correctly (although most of you use the 
  3. hardware interrupts more) - but it isn't my fault!!! You have got to 
  4. remember that SS in a TSR is diffrent than in a normal program and is NOT,
  5. I repeat NOT equal to DS. But Borland C++ has a feature (??!) that assumes
  6. that DS is equal to SS. You have got to turn that OFF for some stuff to work.
  7. Although some other compiler bugs may appear as a result. 
  8. I think there's a pragma that allows you to compile some modules (or parts of
  9. modules) WITH ASSUME DS SS NEVER and some with DEFAULT.
  10.    REMEMBER - It's Borland's fault, not mine!!!! 
  11.  
  12. PS. TD386 version 3.1 and 3.2 suck and are so BUGGY (especialy in TSRs), Borland - if you're listening - 
  13.    version 4 of the debugger has got to be better or we'll think of switching 
  14. to another company!!!
  15.  
  16.    ThanX. Ofer Laor (LeucroTTa).
  17.    10/8/93.
  18. PS/2- my current Email add. is: s5919325@techst02.technion.ac.il
  19.  dunno how long I'll have it though...
  20.