Fixed a bug I caused in proboard.hpp where port = 10. I have changed this to 0 so that it will incriment correctly.

This commit is contained in:
larrystockman 2019-10-20 18:04:50 -05:00
parent ee133ec6b4
commit 5cde9280d2
15 changed files with 32 additions and 19 deletions

Binary file not shown.

BIN
EGA.OBJ

Binary file not shown.

View File

@ -1,5 +1,5 @@
@echo off
del /q turboc.cfg
if errorlevel 1 goto m_end
echo>D:\CPP\PB\PROBOARD\make0000.err
echo>D:\CPP\PB\PB222\make0000.err
:m_end

5
MAKE0300.BAT Normal file
View File

@ -0,0 +1,5 @@
@echo off
del /q turboc.cfg
if errorlevel 1 goto m_end
echo>D:\CPP\PB\PB222\make0300.err
:m_end

0
MAKE0300.LCK Normal file
View File

0
NANCY.LOG Normal file
View File

Binary file not shown.

Binary file not shown.

View File

@ -10,7 +10,7 @@
#define PID_STRING_HUDSON PID_STRING " H"
#define PID_STRING_SQUISH PID_STRING " S"
#define PID_STRING_JAM PID_STRING " J"
#define PORT_VALUE 10
#define PORT_VALUE 0
#define MAX_UNREG_NODES 255
#define MAX_UNREG_USERS 100000

Binary file not shown.

0
RESULTS.TXT Normal file
View File

BIN
SHELL.OBJ

Binary file not shown.

View File

@ -7,18 +7,18 @@ version_info(char *)
LOG(2,"Version info requested");
io << "\f\n\7"
" ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿\n"
" ³ ProBoard version " VERSION;
" ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿\n"
" ³ ProBoard version " VERSION;
for(int i=0;i<54-strlen(VERSION);i++) io << ' ';
io << "³\n";
io << " ³ \1(c) 2019 John Riley\7 ³\n";
io << " ³ \1(c) Originally Developed by Philippe Leybaert\7 ³\n";
" ³ ³\n";
io << "\7 ³ Copyright (c) 1990-2019 ProBoard Developmment Ninja Team ³\n";
io << "\7 ³ All Rights Reserved ³\n";
//io << "\7 ³ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄij\n"
"\7 ³ ³\n";
io << "³\n";
io << " ³ \1(c) 2019 John Riley\7 ³\n";
io << " ³ \1(c) Originally Developed by Philippe Leybaert\7 ³\n";
" ³ ³\n";
io << "\7 ³ Copyright (c) 1990-2019 ProBoard Developmment Ninja Team ³\n";
io << "\7 ³ All Rights Reserved ³\n";
//io << "\7 ³ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄij\n"
"\7 ³ ³\n";
//----------------------------
@ -48,17 +48,17 @@ version_info(char *)
}
else
{
io << " ³ \6UNREGISTERED EVALUATION VERSION ³\n"
"\7 ³ ³\n";
io << " ³ \6UNREGISTERED EVALUATION VERSION ³\n"
"\7 ³ ³\n";
}
io << "\7 ³ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄij\n";
io << "\7 ³ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄij\n";
io << " ³ JAM(mbp) - Copyright 1993 Joaquim Homrighausen, Andrew Milner, ³\n"
" ³ Mats Birch, Mats Wallin. ³\n"
" ³ ALL RIGHTS RESERVED. ³\n";
io << "\7 ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ\n\n "
io << " ³ JAM(mbp) - Copyright 1993 Joaquim Homrighausen, Andrew Milner, ³\n"
" ³ Mats Birch, Mats Wallin. ³\n"
" ³ ALL RIGHTS RESERVED. ³\n";
io << "\7 ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ\n\n "
<< S_PRESS_ENTER_TO_CONTINUE;
}

3
make32.bat Normal file
View File

@ -0,0 +1,3 @@
@echo off
call mc32.bat *.cpp

5
mc32.bat Normal file
View File

@ -0,0 +1,5 @@
@echo off
echo Compiling %1 %2 %3 %4 %5 %6 %7 %8 %9
bcc32 @mc.cfg %1 %2 %3 %4 %5 %6 %7 %8 %9