On 10/29/06, Danny Backx <[EMAIL PROTECTED]> wrote:
> Several of the examples in the Boling book use a function called lstrcpy
> which the include files map on lstrcpyW.
>
> We don't have this function in any of our libraries. Does anyone know
> where it resides ?

lstrcpyW is a define to wcscpy, which is on coredll.
lstrcpyA is in coredll.

it's definition is:

WINBASEAPI
LPSTR
WINAPI
lstrcpyA(
    LPSTR lpString1,
    LPCSTR lpString2
    );


Regards,
~Nuno Lucas

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to