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
Type: Posts; User: Focus
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
Dataflex gives you an extra 1.5 inches more than other languages :D
I've not read the whole of this thread and this may have been mentioned so far but this page
https://en.wikipedia.org/wiki/Precomposed_character
Seems to suggest that é represented as 00E9 as...
Are you re-booting the server after de-installing ?
There is a certain irony that a character set with over 1.1 million characters designed to resolve the 256 character code page problem still has composite characters and duplicates of those...
Just a guess
Is it perhaps because you have ended up with binary data in a string
If you had read it into a UChar array and then converted that to a string it would be stored under the hood...
Well according to Chilkat this is not supposed to work at all, except that it has and is for you
They say the LastResultStringLen etc only works for METHOD calls of a chilkat object and not...
Yes which means calling unlock component or global unlock depending on version with the unlock code you’ve paid for
sorry not in front of PC for syntax but you must have it in your own code and...
No each object stores it’s last string result and in this case the string is returned by ComBodyQP of the response object not the http object
Thanks Garret. If you get ComLastErrorText you will probably have an unlock error as you are past your 30 day trial as a real user
Thanks.
What is the version number of the Chilkat dll are you running ?
I would appreciate if any Chilkat users out there could run the above code (tweaked or otherwise with your unlock code) in both 19.0 and 19.1 and see if you get the same result
At the moment both...
You don't have to repaint a whole window.
That is what InvalidateRect is for.
You can choose to invalidate the whole window or just individual areas within it with multiple calls to...
Are you basically augmenting OnPaint and calling the GDI commands to draw onto a device context ?
If so try creating a memory device context, draw onto that first and then BitBlt the whole lot...
It is starting to look more like it's on the chilkat size of things
Get_Argument_Size is a read herring
So far as I can tell 9.5.0.73 works with 19.0 but 9.5.0.83 does not so I await to see...
Yes in my main code. Should run on a 30 day trial without
If it is not unlocked then yes any call will fail but that is not the case here
Obviously you can add you own unlock code but I'm not...
But ComBodyQP does and that is when it is being tested
Ok I've come up with this sample
I'm still not quite sure where the problem lies yet and it seems 50/50 between DF and Chilkat versions
I have sent them the same example to see what they say
...
Just to re-iterate, code that has been running since 17.1 through to 19.0 now does not either because of a change on the DF side or possibly Chilkat. But the fact 19.1 and 20.0 are giving me...
Unfortunately it's not that straight forward as I would have to build something and also more importantly send login details for the service in question
Do you have a service I could make a get...
The HTTP call returns OK and the call to ComBodyQP returns a sensible looking XML string that I was expecting other than it is truncated to 64k
If I temporarily adjust the call so that it returns...
If you mean 0 = OK (no error) then no ComLastStringResultLen is returning the length of the string that chilkat is holding that was produce by the last chilkat call that returns a string. ie Chilkat...
The whole reason for the existence of ComLastStringResultLen is that Chilkat added this for the dataflex community to be able to set the argument size when it returns string data
When you make a...
Yes (but not 100% of the time) and Yes (always 0 so far)
I'm trying to track down a slippery eel problem between Dataflex and Chilkat
DF19.0 Chilkat 9.5.0.73 all seems well and this is the version clients are currently using
DF19.1 Chilkat 9.5.0.73...