Available Downloads
WRPN is completely free of charge. There are no licensing requirements. Currently available in English only.
- SetupWRPN.msi - the WRPN setup file for Microsoft Windows
Alternatively, if you just want to try the application without having to install anything, you can extract the following files (to a USB flash drive, for example). Obviously, there is no check for prerequisites:
- ProgramFiles.zip - Contents of Install package
Other downloads include:
- wrpn.chm - the WRPN Help file (included in the SetupWRPN.msi file)
- WRPN.jar - Java version of the application for Mac OS/Linux. You may need to install the latest version of the Java Runtime (sudo apt install openjdk-21-jre)
User Manual
- The PDF of the original HP16C Users Guide can be found at https://literature.hpcalc.org/items/589
System Requirements/Prerequisites
WRPN will run on all modern Windows platforms, and requires at least version 4.8 of the .Net Framework. If the .Net Framework is not present, the user will be prompted to install it during the setup
Setup Instructions
To install WRPN, just download and click the SetupWRPN.msi file. The install wizard will launch and allow you to select the location to install the application, configuration files, and help files.
Source code
WRPN is also available as "source code". That means that can use Microsoft Visual Studio to alter the program and recompile it to suit your needs. Microsoft provides the Visual Studio Community Edition as a free download at https://visualstudio.microsoft.com/
Download | Type | Language |
---|---|---|
WRPN_cs.zip | Windows Form Application | C# 4.8 |
WRPN_csCore.zip | Windows Form Application | C# 8.0 |
WRPN_vb.zip | Windows Form Application | Visual Basic.Net 4.8 |
WRPN_web.zip | ASP.Net Web Application | Visual Basic.Net 4.8 |
WRPN_Java.zip | Java Application (using Swing) | NetBeans 22 |
WRPN_Android.zip | Android App | Android Studio 2024.1.1 |
WRPN_JavaScript.zip | JavaScript App | Vscode |