Search found 5 matches

by nanyu
Wed Nov 25, 2009 12:52 pm
Forum: wxCode
Topic: Next DatabaseLayer release
Replies: 22
Views: 13936

Re: problem when compile databaselayer for oracle

I tried to compile databaselayer on windows >mingw32-make -f makefile.gcc oracle I'm successful to build it with output ..._oracle.dll I create simple app that link to the library, but got error "undifined references OTLDatabaseLayer...". in other way, I built the library manually using c...
by nanyu
Fri Mar 27, 2009 5:25 pm
Forum: wxWidgets Development (Chinese)
Topic: 求助
Replies: 2
Views: 2628

请将 mingw\bin 下的 mingw32-g++.exe 复制一份,并将复制后的文件,改名为 g++.exe
by nanyu
Wed Mar 25, 2009 12:22 pm
Forum: wxCode
Topic: how to build databaselayer with mingw32-g++
Replies: 3
Views: 2019

change dir to databaselayer/build mingw32-make -f makefile.gcc all thanks. but I see now : 1. I found i have to remove the "space char" between -f and makefile.gcc, like: mingw32-make -fmakefile.gcc mysql 2. And, i have to create the folders "gccmswud" and "gccmswu" ma...
by nanyu
Wed Mar 25, 2009 11:35 am
Forum: wxCode
Topic: how to build databaselayer with mingw32-g++
Replies: 3
Views: 2019

how to build databaselayer with mingw32-g++

I find the "sln" for vc, and the makefile.gcc for gcc/linux. how to build databasealayer under mingw32?

thanks!
by nanyu
Tue Mar 17, 2009 4:46 pm
Forum: wxWidgets Development (Chinese)
Topic: =自我介绍=(新人可来这里对自己作自我介绍)
Replies: 150
Views: 355643

我来晚了。。我是说列在夜里3点了

我用Code::Blocks + wxWidgets 做跨平台开发一段时间。挺喜欢的。 今天看到大家在这里也有讨论到c::b,就也注册了。 出于学习,我为c::b写了一个小插件"AutoReadonly"。 :oops: 倒没什么复杂功能,就是当换打开一些C++库的源文件时,会自动把它切换为只读的。比如有时因为调试时debug into,或者有时只是想打开看看源代码的相关定义,我们会打开boost,std,wx,等源文件,这时如果一不小心改动了这些源代码,狂按Ctrl+Z也挺烦。 当然,也提供了手动切换文件只读状态的功能。(这里提到的只读,都是指在IDE里只读,和磁盘上文件...