cLinkLabel.pkg
OK it's not that it's the next line in AutoSizeHeight
It appears passing -1 to GuiToDialog in 32 bit does not cause and error (even though it is not a sensible value) but in 64...
Type: Posts; User: Focus
cLinkLabel.pkg
OK it's not that it's the next line in AutoSizeHeight
It appears passing -1 to GuiToDialog in 32 bit does not cause and error (even though it is not a sensible value) but in 64...
The LM_GETIDEALSIZE inside IdealGUIHeight is returning -1 in 64 bit so I'm guessing it does not like the Size1 struct but not quite sure why
OK somewhere in the midst of time looks like we defined our own versions of some windows structs for the Windows LISTVIEW that have now become obsolete. They work in 32 bit by good fortune rather...
I've just hit a crash in WindowsMessage running in 64bit.
It's not every time it is called
I think it might have to do with lParam being passed a large value
I will try and narrow down
For those interested in an M1 based Mac might be interested in this
https://9to5mac.com/2021/03/02/apple-may-disable-rosetta-2-on-m1-macs-in-some-regions-macos-11-3-code-suggests/
Re-order your select so they are the last two columns. It is an ODBC limitation
Then use SQLGetData to get them
When changing project properties or projects themselves and than means the studio going from 32 to 64 bit or vice versa the studio seems to have to re-parse the code.
I just wondered what it was...
The oldest help I have is 17.1
Look at SQLExecDirect
This may or may not be of interest to you
https://support.dataaccess.com/Forums/showthread.php?38111-cNewSet-pkg&p=194178#post194178
This might seem like a daft question but is there a memory limit on DF 64 bit applications ?
32 bit is obviously limited to 2gb
64 bit has a limit of about 184gb
So if there is a memory leak...
We use Chilkat which handles TLS
Have you put a breakpoint on Recompoe_Constrain and Press F11 until it crashes ?
Dark Mode
Nothing major but with things like the Find in Files tree when you click on it it highlights fine but if you double click and the focus is moved to somewhere else then the background of...
Just looking at the offline help, the online version is not there yet for NormalizeString :D
Is it staying in every Pos, Mid, Insert etc the strings need be normalised if you want it to always...
Yep GetTextMetricsW now returns true
Struct tWinTextMetricW
Integer tmHeight
Integer tmAscent
Integer tmDescent
Integer tmInternalLeading
Integer tmExternalLeading
I think it is because there is no tWinTextMetricW struct and it contains characters that need to be two bytes tmFirstChar etc
Possibly because the tm struct has nothing moved to it and therefore is not initialised before it's address is got or is that no longer a thing these days ?
I've been trying to track down some random Unhandled Exception errors in one of our applications and DF20B3 (32 bit in this test) and I think I have found it although I've not called it in isolation...
and there it is ..... so long as it is not more than 64k :D
otherwise you will also need to Set_Argument_Size to the size of the array +1 to prevent truncation when moving it to the string
When you click on a view in Design Mode the drag anchors are not visible ....
Actually they are it is just that if you are using dark mode then the black on black look is quite subtle !
https://docs.dataaccess.com/dataflexhelp/mergedProjects/LanguageReference/Get_field_value_Command.htm
You are allowed to put anything for a 30-day trial period
If you are still stuck call ComLastErrorText should give you the reason
Just remove the = when calling AddAttribute
Most rulers are 30cm this one is 34cm
There are 2.54 cm to the inch so 4/2.54 = 1.57480315 inches
Or has my eye-sight made me use the wrong scale ? :D