- Posts: 15
- Thank you received: 0
- Forum
- CodeTyphon Studio
- Using CT on MS Windows
- Cindy cyMathParser (Expression Parser comp.) hangs program (CT 7.70 Windows 10)
×
CodeTyphon MS Windows (XP, Vista, Win7, Win8.x and Win10) OS Development, discussions and problems
Question Cindy cyMathParser (Expression Parser comp.) hangs program (CT 7.70 Windows 10)
- Andrew John Richter Cass
- Topic Author
- Offline
- New Member
-
Less
More
4 months 1 week ago - 4 months 1 week ago #16733
by Andrew John Richter Cass
Cindy cyMathParser (Expression Parser comp.) hangs program (CT 7.70 Windows 10) was created by Andrew John Richter Cass
The 'Cindy expression parser' components hangs when expression is assigned. ex MathParser.Expression:= '3*3/x' (program hangs here)
Last edit: 4 months 1 week ago by Andrew John Richter Cass.
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
4 months 1 week ago - 4 months 1 week ago #16734
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic Cindy cyMathParser (Expression Parser comp.) hangs program (CT 7.70 Windows 10)
Yes
someone must fix this.
I will add this to LAB To-Do List.
someone must fix this.
I will add this to LAB To-Do List.
PilotLogic Architect and Core Programmer
Last edit: 4 months 1 week ago by Sternas Stefanos.
The following user(s) said Thank You: Andrew John Richter Cass
Please Log in or Create an account to join the conversation.
- Andrew John Richter Cass
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 15
- Thank you received: 0
4 months 1 week ago #16735
by Andrew John Richter Cass
Replied by Andrew John Richter Cass on topic Cindy cyMathParser (Expression Parser comp.) hangs program (CT 7.70 Windows 10)
Is there another expression parser available? Thanks a lot
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
4 months 1 week ago #16736
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic Cindy cyMathParser (Expression Parser comp.) hangs program (CT 7.70 Windows 10)
For general Use
TFPExpressionParser
in codetyphon\fpcsrc\packages\fcl-base\src\fpexprpars.pp
You can make an Advance Search
TFPExpressionParser
in codetyphon\fpcsrc\packages\fcl-base\src\fpexprpars.pp
You can make an Advance Search
PilotLogic Architect and Core Programmer
Attachments:
The following user(s) said Thank You: Andrew John Richter Cass
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
4 months 1 week ago #16739
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic Cindy cyMathParser (Expression Parser comp.) hangs program (CT 7.70 Windows 10)
First fix, stop endless loop.
PilotLogic Architect and Core Programmer
Attachments:
The following user(s) said Thank You: Andrew John Richter Cass
Please Log in or Create an account to join the conversation.
- Andrew John Richter Cass
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 15
- Thank you received: 0
4 months 1 week ago - 4 months 1 week ago #16752
by Andrew John Richter Cass
Replied by Andrew John Richter Cass on topic Cindy cyMathParser (Expression Parser comp.) hangs program (CT 7.70 Windows 10)
Hi,
I'm sending here attached, a math expression Parser i used with Delphi stuff i did many years ago. It still absolutetly free and with full source.
The original code i ported to CodeTyphoon and it works very well with both CT 32 and 64 bits.
It's a very fast and realiable component.
best regards
I'm sending here attached, a math expression Parser i used with Delphi stuff i did many years ago. It still absolutetly free and with full source.
The original code i ported to CodeTyphoon and it works very well with both CT 32 and 64 bits.
It's a very fast and realiable component.
best regards
Attachments:
Last edit: 4 months 1 week ago by Andrew John Richter Cass.
Please Log in or Create an account to join the conversation.
- Matis A.
-
- Offline
- Moderator
-
4 months 1 week ago #16753
by Matis A.
PilotLogic Core Programmer
Replied by Matis A. on topic Cindy cyMathParser (Expression Parser comp.) hangs program (CT 7.70 Windows 10)
Thanks
we will test and report
we will test and report
PilotLogic Core Programmer
The following user(s) said Thank You: Andrew John Richter Cass
Please Log in or Create an account to join the conversation.