besen icon indicating copy to clipboard operation
besen copied to clipboard

Complete ECMAScript Fifth Edition Implemention in Object Pascal

Results 23 besen issues
Sort by recently updated
recently updated
newest added

I have a problem with file operations, specifically when there is an exception while writing to a file (when the file does not exist in this instance). When I call...

Hi Benjamin! BESEN does not see native object's string properties. Or maybe I did something wrong? ``` program BESENTest; {$APPTYPE CONSOLE} {$R *.res} uses System.SysUtils, BESEN, BESENValue, BESENObject, BESENConstants, BESENNativeObject;...

Dear Sir. I am very interested in your project now. By the way, I am a beginner so I don't know how to run this GitHub project and how to...

I'm really determined to use besen in my project, and am still working on my game with it and writing a tutorial for others to do so, but i have...

Whenever an instance of class that is registered in besen is created, i put it on a class pointer list internally. I need a class function on another class -...

https://github.com/BeRo1985/besen/blob/4d55f34fb3b0e9aa7e18ca0b18dd40d813d4d23c/src/BESENParser.pas#L118 ErrorProc is set to nil here, is there a reason for this? It took me white a while to figure this out why i was losing my runtime error...

type.. TActorInterface = class(TBESENNativeObject) class is registered properly so it can be prototyped from: BesenInst.RegisterNativeObject('Actor', TActorInterface); So i try to create a object on my side, and pass it as...

"Complete ECMAScript Fifth Edition Implemention in Object Pascal" should be: "Complete ECMAScript Fifth Edition Implementation in Object Pascal" "and it is a complete ECMAScript Fifth Edition Implemention" should be: "and...

Can't compile with Android target under Delphi 10.3 compiler. Any chance/plan to support Android/iOS target?