查看文章 |
[软件开发]好玩的开发工具:wxDev-C++ 6.10-2 2007-5-24
2007-05-24 17:03
http://hi.baidu.com/uroot 什么是wxDev-C++ ? 首先,这是一个开源的基于GPL协议的C++ IDE开发工具, 其次,这是个包括可视化的所见即所得的UI开发工具。 再次,它脱胎于Dev-C++, 一个使用Delphi 6开发的C++ IDE。集成了wxWidgets 框架(Framework) wxWidget是跨平台的UI开发库(其实不只是UI,也不只是For C++) wxDevC++ 可以使用gcc或者VC(6-2005)编译器。 wxDev-C++ is an extension of Dev-C++ by Colin Laplace et. al. This program helps you to create dialogs and frames for wxWidgets visually using a form designer. With all the wonderful features of Dev-C++, wxDev-C++ is still being actively developed. The main aim of this project is to provide the wxWidgets community with a free, open-source, commercial-grade IDE/RAD tool for development with wxWidgets. wxWidgets lets developers create applications for Win32, Mac OS X, GTK+, X11, Motif, WinCE, and more using one codebase. It can be used from languages such as C++, Python, Perl, and C#/.NET. Unlike other cross-platform toolkits, wxWidgets applications look and feel native. This is because wxWidgets uses the platform's own native controls rather than emulating them. It's also extensive, free, open-source, and mature. 遗憾的是,wxDev-C++ 不能跨平台。 如果需要跨平台,可以选择这个:Code::Blocks :The open source, cross platform Free C++ IDE. http://www.codeblocks.org/ 关于Code::Blocks 和wxWidgets 整合参考地址: http://blog.csdn.net/vvoody/archive/2006/07/04/874391.aspx http://blog.csdn.net/xphenix/archive/2006/06/13/794806.aspx 相关链接: http://wxdsgn.sourceforge.net/http://wxdevcpp-book.sourceforge.net/ http://www.wxwidgets.org |