- Posts: 29
- Thank you received: 0
- Forum
- CodeTyphon Studio
- CodeTyphon Studio Components and Libraries
- Scripting Development
- Tryed to integrat StrUtil in PascalScript IDE Demo
×
Components and Libraries for Scripting Development, discussions, problems and suggestions
Question Tryed to integrat StrUtil in PascalScript IDE Demo
- TheWolf
- Topic Author
- Offline
- Junior Member
-
Less
More
6 years 3 months ago - 6 years 3 months ago #9331
by TheWolf
Tryed to integrat StrUtil in PascalScript IDE Demo was created by TheWolf
This is my error since i have put under
Succesfully compiled
[Error] : Could not load data: Cannot Import POSEX
I get this error everytime when I try to compile/execute a script.
It makes no matter which script I try, its every time by every script.
Since my changes in the demo.
What I have try to do is, to make the function available which a part of strutils in PascalScript.
implementation
uses uPSC_strutils,[...]
and
function MyOnUses(Sender: TPSPascalCompiler; const Name: AnsiString): Boolean;
[...]
SIRegister_strutils(sender);
Succesfully compiled
[Error] : Could not load data: Cannot Import POSEX
I get this error everytime when I try to compile/execute a script.
It makes no matter which script I try, its every time by every script.
Since my changes in the demo.
What I have try to do is, to make the function available which a part of strutils in PascalScript.
Last edit: 6 years 3 months ago by TheWolf.
Please Log in or Create an account to join the conversation.
- TheWolf
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 29
- Thank you received: 0
6 years 3 months ago #9339
by TheWolf
Replied by TheWolf on topic Tryed to integrat StrUtiils in PascalScript IDE De
I have look a bit more in the sources but I have no idea where the mistake/bug is that strutils doesn't work.
Please Log in or Create an account to join the conversation.