wx_declare_list and wx_define_list

If you are using wxDev-C++ for your wxWidgets design, please ask your questions here instead of in IDE Related.
Post Reply
vijaykumar
In need of some credit
In need of some credit
Posts: 2
Joined: Mon Apr 14, 2014 10:52 am

wx_declare_list and wx_define_list

Post by vijaykumar »

how to define using STL please help me
User avatar
doublemax
Moderator
Moderator
Posts: 19114
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: wx_declare_list and wx_define_list

Post by doublemax »

If you're using STL containers, you don't need these makros. If that's not what you mean, please be more specific.
Use the source, Luke!
vijaykumar
In need of some credit
In need of some credit
Posts: 2
Joined: Mon Apr 14, 2014 10:52 am

Re: wx_declare_list and wx_define_list

Post by vijaykumar »

hi,


thanks to you have given replay to me.

actually i am converting one application from wxWidgets to Vc++ ,then i am facing a confusion by converting to STL and WxWidgets macro s.

i am using STL only, but how do i declare and define the list using STL as per wx_declare_list and wx_define_list please give me example using STL how do i express this.




Thanks and Regards,

Vijaykumar.k
User avatar
doublemax
Moderator
Moderator
Posts: 19114
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: wx_declare_list and wx_define_list

Post by doublemax »

Sorry, i don't understand the problem. Maybe you could post the code that causes a problem and the compiler errors you're getting.
Use the source, Luke!
Post Reply