Jump to content

Recommended Posts

Posted

Just a little file patching tool experiment.

Basic idea behind it, A way to share small patches by way of text(forum/wiki/etc).

Download = Source, needs AutoIt v3.3.1.1.

----

Limit:
    - All actions are limited/locked to first 4GB.
---

The reason your application is limited to 4GB addressing, is it's compiled as a 32bit application. If you compiled/ran it against the AutoIt X64 core, it'd be able to address a lot larger files. (Addressing issue stems from 32bit Unsigned Integer limit.)

Blah, blah, blah... lip service... lip service.Working on a number of projects right now, just waiting for my time to post them here on AutoIt forums.

Posted

The reason your application is limited to 4GB addressing, is it's compiled as a 32bit application. If you compiled/ran it against the AutoIt X64 core, it'd be able to address a lot larger files. (Addressing issue stems from 32bit Unsigned Integer limit.)

It's still possible for 32 bit apps to address bigger files.

Broken link? PM me and I'll send you the file!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...