Welcome, Guest
Username: Password: Remember me
General discussions, feature requests for CodeTyphon Project and discussions that don't fit in any of the other specific CodeTyphon forum categories.
  • Page:
  • 1

TOPIC:

CodeTyphon 8.80 CHM IPC backend not working 1 day 6 hours ago #19199

  • Nino Luciani
  • Nino Luciani's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 14
  • Thank you received: 1
Hi
Pressing F1 over an included system unit in the editor used to open the CHM viewer displaying the help file for the unit.
It seems that in version 8.80 this functionality is broken. Backend CHM IPC error dialog is displayed.
I'm running GNU/Linux Debian 13 with latest updates.

Thank you.

Please Log in or Create an account to join the conversation.

CodeTyphon 8.80 CHM IPC backend not working 1 day 5 hours ago #19200

  • Matis A.
  • Matis A.'s Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1281
  • Thank you received: 198
Thanks Sir
Give us time, to find the problem.
PilotLogic Core Programmer

Please Log in or Create an account to join the conversation.

CodeTyphon 8.80 CHM IPC backend not working 10 hours 50 minutes ago #19201

  • Matis A.
  • Matis A.'s Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1281
  • Thank you received: 198
Finally we found the problem.
12 hours for a simple "NOT"    

/usr/local/codetyphon/fpcsrc/packages/fcl-process/src/unix/simpleipc.inc

Line 158
from
If Owner.Global then
to
If Not Owner.Global then

a) replace the  simpleipc.inc with attach fixed file.
b) With CTCenter, Build FPC 
c) With CTCenter, Remove and Build TyphonIDE

Screen from Fedora 43 MATE
 
 
PilotLogic Core Programmer
Attachments:

Please Log in or Create an account to join the conversation.

Last edit: by Matis A..
  • Page:
  • 1