Search found 67 matches

by Mike Buckler
Fri Feb 04, 2011 4:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Socket Connections with ipv4 sockets running out!!!!!!!!!!
Replies: 1
Views: 461

Re: Socket Connections with ipv4 sockets running out!!!!!!!!!!

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
by Mike Buckler
Fri Feb 04, 2011 4:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Socket Connections with ipv4 sockets running out!!!!!!!!!!
Replies: 1
Views: 461

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 ...
by Mike Buckler
Tue Nov 30, 2010 6:24 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Will All Socket Programming Fail After June 2011.
Replies: 0
Views: 327

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
by Mike Buckler
Tue Jun 22, 2010 10:38 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Any plans for ipv6 ??
Replies: 0
Views: 272

Any plans for ipv6 ??

If fivewin compatible with ipv6 sockets ???
Thanks
Mike
by Mike Buckler
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: 395

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

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
by Mike Buckler
Sun Mar 22, 2009 7:12 am
Forum: FiveWin for Harbour/xHarbour
Topic: ADS Server & Linux
Replies: 2
Views: 488

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...
by Mike Buckler
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: 2654

Thanks Ramesh
MIke
by Mike Buckler
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: 2654

How does the dialog style have to be set to have diasblex work, The dialog I am testing on is from pelles c resource and I have tried with system true and false.
Thanks Mike
by Mike Buckler
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: 2654

Is there a way to keep a menu icon and not have the X close window in the top right corner?
Thanks Mike.
by Mike Buckler
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: 2654

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.
by Mike Buckler
Wed Nov 05, 2008 4:24 am
Forum: FiveWin for Harbour/xHarbour
Topic: SetWindowPos( Question
Replies: 0
Views: 319

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 ...
by Mike Buckler
Thu Oct 30, 2008 10:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Help Please Media Player & Vista ???
Replies: 2
Views: 364

Thanks Mike.
by Mike Buckler
Thu Oct 30, 2008 10:48 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Need Help With CodeJock.SkinFrameWork License
Replies: 3
Views: 1004

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