
codelite
llrraa2010
这个作者很懒,什么都没留下…
展开
-
how to update codelite
http://www.dewen.org/q/6640svn co URL -r[--revision]ARG(number)svn -r 5770 co https://codelite.svn.sourceforge.net/svnroot/codelite/trunk codelite-srcsvn update -r 5770 http://f原创 2013-01-01 09:47:29 · 1010 阅读 · 0 评论 -
编译的时候提示:输入行太长
http://www.52rd.com/bbs/Archive_Thread.asp?SID=208957&TID=3编译的时候提示:输入行太长1、路径太深VS会报错,放到根目录,或者做映射,或者减少项目名目录的长度。2、可以去C:\WINDOWS\system32\复制cmd.exe到工程本地,再用它来编译。这样应该就不会有这个错误了。http://forums.codeli原创 2013-01-03 09:13:16 · 4406 阅读 · 0 评论 -
libdvm.project
原创 2013-01-12 21:41:00 · 1081 阅读 · 0 评论 -
libcorejni.project
<Compiler Options="-g;-O0;-Wall;$(shell wx-config --cxxflags --unicode=yes --debug=yes);-fpermissive;" C_Options="-g;-O0;-Wall;$(shell wx-config --cxxflags --unicode=yes --debug=yes)" Required="yes" P原创 2013-01-13 13:17:21 · 961 阅读 · 0 评论 -
using curl on mingw
1. download curl for mingw:http://curl.haxx.se/gknw.net/7.28.1/dist-w32/curl-7.28.1-devel-mingw32.zip2.build the sample in curl-7.28.1-devel-mingw32.zipMakefile.m32 is not working, so try th原创 2013-01-05 19:55:28 · 1554 阅读 · 0 评论 -
lib order
http://www.mingw.org/wiki/HOWTO_Specify_the_Location_of_External_Libraries_for_use_with_MinGW-llibrary-l library Search the library named library when linking. (The second alternative w原创 2013-01-05 19:37:58 · 2418 阅读 · 1 评论 -
-mwindows
http://cboard.cprogramming.com/tech-board/82071-mingw-linking-gui-program.htmlCompile with g++ -mwindows hello_win.cpp -o hello_win Then run it, and you should get a message box in the转载 2013-01-04 00:01:58 · 1853 阅读 · 0 评论 -
wxWidgets String functions
http://docs.wxwidgets.org/2.8/wx_stringfunctions.html#wxt_(wxT("健康"))_const wxChar * _(const char *s)This macro expands into a call to wxGetTranslation function, so it marks the me原创 2013-01-03 09:38:23 · 690 阅读 · 0 评论 -
quickfindbar.patch for codelite
http://forums.codelite.org/viewtopic.php?f=13&t=1966&p=8775#p8775codelite\LiteEditor> svn diff quickfindbar*.* > quickfindbar.patchthe attached is my patch for quickfindbar. It just simply chang原创 2012-12-31 15:45:57 · 884 阅读 · 0 评论 -
g++ -v -g; gcc -g
http://cboard.cprogramming.com/tech-board/82071-mingw-linking-gui-program-2.htmlIf you use the -v or --verbose flags when linking/compiling you'll get a lot more information about those processes,原创 2013-01-03 16:49:00 · 2028 阅读 · 0 评论