• PCBoard 15.3 source v0.007 desqview fix

    From Trifle Menot@triflemenot@protocol.invalid to alt.bbs.pcboard on Fri Apr 5 18:27:39 2013
    From Newsgroup: alt.bbs.pcboard


    On desqview I got a sharing violation when trying to run 2 nodes at the
    same time. To successfully run multinode on desqview, pcboardm.exe must
    have the read only attribute. You can add it by hand:

    attrib +r pcboardm.exe


    And here is a build fix I will roll into the next release:


    --- main/compile.bat 2013-03-02 20:45:46 +0000
    +++ main/compile.bat 2013-04-05 17:57:18 +0000
    @@ -45,6 +45,8 @@
    %MAKE% -f153\pcboard.mak -DNUMNODES=PCB_MAXNODES=%NODES% %P1% %P2% %P3% %P4% %P5% %P6% %P7% %P8% %P9% > errors
    rem list errors

    +if exist obj\bc31\pcboardm.exe attrib +r obj\bc31\pcboardm.exe
    +
    SET P1=
    SET P2=
    SET P3=
    --- Synchronet 3.17a-Linux NewsLink 1.108