Does anyone know how to use Binary Quickload?

Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.
  • I'm trying to read binary data from some files and is able to do that with the Binary object alone. But I want to be able load a sequence of bytes from a large file without loading all of it into memory. As I understand the Binary Quickload object can be used together with the Binary object for this purpose.

    But how? Binary Quickload only lets you specify a memory address to where it will load the bytes, and I try to specify the address for the Binary object but no data appears. Does anyone know how to do this?

  • Perfect!

    For future reference (event order):

    1. Binary object - Resize binary (set to number of bytes)

    2. Binary Quickload - Load binary (path to file, memory address (get address from Binary object), starting byte, number of bytes to load (same as size of Binary object)).

    3. Read bytes from Binary object.


    Thanks, Looki!

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!