FYI, software is software is software. Not matter if you call it an application or a program. The only different is how the software is handled and executed by your OS. Mac programs are just folders with a ".app" extension with all of the program data in the folder. While Windows applications are handled via ".exe" files and are either self-contained (with no other files required) or have all the application data in Dynamic Link Libraries (DLLs). So th
110 Replies
56,862 Views