Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
nettxrx-src.zip | 2011-03-15 | 154.4 kB | |
nettxrx-bin.zip | 2011-03-15 | 13.3 MB | |
changes | 2011-03-15 | 1.3 kB | |
readme.txt | 2011-03-15 | 3.7 kB | |
Totals: 4 Items | 13.4 MB | 0 |
Download nettxrx-bin.zip if you want to install the nettxrx binaries. Download nettxrx-src.zip if you want to build and install nettxrx from source. Please read readme-install.txt for more detailed instructions. nettxrx version 0.4 ======================================================================== 20110312 1) Fixed an intermittent drawing issue on Windows 7 where the CPU graph was scaling incorrectly when the nettxrx window was restored for the first time from the tool tray icon state. 2) Added user configurable tool tray icon colors. nettxrx version 0.3 ======================================================================== 20110203 1) Fixed a minor drawing issue caused by an commented out UpdateWindow call in the WM_TIMER handler. 2) Fixed the format string for the Rx and Tx labels when one was showing KB and the other was showing MB, etc. 3) Added option for independent scaling of Rx and Tx graphs. 4) Updated html help. 5) Fixed a bug where disabling the tray icon graph when running in the tray didn't restore the standard tray icon. 6) Changed the menu scaling menu text to "Scale Rx and Tx equally". nettxrx version 0.2 ======================================================================== 20110121 Fixed a scaling bug which happened sometimes when restoring from the tooltray. nettxrx version 0.1 ======================================================================== 20110119 Initial release. Install from binary package nettxrx-bin.zip: ======================================================================== 1) Extract the contents of nettxrx-bin.zip to a directory of your choice. 2) Right click nettxrx.msi and select "install". On Vista and Windows 7 you may be prompted for Administrator credentials. 3) After the install program completes there will be a nettxrx entry in your Programs menu. You can start nettxrx from there. Note: If you get an error message when you start nettxrx about a missing MSVCR100.dll you will need to install the Microsoft Visual Studio 10 Runtime. You can find it in the same directory you created when you extracted the files in step 1) above. Just select the runtime for your system (example: vcredist_x86.exe if you have a 32bit Intel platform). You will need Administrator credentials to install the runtime. You can also download the correct runtime from Microsoft. If you get an error when you try to install nettxrx.msi, you probably need to upgrade your Microsoft Windows Installer (MSI). Please search on the Microsoft website for the download link to their latest version of MSI. Build and install from source package nettxrx-src.zip: ======================================================================== I used the Microsoft SDK version 7.1 to build nettxrx. It should also build with earlier SDK versions with minor changes. Extract nettxrx-src.zip to a directory. The nettxrx sources will be in the nettxrx directory. The hgperfmon.dll source will be in nettxrx\hgperfmon\ and the help files will be in nettxrx\nettxrx-help\. There are two binaries you need to build: hgperfmon.dll and nettxrx.exe. There is a Makefile for each. First run nmake to build the dll. Then you'll need to copy the hgperfmon.lib to the same directory containing the nettxrx.exe source files. Then you can run nmake to build nettxrx.exe. Nettxrx.exe expects to find the html help files and jpegs in its working directory (the same directory where it has been intstalled). You could also import both hgperfmon and nettxrx as makefile based projects into Visual Studio and build from the Visual Studio IDE.