Must i declare external function lstrcpy as:
Function long lstrcpy(long Destination, REF string Source) library
"kernel32.dll" alias for "lstrcpy;ansi"
or
Function long lstrcpy(long Destination, REF string Source) library
"kernel32.dll" alias for "lstrcpy"
There is also the lstrcpyW function in kernel32.dll which is Unicode. I
would declare it like this and refer to it as lstrcpy within my code.
Function long lstrcpy ( long Destination, Ref string Source ) Library
"kernel32.dll" Alias For "lstrcpyW"
"Roland Smith [TeamSybase]" <rsmith_at_trusthss_dot_com> 写入消息新闻:47c5b7f8$1@forums-1-dub...
On Feb 28, 1:56 pm, "lwl" <l...@esunsoft.cn> wrote:
> Thank you Roland,I'm using nvo_tooltips ,If I declare lstrcpy with
> lstrcpyW,tooltips show the tips only one character .My pb version is 10.5.2
> 7564,Window version is XP sp2 Chinese
>
> "Roland Smith [TeamSybase]" <rsmith_at_trusthss_dot_com> дÈëÏûÏ¢ÐÂÎÅ:47c5b7f8$1@forums-1-dub...