Re: tcp/ip with msclient



"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.

.



Relevant Pages

  • Re: C module wont link to my MFC project
    ... JongAm Park wrote: ... you added an obj file or a lib file which is a C-module into your VC 2003 project. ... Then in the object file, whether it is obj or lib, your function will be written "crcCalc". ... To be able to call the "C" function, you need to embrace the lines in the header file this way. ...
    (microsoft.public.vc.ide_general)
  • Re: Linking multiple .LIB files for override of function
    ... The way the linker works is not just the first the .lib ... In this sense, if our client exe first calls funcoverride, it will use ... That's why linking the myspeical.lib's ... obj file ensures that myspecial.lib!funoverride is used. ...
    (microsoft.public.vc.ide_general)
  • Re: Unwanted PRIVATE symbols in masm obj file
    ... This was sort of a security issue. ... I needed to send an OBJ file to someone, ... first, assemble the file to OMF format, then give it to this BAT file: ... lib /EXTRACT:%1.obj %1.lib ...
    (comp.lang.asm.x86)
  • Re: Plese remove all referanses to HLA, please ???? Dear God. Please remove all referanses to HLA.
    ... something thatis not totally usefull for RosAsm. ... .lib and .obj files. ... As long as the creation of a asm file that was originated form a lib ... With the data acquired from a lib or obj file, the user can be able to ...
    (alt.lang.asm)