Chilkat PureBasic Module v9.5.0.94 MultiOS Process Windows Events in Loops that Take a Long Time to Run If your code has a loop that takes a long time to run, then make sure to process Windows events by calling WindowEvent. See PureBasic WindowEvent, and PureBasic Windows Message Handling. Otherwise Windows will complain that your application has stopped responding. My PureBasic Application Crashes on Linux when Running as an Executable, but not when Debugging in the IDE The Chilkat PureBasic download contains one .pb file for each Chilkat class. The following code snippet exists in each .pb file. Getting Started Instructions Download and unzip to any directory. The native Windows, Linux, and MacOS implementation are contained in the DLL, .so, and dylib files: chilkatPb-9_5_0.dll (The Chilkat DLL for 64-bit Windows) chilkatPb32-9_5_0.dll (The Chilkat DLL for 32-bit Windows) libchilkatPb-9_5_0.dylib (The Chilkat dylib for MacOSX) libchilkatPbM1-9_5_0.dylib (The Chilkat dylib for M...