Yamini
11-29-2007, 02:28 AM
Hi,
How to convert a pointer variable to a string using carbon application?
(GetControlData(control, 0, kControlEditTextCFStringTag, sizeof(CFStringRef), &cfstr, NULL));
Here &cfstr is a void *inBuffer.
For validating the username field, while logging in, i need this &cfstr as a string....
Is there any solution.
Regards
yamini.
How to convert a pointer variable to a string using carbon application?
(GetControlData(control, 0, kControlEditTextCFStringTag, sizeof(CFStringRef), &cfstr, NULL));
Here &cfstr is a void *inBuffer.
For validating the username field, while logging in, i need this &cfstr as a string....
Is there any solution.
Regards
yamini.