I am using 16.1, I don't see them in the PKG folder or FMAC.
And I even tried to compile this, got compiler errors (Command not found TRACE_START, and so on...)
Use DfAllEnt
Trace_start...
Type: Posts; User: Frank Cheng
I am using 16.1, I don't see them in the PKG folder or FMAC.
And I even tried to compile this, got compiler errors (Command not found TRACE_START, and so on...)
Use DfAllEnt
Trace_start...
Are "Trace_Start"/"Trace_Stop" old console mode commands? I have never seen them before.
Frank Cheng
I am not seeing the problem. Am I missing something?
Use DfAllEnt
Use cCJGrid
Use cCJGridColumn
Object oPanel is a Panel
Set Size to 500 500
Google "MSI Impersonation". It's a common practice among installers.
Frank Cheng
Good catch!
Frank Cheng
The proper way to destroy a cookie -
14273
Frank Cheng
Wil,
This is at a point where I find it amusing - the window style that causes a window to be resizable is WS_THICKFRAME. In DF20, a non-resizable view does NOT have WS_THICKFRAME, yet the view...
Hi Wil,
The example did help alot. However, IMO, in order to make use of it, you kinda have to load the information to a database in order to search for stuff. If you look at the interface for...
That looks interesting. I did a quick google search on how to read .winmd file in C++, I didn't see anything promising just yet.
Frank Cheng
Since we common folks don't have access to the DF source code, this is a question for the DAW folks.
Frank Cheng
Hi Anders.
It's fixed now. Thanks.
Frank Cheng
Done. Reported both to be safe (and "half installed" both). Good Luck!
Frank Cheng
Did a quick wrap, check out
http://www.frankcheng.com
Frank Cheng
From a programmer's perspective, a character = a code point. In the case of the character "A" combined with the character macron (overline combining character), there are 2 code points, thus, the...
A little late to the party, don't you think? :cool:
See my latest article on calling convention at http://www.frankcheng.com
Frank Cheng
Hi Samuel,
You are right. I was confused about code-point and encoding. Your explanation made sense.
Thanks,
Frank Cheng
If I call StringToUCharArray on the string, I get a UChar[] with 3 elements
65 204 132
Convert to Hex, it would be 41 CC 84 (exactly what I expected)
It seems reasonable to think that ASCII...
Hi all,
Quick recap, I did read this - https://support.dataaccess.com/Forums/showthread.php?65807-Bug-with-Character-function
I have a string that looks like this
Ā
If you copy and paste...
Hi all,
Added a few articles on VDF. Enjoy
http://www.frankcheng.com
Frank Cheng
Chris,
I corrected the original reply. Thanks.
Frank Cheng
I guess it's a chicken and egg problem. LeetCode can definitely promote DF to attract more DF developers, but we need a lot more DF developers in order to get on LeetCode. It's like the Windows App...
Use UI
External_Function wvsprintf "wvsprintfA" USER32.DLL Pointer pResult String sTemplate Pointer pParam Returns Integer
External_Function htonl "htonl" Ws2_32.dll Uinteger u Returns UInteger...
My feeble attempts to make VDF more popular.
http://www.frankcheng.com/leetcode_decode-ways.htm
Frank Cheng
Just curious as to how many of you have done questions on LeetCode.com / CodeSignal.com? I used to do that a lot just for fun, it's a great way to practice algorithms.
The web site allows you to...
I guess a caution might be warranted, however when converting UChar array to string (which is utf8 string) or wstring (which is utf16), the UChar array should contain the correct characters for the...