Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOS Boot Flag #17

Open
eltoneo opened this issue Feb 8, 2022 · 2 comments
Open

DOS Boot Flag #17

eltoneo opened this issue Feb 8, 2022 · 2 comments

Comments

@eltoneo
Copy link

eltoneo commented Feb 8, 2022

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
Copy link
Author

eltoneo commented Feb 10, 2022

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
Copy link
Author

eltoneo commented Feb 11, 2022

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


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant