[omniORB] Omni V4 :: ERROR on WinNT4.0

Malge Nishant MNishant@quark.co.in
Thu Jun 6 05:15:03 2002


hi Norrie
	I am building on Windows NT 4.00.1381 (x86).

	WSAIoctl  with SIO_ADDRESS_LIST_QUERY gives me the error 10022. I
writing an independant application but still the same problem. I guess it is
the problem with the SDK header files.. which I am using. Somewhere is MSDN
, this is mentioned. I have changed the implementation of win32_get_ifinfo
with WSAIoctl  using SIO_GET_INTERFACE_LIST instead of
SIO_ADDRESS_LIST_QUERY, and is working fine. 
thank you,

If you want the new function I can send it to you.

Nishant

-----Original Message-----
From: Norrie Quinn [mailto:norrie.quinn@tumbleweed.com]
Sent: Wednesday, June 05, 2002 10:21 PM
To: Malge Nishant; omniorb-list@realvnc.com
Subject: RE: [omniORB] Omni V4 :: ERROR on WinNT4.0


Nishant,

We also found that omniORB4 runs on Windows2000 but not on Windows NT4 due
to the error you mention.  We suspected that this was because we build
omniORB on Windows 2000, but did not investigate further as we no longer
support Windows NT.

Which os did you build omniORB on?

Norrie

> -----Original Message-----
> From: Malge Nishant [mailto:MNishant@quark.co.in]
> Sent: Wednesday, June 05, 2002 5:46 AM
> To: omniorb-list@realvnc.com
> Subject: [omniORB] Omni V4 :: ERROR on WinNT4.0
> 
> 
> hi all,
> 
> 	I was trying to use omniORB 4.0. I am able to build it. 
> But when I
> run any service say OmniNames it gives me this error ->
> 
> 			Cannot get the address of this host
> 			Error: Unable to create an endpoint of this
> description: giop:tcp::2809
> 
> I went thr' the Code ... and found out that,,,
> 
> if ( WSAIoctl(sock,SIO_ADDRESS_LIST_QUERY,
>                   NULL,0,
>                   (LPVOID)ifr,(DWORD)len,(LPDWORD)&retlen,
>                   NULL,NULL) == SOCKET_ERROR ) {
> ........
> .........
> }
> 
> is failing in win32_get_ifinfo function
> (src\lib\omniORB\obrcore\tcp\tcpTransportImpl.cc file) 
> 
> Any one has corrected this Problem.... or enything wrong on my part...
> 
> 
> ty
> 
> Regards
> Nishant
> _______________________________________________
> omniORB-list mailing list
> omniORB-list@realvnc.com
> http://www.realvnc.com/mailman/listinfo/omniorb-list
>