• src/sbbs3/pktdump.vcxproj

    From rswindell@VERT to CVS commit on Wed Apr 8 22:34:47 2020
    src/sbbs3 pktdump.vcxproj NONE 1.1
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv6191

    Added Files:
    pktdump.vcxproj
    Log Message:
    An MSVC (2019) project file for pktdump.exe. It never had one?



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Mon Apr 27 18:19:24 2020
    src/sbbs3 pktdump.vcxproj 1.1 1.2
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv8711

    Modified Files:
    pktdump.vcxproj
    Log Message:
    Remove the x64 build targets.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Fri Oct 31 17:27:16 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/40e11e292e0b5db47102cdb1
    Modified Files:
    src/sbbs3/pktdump.vcxproj
    Log Message:
    Since XPDEV is built with WinSDK 10, so must pktdump

    or else it fails to link with error:
    unresolved external symbol __ftoul2_legacy referenced in function _msclock

    pktdump was building with WinSDK 7 (and the old compatible toolchain) for Windows XP compatibilty.

    I made this change in the previous commit, but only for the debug config.
    Make the same change for the release builds (which the pipelines build/use).

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net