----- Original Message -----
From: "Phil Middlemiss" <[EMAIL PROTECTED]>
To: "NZ Borland Developers Group - Delphi List" <[email protected]>

>         Params.rgvarg[1].bstrVal := PWideChar(layermanagerid);
>         Params.rgvarg[0].bstrVal := PWideChar(appname);

Here you are casting, not converting. Don't you need to use
StringToWideChar?

Brian

_______________________________________________
Delphi mailing list
[email protected]
http://ns3.123.co.nz/mailman/listinfo/delphi

Reply via email to