home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / msdos / programm / 8935 < prev    next >
Encoding:
Text File  |  1992-09-01  |  2.1 KB  |  63 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!noc.near.net!wpi.WPI.EDU!nyh
  3. From: nyh@wpi.WPI.EDU (Nevo Y Hed)
  4. Subject: MOU105 ... HELP!
  5. Message-ID: <BtwDv0.H49@wpi.WPI.EDU>
  6. Sender: news@wpi.WPI.EDU (USENET News System)
  7. Nntp-Posting-Host: wpi.wpi.edu
  8. Organization: Worcester Polytechnic Institute
  9. Date: Tue, 1 Sep 1992 11:42:36 GMT
  10. Lines: 51
  11.  
  12.  
  13.  
  14.  
  15.     Hi,
  16.  
  17.     MOU105 is mentioned in the FAQ for this group.  So I went and
  18. tried it.  I liked the demo program - and wanted the said 'edge'.
  19.  
  20.  
  21.     I am working with TC++ [to be exact BC3.0].  Under BC3.0 I
  22. didn't have problems with large model but I can't get it to work in
  23. huge model.
  24.  
  25.     The problem is that the test program behaves as if there is a
  26. button press event on movement events but processes the movments
  27. correctly.  Further debbuging has shown that the value passed in AX to
  28. the handler is bogus [in consistent with Brown's interrupt list].  It
  29. is bougus since it is a large number [higher then 127, with 7 bits -
  30. it dont make sense] but one can always live with that since we mask
  31. the AX value - however the said bogus value has some bits permenantly
  32. set.
  33.  
  34.     Since I had a microsoft QC handy I also tried it there and it
  35. wouldn't even do large model correctly - it did small model okay
  36. [didn't test other models].
  37.  
  38.     The problems under QC were completely different but I didn't
  39. have a decent debbugger on the same machine so I will not elaborate.
  40.  
  41.     I hope this was not asked before but I couldn't find this in
  42. the recently posted FAQ.
  43.  
  44.     The code has direct refrences to DGROUP - but since DGROUP
  45. does not exist in huge model I replaced it with MOU_DATA.
  46.  
  47.     I assume that the said modification is not problematic since
  48. the problem described above [with teh AX] can be detected prior to the
  49. mentioning of MOU_DATA.
  50.  
  51.  
  52.  
  53.     I have no idea why the bug exists and how to fix it OR how to
  54. even link a smal model OBJ with huge program.
  55.  
  56.  
  57.     Thanx!
  58.         -Nevo 
  59. -- 
  60. Nevo Y. Hed ............. nyh@wpi.wpi.edu .....................................
  61. ++1-508-754-2491 ........ CS student, Worcester Polytechnic Institute .........
  62. "I like my cigar too, but I take it out of my mouth from time to time" G.Marx .
  63.