Based on cutting a 278Meg file into 50Meg chunks, I have couple of suggestions:
- the app doesn't yield while processing. IOW while cutting, if I open another window and then try to Alt+Tab, to see the progress, the FileCutter window does not pop up ...
:?: Not really sure what you're looking for, but here is your code with the values initialized and no error! Structure MapRec Levels.l MaxX.l MaxY.l EndStructure MapHeader.MapRec ;The map header
Normally only advanced programmers need to find the address of procedures. Probably the most common reason for needing the address of a procedure is when dealing with the OS at a low-level. Some OSes allow you to specify callback or hook ...
Active Accessibility uses Unicode strings as defined by the BSTR data type. If your application does not use Unicode strings, or if you want to convert strings for certain API calls, use the MultiByteToWideChar and WideCharToMultiByte Microsoft® Win32 ...