Jump to content

Recommended Posts

Posted

I finally got to feeling good enough to work on this some more. I've removed the requirement for DllMain, and thus, removed the requirement for linking to CRT. This dropped the size of my test DLL from 48 kb to 4 kb uncompressed (Compiled as a resource only DLL, obviously).

I also reworked things to make it easier to register functions. It looks like MFC's message maps now (Minus the insane code bloat of MFC, of course).

Hopefully I can finish this soon and send it off to Jon. I still need a bit of help on the DLL loading command, though, the best I can do is hard-code my path in :iamstupid: .

  • 6 months later...
Posted

There was a flaw in the design that limited it to only working with the same compiler AutoIt3.exe is compiled with.

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...