Code::Blocks Forums

User forums => Help => Topic started by: Conan Kudo on February 16, 2006, 11:02:43 am

Title: Using Platform SDK with C::B
Post by: Conan Kudo on February 16, 2006, 11:02:43 am
I just got started using Code::Blocks and wanted to know if I can combine the Platform SDK with the VC2003 Toolkit so that I can compile ATL/MFC programs, etc... Has anyone done this before? Does it work? Does it cause other problems?
Title: Re: Using Platform SDK with C::B
Post by: Michael on February 16, 2006, 11:13:45 am
Regarding ATL I am not sure, but concerning MFC look at here:

http://forums.codeblocks.org/index.php?topic=2355.0


Best wishes,
Michael
Title: Re: Using Platform SDK with C::B
Post by: sethjackson on February 16, 2006, 04:36:25 pm
Why you would use MFC that is sooo old and M$ only I have no clue. I would use wxWidgets.

http://www.wxwidgets.org/

If you really must use MFC try this link. I think the license says private use only though..... Which isn't too much of a surprise.  :lol:

http://cboard.cprogramming.com/showthread.php?t=65644
Title: Re: Using Platform SDK with C::B
Post by: Conan Kudo on February 17, 2006, 02:10:10 pm
It is not illegal as long as you do not modify the files itself 8)
It turns out that VC2003 compiler works with it as long as I add MFC to root searches
Title: Re: Using Platform SDK with C::B
Post by: Michael on February 17, 2006, 02:20:30 pm
It is not illegal as long as you do not modify the files itself 8)

It is not just a matter of modify the files, but also of e.g., distribution. Aynway, I would read carefully the license before.

Best wishes,
Michael