Benjamin Rosseaux

Results 10 comments of Benjamin Rosseaux

You are welcome to share them with me, and I will have a look at them.

I will look into this issue in the next days. Thanks for this bug report.

Can you upload a complete test project with your issue?

It'll be released when it's done, because the ECMAScript 2016 specification is considerably more complex and larger than the older ECMAScript 5.1 specification (where BESEN 1.x is based on). The...

I want it so like also to work on BESEN (and on CrossPascal etc.) again, but I lack thereto the usual stuff to do that: Time and apart from that...

You must maybe temporally protect or lock all besenobjectvalue(BesenActorList.Data[i]) instances in the garbage collector, and all instances must be BESEN objects itself.

try ```` ResultValue.ValueType:= bvtBOOLEAN; ResultValue.Bool:= false; ara:= TBESENObjectArray.Create(Instance,TBESEN(Instance).ObjectArrayPrototype,false); TBESEN(Instance).GarbageCollector.Add(ara); ara.GarbageCollectorLock; try for i:= 0 to BesenActorList.highest do begin // this works well - returns an string array ara.Push( BESENStringValue('Test String,...

> > Are there any other tools that would be useful to check the functionality? > > You can use the [Babylon sandbox](https://sandbox.babylonjs.com/) to check also. There are [two issues](https://github.com/KhronosGroup/glTF/pull/2147#issuecomment-1520800128)...

Nope, FPC raises then a error then, at least stable FPC versions, while it seems to be fixed in the non-stable FPC dev version. Thus, I would wait here until...