Re: tcp/ip with msclient
- From: "Eric T" <nobody@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 15 Dec 2007 21:12:36 -0000
"Robert Riebisch" <Robert.Riebisch@xxxxxxxx> wrote in message news:476432a5$0$17538$9b4e6d93@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Tomasz Zbro?ek wrote:
Hi! I'm looking for library to use tcp with MS Client. I mean I'm looking
for DJGPP equivalent to DOS_SOCK.LIB from MS Socket Development Kit. Is
there anything like this ?
No. :-|
or maybe I can find source-code to DOS_SOCK.LIB somewhere ?
Either get the MS Sockets Development Kit or reverse engineer that
library.
I had a look at the MS Sockets Development Kit and tried to use the .lib in a test build using djgpp.
However, Micosoft .lib was reported to be an unrecognized format. Then I used a hex editor to find out the name of the module in the .lib which turned out to be "solocate" and extracted the object file with lib.exe ... to find that the file was again an unrecognized format: a Microsoft .obj file not a .o. As far as I know, there's no easy way to convert a .obj file to .o.
I too am looking for a way of gaining internet access from real DOS using the MS client/server's tcp/ip. I can't get watt-32 (32-bit port of wattcp) to detect my packet driver.
With good wishes,
EricT.
.
- Follow-Ups:
- Re: tcp/ip with msclient
- From: rugxulo
- Re: tcp/ip with msclient
- From: Eric T
- Re: tcp/ip with msclient
- References:
- tcp/ip with msclient
- From: Tomasz Zbrożek
- Re: tcp/ip with msclient
- From: Robert Riebisch
- tcp/ip with msclient
- Prev by Date: Re: tcp/ip with msclient
- Next by Date: Re: tcp/ip with msclient
- Previous by thread: Re: tcp/ip with msclient
- Next by thread: Re: tcp/ip with msclient
- Index(es):
Relevant Pages
|