home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / mswindo / programm / tools / 758 next >
Encoding:
Text File  |  1992-08-23  |  1.4 KB  |  33 lines

  1. Newsgroups: comp.os.ms-windows.programmer.tools
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!cleveland.Freenet.Edu!aa596
  3. From: aa596@cleveland.Freenet.Edu (Peter Haller)
  4. Subject: Bug in TLINK
  5. Message-ID: <1992Aug23.193345.22223@usenet.ins.cwru.edu>
  6. Sender: news@usenet.ins.cwru.edu
  7. Nntp-Posting-Host: slc12.ins.cwru.edu
  8. Reply-To: aa596@cleveland.Freenet.Edu (Peter Haller)
  9. Organization: Case Western Reserve University, Cleveland, OH (USA)
  10. Date: Sun, 23 Aug 92 19:33:45 GMT
  11. Lines:       21
  12.  
  13.  
  14. FYI:
  15.  
  16. I have discovered a bug in TLINK for BCPP 3.1. This has been confirmed
  17. by Borland. The bug is that you cannot create a FIXED code segment
  18. with BCPP.  Normally, and according to the Windows SDK, you would use
  19. the SEGMENTS directive in the module definition file for a DLL or EXE
  20. to declare a specific segment as FIXED. After much frustration, and
  21. many failed attempts to discuss this with Borland Tech support, Borland
  22. confirmed the problem. The Segment is marked in the DLL/EXE as being 
  23. discardable. (I have discovered a work around, but it is both painful and
  24. forces one to perform a lot of overhead. If anybody is interested, I will
  25. give them my work around.)
  26.  
  27. PCH
  28. -- 
  29. Peter C. Haller                |    'If you do what you
  30. Lorain Products                |    have always done,
  31. aa596@cleveland.Freenet.Edu         |    expect what you have
  32. "Are we having fun yet?"        |    always received.'
  33.