Using wxwidgets from C

This forum can be used to talk about general design strategies, new ideas and questions in general related to wxWidgets. If you feel your questions doesn't fit anywhere, put it here.
Post Reply
niall
In need of some credit
In need of some credit
Posts: 1
Joined: Fri Oct 01, 2004 3:48 pm

Using wxwidgets from C

Post by niall »

Hello,

I frequently code in C rather than C++ due to other constraints. I'm wondering if anyone has any experiences to report using wxwidgets from c? Are there any wrapper libraries I can use?

regards,
niall
gururamnath
Super wx Problem Solver
Super wx Problem Solver
Posts: 466
Joined: Sat Sep 18, 2004 2:49 am
Location: California, USA

Post by gururamnath »

Yes, you do have C wrappers for wx. Check the wx.NET code base (in SF's CVS). The wx C++ libs are wrapped as C functions and then used in the C# code. check http://wxnet.sourceforge.net/ for more details.
Post Reply