what happened to wxIFM? Topic is solved

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
boost
Knows some wx things
Knows some wx things
Posts: 31
Joined: Fri Nov 17, 2006 1:01 am

what happened to wxIFM?

Post by boost »

hi all,

I need to compile a project that used wx 2.6.3

the problem is that it uses wxifm, which is not included in wx2.8.9 right?

what can I do?

thanks in advance,

boost
NinjaNL
Moderator
Moderator
Posts: 899
Joined: Sun Oct 03, 2004 10:33 am
Location: Oosterwolde, Netherlands

Post by NinjaNL »

Download wxIFM, build the library and use in your program as before.

Replace wxIFM code with wxAUI code.

Replace wxIFM code with the updated wxAUI code from this forum, which mimics the HUD method from wxIFM.
Follow the development of my screenplay authoring program at http://wxscreenplaywriter.blogspot.com/
boost
Knows some wx things
Knows some wx things
Posts: 31
Joined: Fri Nov 17, 2006 1:01 am

Post by boost »

ok thanks for the fast reply :)

where can I download wxIFM?

cheers,


boost
NinjaNL
Moderator
Moderator
Posts: 899
Joined: Sun Oct 03, 2004 10:33 am
Location: Oosterwolde, Netherlands

Post by NinjaNL »

boost wrote:where can I download wxIFM?
I have it here, send me your email and I'll send it on.
Follow the development of my screenplay authoring program at http://wxscreenplaywriter.blogspot.com/
timg
Earned some good credits
Earned some good credits
Posts: 148
Joined: Mon Jan 23, 2006 6:52 pm

Post by timg »

You can also get it from here:

http://ifm.sourceforge.net/
User avatar
tierra
Site Admin
Site Admin
Posts: 1355
Joined: Sun Aug 29, 2004 7:14 pm
Location: Salt Lake City, Utah, USA
Contact:

Post by tierra »

It should be noted that wxIFM is no longer maintained, it probably will not work with the latest developement versions of wxWidgets anymore (but should work with 2.8).
Post Reply