Dart Vanya
Dart Vanya
StrGet with lenght >= MAX_NUMBER_LENGTH (255) copy characters after null terminator (if lenght => StrLen(source_str)). This brokes the result string (wrong lengh, cannot concat to it, etc). Testbench: ``` test...
If there is no stack arguments we can jump over ineffective code that copying stack arguments. Tested on: ``` DllCall(CallbackCreate(TestFunc1,, 5), "Ptr",228, "Str","Test string", "Ptr",1, "Ptr",1, "Ptr",1337) DllCall(CallbackCreate(TestFunc2,, 2), "Ptr",228,...
CallbackCreate - add '$' option to create callback that is safe to pass to multithreaded APIs. If callback thread not equal to AHK thread execution will be synchronized via SendMessage...