http://msdn.microsoft.com/en-us/library ... s.85).aspx
http://msdn.microsoft.com/en-us/library ... s.85).aspx
I found this windows c code for ipv6 could someone make our socket's programming sense ipv4 / ipv6 connection
so we are ready for ipv6 sockets.
Thanks Mike
Search found 67 matches
- Fri Feb 04, 2011 4:32 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Socket Connections with ipv4 sockets running out!!!!!!!!!!
- Replies: 1
- Views: 501
- Fri Feb 04, 2011 4:11 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Socket Connections with ipv4 sockets running out!!!!!!!!!!
- Replies: 1
- Views: 501
Socket Connections with ipv4 sockets running out!!!!!!!!!!
The last of the ipv4 ip address where handed out today Read - http://news.cnet.com/8301-30685_3-20030482-264.html Once the ip4 addresses are all issued our socket programs will no longer work. They expect all of the ipv4 addresses to be issued within the next 6 months. If you have a need for socket ...
- Tue Nov 30, 2010 6:24 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Will All Socket Programming Fail After June 2011.
- Replies: 0
- Views: 357
Will All Socket Programming Fail After June 2011.
They are expecting to run out of ip addresses in the ipv4 format about June 2011.
When will fivewin support ipv6?
Should I look for an other solution for socket programming.
Thanks
Mike S. Buckler
When will fivewin support ipv6?
Should I look for an other solution for socket programming.
Thanks
Mike S. Buckler
- Tue Jun 22, 2010 10:38 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Any plans for ipv6 ??
- Replies: 0
- Views: 303
Any plans for ipv6 ??
If fivewin compatible with ipv6 sockets ???
Thanks
Mike
Thanks
Mike
- Thu Nov 19, 2009 5:16 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Is this the correct way to create a one byte LRC
- Replies: 2
- Views: 444
- Wed Nov 18, 2009 8:14 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Is this the correct way to create a one byte LRC
- Replies: 2
- Views: 444
Is this the correct way to create a one byte LRC
Thanks In Advance -
Is this the correct way to create a one byte LRC
Is this the correct way to create a one byte LRC
Code: Select all
function MyLRC(text)
local ret:=left(text,1),x
for x = 2 to len(text)
ret:=chr(nXor( asc(ret), Asc(substr(text,x,1) ) ) )
next
return ret
- Sun Apr 05, 2009 2:41 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Need Help With CodeJock.SkinFrameWork License
- Replies: 3
- Views: 1063
Re: Need Help With CodeJock.SkinFrameWork License
No I did not.
Mike
Mike
- Sun Mar 22, 2009 7:12 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADS Server & Linux
- Replies: 2
- Views: 521
ADS Server & Linux
Has anyone tried Advantage Data Base Server executing from a Linux server. Does it function ok? If using a Linux server with a computer name of Main Server. Can a windows station execute if file("\\MainServer\Data\SomeFile.dbf") I have never used Linux but I was thinking it may be good for...
- Tue Nov 18, 2008 5:59 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How do I remove the X close on the top of a dialog box?
- Replies: 14
- Views: 2768
- Tue Nov 18, 2008 4:01 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How do I remove the X close on the top of a dialog box?
- Replies: 14
- Views: 2768
- Tue Nov 18, 2008 12:29 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How do I remove the X close on the top of a dialog box?
- Replies: 14
- Views: 2768
- Mon Nov 17, 2008 7:27 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How do I remove the X close on the top of a dialog box?
- Replies: 14
- Views: 2768
How do I remove the X close on the top of a dialog box?
I would like to remove the X close button on the top right corner of a dialog box.
Any help would be greatly appreciated.
Thanks In Advance Mike.
Any help would be greatly appreciated.
Thanks In Advance Mike.
- Wed Nov 05, 2008 4:24 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: SetWindowPos( Question
- Replies: 0
- Views: 349
SetWindowPos( Question
Is there a way to use SetWindowPos( to make an application always stay in the background prior to any other window. I have 5 executables that I would like to always be in the background (behind my main app) except for when an end user alt tab to the application, is there any way to keep them in the ...
- Thu Oct 30, 2008 10:49 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Help Please Media Player & Vista ???
- Replies: 2
- Views: 407
- Thu Oct 30, 2008 10:48 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Need Help With CodeJock.SkinFrameWork License
- Replies: 3
- Views: 1063
Need Help With CodeJock.SkinFrameWork License
Does anyone know how to include the Codejock.SkinFramework.v12.0.2.lic file in your app. Below is there description on how to do it. Thanks Mike. Description Alternative for .lic file. Included primarily for non Visual Basic's developers. Property type Read-write property Syntax (Visual Basic) Publi...