Tag: object pascal
The remainder computation on two integers a and b can be normally simply expressed as %, or mod in most of the current modern programming languages. The process of …
Similarly to , the multithreading in a project has also caused the strange error, which is IO Error 103. It does not happen every time but randomly. I googled …
Recently, I have been working on a project that involves C# and Delphi. The C# is used develop the GUI-related application and the Delphi code provides a COM (Component …
A quick way to check if it is a 32 or 64-bit OS is to determine the size of a pointer. In 32-bit Operating System (OS), the size of …
June 15, 2012
batch script, beginner, code, code library, delphi, implementation, programming languages, technical, VBA, vbscript
MSScript Control is provided in msscript.ocx. It is a very handy tool to run VBScript/JScript without relying on CScript.exe or WScript.exe. However, many current scripts have used WScript object …