Trifle Menot
unread,Apr 5, 2013, 2:27:39 PM4/5/13You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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=