Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

PCBoard 15.3 source v0.007 desqview fix

28 views
Skip to first unread message

Trifle Menot

unread,
Apr 5, 2013, 2:27:39 PM4/5/13
to

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=
0 new messages