tondrej / chakracore-delphi

Delphi and Free Pascal bindings and classes for Microsoft's ChakraCore library
https://tondrej.blogspot.com/search/label/chakracore
MIT License
137 stars 34 forks source link

Call to PostTimedTask fails on Windows (x86_64) in HostSample and NodeSample #21

Closed PascalBergeron1993 closed 1 year ago

PascalBergeron1993 commented 1 year ago

See the following issue: https://github.com/tondrej/chakracore-delphi/issues/20

The bug did not affect the PostTimedTask method in the WasmSample project, but I still modified it for consistency.

The fix was tested on:

tondrej commented 1 year ago

Thank you for the fixes!