• src/conio/conio.vcxproj

    From rswindell@VERT to CVS commit on Wed Mar 12 23:22:57 2014
    src/conio conio.vcxproj 1.2 1.3
    Update of /cvsroot/sbbs/src/conio
    In directory cvs:/tmp/cvs-serv7995

    Modified Files:
    conio.vcxproj
    Log Message:
    Upgraded from MSVC2010 to MSVC2013. You can still use the previous revision
    of these files for now (if you don't want to upgrade just yet).

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Fri Mar 28 02:14:38 2014
    src/conio conio.vcxproj 1.3 1.4
    Update of /cvsroot/sbbs/src/conio
    In directory cvs:/tmp/cvs-serv10864

    Modified Files:
    conio.vcxproj
    Log Message:
    Change the target to Windows XP-IA32: resolves the "not a valid Win32 application" error message (when run on XP) and reportedly will allow target executables to run on non-SEE (pre-Pentium III) CPUs. Seriously, anyone really running Windows XP on a Pentium II today? I guess it's possible <shrug> and we really get little benefit from SSE in Synchronet.

    I couldn't get Windows 2000 running in Hyper-V, so I guess Windows 2000 is
    now officially unsupported by Synchronet (and long unsupported by Microsoft).

    Thanks to Android8675 for the bug report and Rushfan for the solution tip.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Sat Aug 22 02:53:19 2015
    src/conio conio.vcxproj 1.4 1.5
    Update of /cvsroot/sbbs/src/conio
    In directory cvs:/tmp/cvs-serv17463

    Modified Files:
    conio.vcxproj
    Log Message:
    Disable EditAndContinue option since it mostly manages to generate warnings.
    If DigitalMan uses the Edit and Continue feature, he can fix it. :-)



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Sat Feb 10 16:14:14 2018
    src/conio conio.vcxproj 1.5 1.6
    Update of /cvsroot/sbbs/src/conio
    In directory cvs:/tmp/cvs-serv20516

    Modified Files:
    conio.vcxproj
    Log Message:
    The non-SDL project file needs smblib/base64.* too.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Fri Jun 28 19:42:28 2019
    src/conio conio.vcxproj 1.6 1.7
    Update of /cvsroot/sbbs/src/conio
    In directory cvs:/tmp/cvs-serv1230

    Modified Files:
    conio.vcxproj
    Log Message:
    Need hash props (md5.h was moved from src/smblib to src/hash)

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wed Jul 17 20:11:38 2019
    src/conio conio.vcxproj 1.7 1.8
    Update of /cvsroot/sbbs/src/conio
    In directory cvs:/tmp/cvs-serv18159

    Modified Files:
    conio.vcxproj
    Log Message:
    Migrate to MSVC++ 2019 w/PlatformToolset v141_xp:
    Visual Studio 2017 - Windows XP (v141_xp) toolset

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sat Aug 31 14:57:25 2019
    src/conio conio.vcxproj 1.8 1.9
    Update of /cvsroot/sbbs/src/conio
    In directory cvs:/tmp/cvs-serv23976

    Modified Files:
    conio.vcxproj
    Log Message:
    Include the undeprecate property sheet to eliminate the Windows XP target deprecation warning from MSVC.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sun Apr 5 13:18:43 2020
    src/conio conio.vcxproj 1.9 1.10
    Update of /cvsroot/sbbs/src/conio
    In directory cvs:/tmp/cvs-serv21277

    Modified Files:
    conio.vcxproj
    Log Message:
    Added syncicon64.c to build, even though it's not used for non-sdl-Win32, it's now required.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Fri Apr 17 12:13:13 2020
    src/conio conio.vcxproj 1.10 1.11
    Update of /cvsroot/sbbs/src/conio
    In directory cvs:/tmp/cvs-serv5528

    Modified Files:
    conio.vcxproj
    Log Message:
    Add new file utf8_codepages.c to project to resolve:
    uifc.lib(uifc32.obj) : error LNK2001: unresolved external symbol _cp_to_utf8 uifc.lib(uifc32.obj) : error LNK2001: unresolved external symbol _utf8_to_cp


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tue Apr 28 10:35:17 2020
    src/conio conio.vcxproj 1.11 1.12
    Update of /cvsroot/sbbs/src/conio
    In directory cvs:/tmp/cvs-serv17029

    Modified Files:
    conio.vcxproj
    Log Message:
    conio now needs (#include's) hash/*.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sat May 15 01:33:30 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/e81683ac9ad7db137e16585f
    Modified Files:
    src/conio/conio.vcxproj
    Log Message:
    Fix the new try_x_init() link error
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net