Tim,
> there are still numerous issues being resolved with the existing version
What issues are them ?
IMO FWH 64 is rock solid same as FWH 32.
FiveDBU, Fivedit, etc. all are working fine on 64 bits.
Tim,
> there are still numerous issues being resolved with the existing version
What issues are them ?
IMO FWH 64 is rock solid same as FWH 32.
FiveDBU, Fivedit, etc. all are working fine on 64 bits.
IF ! Is64bitApp()
::windows[ cWindowName ]:aMinMaxInfo := { ;
xMaxSize, yMaxSize, ; // xMaxSize, yMaxSize
xMaxPosition, yMaxPosition, ; // xMaxPosition, yMaxPosition
xMinTrackSize, yMinTrackSize, ; // xMinTrackSize, yMinTrackSize
xMaxSize - xMaxPosition, yMaxSize - yMaxPosition } // xMaxTrackSize, yMaxTrackSize
ENDIFRobb,
As I tell my clients all of the time, the key to frustration free computing is to report any problems immediately. I can't tell you how often people will finally mention an issue "off hand" that has plagued them for many months.
The same goes for our tools. We need to keep reporting the issues so those who are working on the functions and classes can know what is having problems and fix them. That makes this forum such a strong resource.
The more people who work with the 64 bit version, the more input to developers and the better that library becomes.
Tim
Robb,
I am emailing you modified FWH 64 libs to test aMinMaxInfo and to confirm the wrong behavior of drag and
drop (you will get a visual confirmation).
You can test both using FWH\samples\testsize.prg and testdrop.prg
many thanks for your feedback
FWH 64 for Visual Studio Community 2015 is ready ![]()
We will publish it with the next FWH version
in the meantime, if you want to use them, please let me know it. This offer is only valid for current users of FWH 64 16.02
Antonio Linares wrote:FWH 64 for Visual Studio Community 2015 is ready
We will publish it with the next FWH version
in the meantime, if you want to use them, please let me know it. This offer is only valid for current users of FWH 64 16.02
Marc,
You can order it and we will provide you the Visual Community 2015 FWH libs by email
thanks
Antonio,
You and I exchanged emails on this already, but I want to share here that the 64 bit library fixes the resizing issue I noted so that is good now. And it added a bit more instrumentation for the drag and drop issue, which isn't fixed yet but is being actively worked.
As always, thank you.
Robb
Robb,
many thanks for your feedback
The resize issue is solved. The drag & drop issue still is failing. Not sure how we may be able to fix it,
as it seems as HDROP has an invalid value, but the HDROP handle is being properly passed from C to high PRG level
Order placed
![]()
many thanks ![]()
Antonio and Robb,
I thought I'd ask before trying to test this. I have several libraries I use with my primary application and all work fine with the 32 bit program.
Do I need to find 64 bit versions of those ( which may be cost prohibitive ) or will the 32 bit libs link into the 64 bit build.
Example: Calendar, Spell Checker ... and what about ADS libs ?
Tim
Tim,
> Do I need to find 64 bit versions of those
Yes, of course
So I will want to do some testing with FWH 64, but I also need some 64 bit libs:
For ADS: RDDADS.lib and ACE32.lib ( which I suppose would be ACE64.lib )
FOR TIP/SSL: hbtipssl.lib and hbssl.lib
And compatible for WS2_32.lib
Also, I am using Wintertree's spell checker in my application. It was common many years ago, but only in 32 bit. To get the current version would be $700 U.S. which is rather steep. Does anyone use a different spell checker in FWH apps they can recommend that would be more affordable, and work with both Win32 and Win64 ?
Thanks.