use wx and MFC

Do you have a typical platform dependent issue you're battling with ? Ask it here. Make sure you mention your platform, compiler, and wxWidgets version.
Post Reply
saffari2005
Earned a small fee
Earned a small fee
Posts: 15
Joined: Sat Oct 21, 2006 11:04 am

use wx and MFC

Post by saffari2005 »

Hi,
I have an open source project ( Audacity ! ) that use only Wx.I'm
going to use a part of this project in my project.as we know Audacity use
only Wx but I should use Mfc in my project.pleast tell me some initial
step to do this.(use Wx and Mfc )
thanks.
benedicte
wxWorld Domination!
wxWorld Domination!
Posts: 1409
Joined: Wed Jan 19, 2005 3:44 pm
Location: Paris, France

Post by benedicte »

IIRC, there is a "mfc" sample in wxWidgets showing such a usage.
saffari2005
Earned a small fee
Earned a small fee
Posts: 15
Joined: Sat Oct 21, 2006 11:04 am

Post by saffari2005 »

This sample is under POSIX but I'm working with windows os.please tell me a sample in windows.
thanks.
benedicte
wxWorld Domination!
wxWorld Domination!
Posts: 1409
Joined: Wed Jan 19, 2005 3:44 pm
Location: Paris, France

Post by benedicte »

You can build the mfc sample on Windows, too. It contains the same kinds of projects as the other samples (.dsp/.dsw, .bcc files + several makefiles).
saffari2005
Earned a small fee
Earned a small fee
Posts: 15
Joined: Sat Oct 21, 2006 11:04 am

Post by saffari2005 »

Thanks :)
Post Reply