From rswindell@VERT to CVS commit on Wed Mar 12 23:23:34 2014
src/smblib smblib.vcxproj 1.2 1.3
Update of /cvsroot/sbbs/src/smblib
In directory cvs:/tmp/cvs-serv8007
Modified Files:
smblib.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).
From rswindell@VERT to CVS commit on Fri Mar 28 02:15:18 2014
src/smblib smblib.vcxproj 1.3 1.4
Update of /cvsroot/sbbs/src/smblib
In directory cvs:/tmp/cvs-serv10878
Modified Files:
smblib.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.
---
þ Sy
From deuce@VERT to CVS commit on Sat Aug 22 02:50:33 2015
src/smblib smblib.vcxproj 1.4 1.5
Update of /cvsroot/sbbs/src/smblib
In directory cvs:/tmp/cvs-serv17365
Modified Files:
smblib.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. :-)