Code::Blocks Forums
User forums => Help => Topic started 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?
-
Regarding ATL I am not sure, but concerning MFC look at here:
http://forums.codeblocks.org/index.php?topic=2355.0
Best wishes,
Michael
-
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
-
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
-
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