Initializing a Evas_object type struct in tizen
By Mark Stoge
12 Mar 2017 13:07
English
2 Replies
I am have a struct:
typedef struct appdata {
Evas_Object *wdn;
Evas_Object *cf;
Evas_Object *nf;
Evas_Object *usrnamebtn;
Evas_Object *usrpwbtn;
} appdata_s;
when i try to create a pointer :
appdata_s *LoginViewptr;
and try to use it i get an error.
How do i properly initilize a struct pointer. Normally, i would use null/ nullptr, but that doesn't work. Maybe i am not doing it correctly.
Edited by: Mark Stoge on 12 Mar, 2017
You must log in to use this service. Log in now?
The tag you entered already exists.
Do you want to report this post as spam?
The post has been reported as spam.
cannot be empty.
Are you sure you want to cancel and return to the list?
The code has been copied to the clipboard.
Enter a title.
All Categories
General Support
Tizen .NET
Web Application Development
Native Application Development
SDK & IDE
--------
--------