Skip to content

Ping GUI 1.0.1.0

Latest

Choose a tag to compare

@atiq-cs atiq-cs released this 01 Mar 02:39

Ping GUI build with toolsets from 2022-02, VS 2022

  • Code updated
  • Balloon Notification bug fix
  • Tested on Windows 10

Please ignore the source code.zip which contains source-code of the entire repo (all projects).
Instead please utilize the project source dir:
https://github.com/atiq-cs/cpp/tree/dev/MFC/PingGUI

Ping GUI App

Apologies, this is a Windows release. Please compile the source file to get the binary on Unix or feel free to contribute for Unix via PR. :)

Win Binary deps,

D:\> dumpbin /dependents PingGUI.exe
Microsoft (R) COFF/PE Dumper Version 14.34.31937.0
Dump of file PingGUI.exe
File Type: EXECUTABLE IMAGE
  Image has the following dependencies:

    mfc140u.dll
    KERNEL32.dll
    USER32.dll
    SHELL32.dll
    COMCTL32.dll
    ole32.dll
    OLEAUT32.dll
    IPHLPAPI.DLL
    WS2_32.dll
    VCRUNTIME140.dll
    api-ms-win-crt-heap-l1-1-0.dll
    api-ms-win-crt-runtime-l1-1-0.dll
    api-ms-win-crt-math-l1-1-0.dll
    api-ms-win-crt-stdio-l1-1-0.dll
    api-ms-win-crt-locale-l1-1-0.dll