Welcome, Guest
Username: Password: Remember me
Components and Libraries for Scripting Development, discussions, problems and suggestions
  • Page:
  • 1

TOPIC:

Diff between Titan and Pascal scriptting engines? 8 years 9 months ago #7657

  • Alexandr
  • Alexandr's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 62
  • Thank you received: 2
Greetings!

What different between TitanScript and PascalScript?

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

Diff between Titan and Pascal scriptting engines? 8 years 9 months ago #7659

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100
Sir
both are Scripts Engines
Titan has more abilities but has some problems with 64bit CPUs and don't support arm CPUs yet
Pascal script support and arm CPUs

Titan Script Engine need work
PilotLogic Architect and Core Programmer

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

Last edit: by Sternas Stefanos.

Diff between Titan and Pascal scriptting engines? 8 years 3 weeks ago #9328

  • TheWolf
  • TheWolf's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 29
  • Thank you received: 0
I've seen that somebody in the chat has asked what the exact differences are between TitanScript and PascalScript. I'm interested, too, what the exact differences are between both.
P.S. I can confirm the compilation bug I can't compile TitanScript IDE Demo,too.
Compilation tested on Ubuntu 14.04 64Bit, Unity Desktop, Kernel 4.4.0-040400-generic

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

Diff between Titan and Pascal scriptting engines? 8 years 3 weeks ago #9330

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100
Thanks Sir
we will fix this

PS: please test and these samples from LAB CT 5.8 CodeOcean
PilotLogic Architect and Core Programmer

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

Last edit: by Sternas Stefanos.

Diff between Titan and Pascal scriptting engines? 8 years 3 weeks ago #9332

  • TheWolf
  • TheWolf's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 29
  • Thank you received: 0
Now I can compile TitanScript IDE Demo. But I get nearly by all example scripts Access violation in the TitanIDE or the IDE Crash Instantly

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

Diff between Titan and Pascal scriptting engines? 8 years 3 weeks ago #9333

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100
Is 64bit problem, for 32bit target all work ok
we must find the problem for 64bit targets
PilotLogic Architect and Core Programmer

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

Diff between Titan and Pascal scriptting engines? 8 years 3 weeks ago #9334

  • TheWolf
  • TheWolf's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 29
  • Thank you received: 0
Ok thanks for your help.
one more question is Titanscript runnable on 32Bit arm for example the raspberrypi?

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

Last edit: by TheWolf.

Diff between Titan and Pascal scriptting engines? 8 years 3 weeks ago #9335

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100
The problem with pl_Titanscript is that use
assebly routines, and this is the problem with arm

look at
components\pl_TitanScript\source\inc\Base_tScripter_Call.inc file

we want help with this...
PilotLogic Architect and Core Programmer

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

Last edit: by Sternas Stefanos.

Diff between Titan and Pascal scriptting engines? 8 years 3 weeks ago #9336

  • TheWolf
  • TheWolf's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 29
  • Thank you received: 0
I have never worked with Assambly, i dont think i can help there.

I'm building crosscompiler 32Bit at the moment. When the compiler is ready, I try it again with them and report here.

P.S. Cross compile doesn't work the linker crashes

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

Last edit: by TheWolf.

Diff between Titan and Pascal scriptting engines? 3 years 6 months ago #15118

  • Adrijan
  • Adrijan's Avatar
  • Offline
  • New Member
  • New Member
  • Posts: 7
  • Thank you received: 0
Hi,
I use TitanScript with Typhon64 IDE v6.4

Compiled SimpleIDE from CodeOcean\pl_TitanScript and I got Access violation whenewer I ty to use Integers...

Program test;
begin
Write(StrToInt(10));
end.

ERROR : Access violation At pos 1 : 0 : 23

32-bit version works fine.
Should I switch to Pascal Script or newer CT or am I doing something wrong?

Thanks

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

Diff between Titan and Pascal scriptting engines? 3 years 6 months ago #15119

  • Matis A.
  • Matis A.'s Avatar
  • Away
  • Moderator
  • Moderator
  • Posts: 1057
  • Thank you received: 148
pl_TitanScript has problem on 64bits OSes.

You can use (CT 7.20):
-pl_PascalScript
-pl_Lape
or
the latest CT Script package
-pl_MagicScript, support ALL Host and Target CPU-OS-Platform.
PilotLogic Core Programmer
The following user(s) said Thank You: Adrijan

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

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