trouble with hooking the requester

Just starting out? Need help? Post your questions and find answers here.
Sparkie
PureBatMan Forever
PureBatMan Forever
Posts: 2307
Joined: Tue Feb 10, 2004 3:07 am
Location: Ohio, USA

Post by Sparkie »

Add line 127

Code: Select all

bufferSize = 4096 ; or your preferred buffer size

Change line 129 to

Code: Select all

*selectedFile = AllocateMemory(bufferSize)
Change line 164 to

Code: Select all

For n = Len(folder$) To bufferSize 
What goes around comes around.

PB 5.21 LTS (x86) - Windows 8.1
Post Reply