jhhoward / MicroWeb

DOS Web browser for 8088 class machines
GNU General Public License v2.0
436 stars 31 forks source link

DOS Boot Flag #17

Open eltoneo opened 2 years ago

eltoneo commented 2 years ago

Re: MicroWeb build ERR:


....\lib\mtcp\tcplib\trace.cpp: 201 lines, included 2434, no warnings, no errors

Code size: 270 wlink system dos name microweb.exe file { MicroWeb.obj App.obj Parser.obj Renderer.obj Tags.obj Platform.obj CGA.obj EGA.obj Hercules.obj Font.obj Inter face.obj DOSInput.obj DOSNet.obj Page.obj packet.obj arp.obj eth.obj ip.obj tcp. obj tcpsockm.obj udp.obj utils.obj dns.obj timer.obj ipasm.obj trace.obj } Error (E14): Cannot execute (wlink): Arg list too big Error (E42): Last command making (microweb.exe) returned a bad status Error (E02): Make execution terminated


eltoneo commented 2 years ago

WLINK complaint:


DOS/4GW Protected Mode Run-time Version 1.97 Copyright (c) Rational Systems, Inc. 1990-1994 Warning! W1008: cannot open ....\LIB\MTCP\MTCPLIB.lib : path not found


There is no sign of 'MTCPLIB.lib' in MicroWeb src.

eltoneo commented 2 years ago

Remaining wlink.exe complaints:


Error! E2028: void far DOSNetworkDriver::Init() is an undefined reference Error! E2028: void far DOSNetworkDriver::Shutdown() is an undefined reference Error! E2028: void far DOSNetworkDriver::Update() is an undefined reference Error! E2028: HTTPRequest far far DOSNetworkDriver::CreateRequest( char far ) is an undefined reference

Error! E2028: void far DOSNetworkDriver::DestroyRequest( HTTPRequest far * ) is an undefined reference

Error! E2028: __far DOSHTTPRequest::DOSHTTPRequest() is an undefined reference Error! E2020: size of group DGROUP exceeds 64k by 1104 bytes