How to Dynamically Change DNS Servers

Posted December 15th @ 4:15 pm by m3Rlin

When you connect to the Internet (any kind of connection) you use DNS (Domain Name Server) servers to resolve domain names. To put that in plain English - you know Borland’s site is www.borland.com, but that name is for humans to better remember it. The address that your computer would connect to if you wanted [...]

How to Create Win32s Applications

Posted December 15th @ 7:34 am by m3Rlin

t is possible to create Win32s applications in Delphi 2+ that will run under Windows 3.x. But to run them you will have to have Win32s installed on the destination computer (It’s available for free from Microsoft). The trick is not to use any Win32 API functions that don’t exist in the Win32s API. Also [...]

Next Entries »