News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Using Platform SDK with C::B

Started by Conan Kudo, February 16, 2006, 11:02:43 AM

Previous topic - Next topic

Conan Kudo

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?

Michael

Regarding ATL I am not sure, but concerning MFC look at here:

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


Best wishes,
Michael
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]

sethjackson

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

Conan Kudo

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

Michael

Quote from: Pharaoh Atem on February 17, 2006, 02:10:10 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
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]