Jump to content

KenR

Members
  • Content Count

    126
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by KenR


  1. 8 hours ago, Lars Fosdal said:

    - check that you don't have stray .dcu files

    - ensure that all projects build .dcus into different folders for 32-bit and 64-bit

    - If you have circular unit use, see if you can refactor and apply dependency injection 

      

    Projects were recreated, and have different folders for DCU's. If I re-open Delphi the project compiles fine. The problem only exists when switching between 32 and 64 bit.


  2. Thanks Dave but that didn't make any difference. What did is editing the Entitlement.TemplateOSX.xml file and adding:

     

    <key>com.apple.application-identifier</key>
    <string>XXXXXX.YYYYYY</string>
    <key>com.apple.developer.team-identifier</key>
    <string>XXXXXX</string>

    Where XXXXXX is your Team ID and YYYYYY is your Aplication ID.

     

    I have left all of the other stuff in but will experiment with removing it.

     

    Regards,

     

    Ken


  3. 1 hour ago, aehimself said:

    I honestly can not understand this patch. After reverting back to the original files and reapplying it, breakpoints work fine on 64 bit as well, even in a new method of an unsaved unit...

    Very strange. I take it that you just copied the contents of both zips to the bin folder!


  4. Hi,

     

    I have been using TWSocket very successfully for a few years now in a service. It listens for and processes HL7 messages. At one hospital however it seems to hang while it is seemingly not doing anything. I am using a TICSLogger but am not getting any errors. I am presuming this is a socket error. The NHS typically rum a lot of processes on rather underpowered old hardware. Can anyone please point me in the right area as to how I might trap, report and, preferably, have the socket start listening again.

     

    Thanks in advance for any help given.

     

    Ken

×