Search found 96 matches

by morya
Sat Jul 26, 2008 4:28 am
Forum: C++ Development
Topic: porting to windows.
Replies: 8
Views: 1873

What platform are you using ? If windows, and of cause you compiled wxWidgets well, if you compiled it dynamicly, MDD, you will need to dispatch all the related dll files, like wxbase28u.dll wxmsw28u_core.dll etc. And, you need mingwm10.dll if you use mingw. if you compile wx using MT, then you only...
by morya
Thu Jul 24, 2008 7:29 am
Forum: C++ Development
Topic: Avoiding a frame to be showed twice or more
Replies: 9
Views: 1307

Hey, you shouldn't declare this pointer in the function..
CadCidade* Frame
Or, you may use
static CadCidade* Frame
by morya
Wed Jul 23, 2008 5:04 am
Forum: C++ Development
Topic: Include translation files in binary
Replies: 10
Views: 1802

If, any chances you just use one language, you could wrote them in the source files...
by morya
Wed Jul 23, 2008 5:00 am
Forum: C++ Development
Topic: Locale Problem
Replies: 3
Views: 1752

you know, there is a directory C:\wxMSW-2.8.8\locale
you should check it, and figure out what it does.
And, of cause, check the sample carefully.
C:\wxMSW-2.8.8\samples\internat
by morya
Tue Jul 22, 2008 3:23 am
Forum: C++ Development
Topic: Include translation files in binary
Replies: 10
Views: 1802

Under win32, I THINK
you could use rc file.
You compile these mo files into the exe and then load them using wxFileSystem.
I just thought about this mean, but I don't know if it works.
You could try..
:oops:

Or, maybe you zip them all in a zip file, is that ok ?
by morya
Sat Jul 05, 2008 2:56 pm
Forum: wxWidgets Development (Chinese)
Topic: LNK2020, 我应该怎样设置.net的开发环境阿?
Replies: 1
Views: 1529

wx有个wiki介绍的还是很详细的
地址是
http://wiki.wxwidgets.org/Microsoft_Visual_CPP_Guide
by morya
Fri Jul 04, 2008 2:15 pm
Forum: wxWidgets Development (Chinese)
Topic: doc error about wxSingleInstanceChecker class
Replies: 0
Views: 1390

doc error about wxSingleInstanceChecker class

关于这个,我发过帖子,可是没人更新到2.8.8 doc
我倒是有在2.9 truck 版看到改进。
http://forums.wxwidgets.org/viewtopic.php?t=17347
by morya
Tue Jul 01, 2008 5:54 am
Forum: wxWidgets Development (Chinese)
Topic: 编译wx \samples\html\virtual
Replies: 3
Views: 3011

我觉得,我编译选项没有问题,我使用VC打开工程文件可以,以前2.8.7也是一直用这个bat文件编译的,我觉得,应该还是makefile哪里没有生成好
by morya
Mon Jun 30, 2008 6:52 am
Forum: wxWidgets Development (Chinese)
Topic: 编译wx \samples\html\virtual
Replies: 3
Views: 3011

编译wx \samples\html\virtual

我发现,我无法使用dll unicode debug 模式编译这个sample 我重新编译过wx两次 我编译wx使用如下命令 rem bat file call nmake /f makefile.vc SHARED=1 UNICODE=1 BUILD=debug call nmake /f makefile.vc SHARED=1 UNICODE=1 BUILD=release del /s *.obj 可是,我编译virtual的时候,总是被提示下面的error wxmsw28ud_core.lib(wxmsw28ud_core_vc.dll) : error LNK2005: "...
by morya
Sun Jun 29, 2008 1:45 pm
Forum: Announcements and Discoveries
Topic: ANN: wxSQLite3 1.8.5 released
Replies: 6
Views: 2381

WOW~~

Thanks a lot.
I like this tool, it is very useful.

Gonna check it out, right now~~~
by morya
Sat Jun 28, 2008 8:39 am
Forum: C++ Development
Topic: wxSingleInstanceChecker class
Replies: 4
Views: 1933

But later, I checked the docs 2.8.8, still wrong there...
by morya
Thu Jun 26, 2008 4:43 am
Forum: wxWidgets Development (Chinese)
Topic: about the wiki
Replies: 1
Views: 2066

about the wiki

有没有可能给wx wiki添加一个中文语言?
by morya
Tue Jun 24, 2008 2:55 pm
Forum: General Forum Issues
Topic: About Create RSS!
Replies: 3
Views: 2561

Yes, it's fixed.
So quick.
Well done.
by morya
Tue Jun 24, 2008 2:52 pm
Forum: C++ Development
Topic: wxSingleInstanceChecker class
Replies: 4
Views: 1933

When I check the svn doc, I find it has been corrected.
YEAH~~
Though it is such a small one, it's me.
by morya
Tue Jun 24, 2008 4:12 am
Forum: General Forum Issues
Topic: About Create RSS!
Replies: 3
Views: 2561

I will continue check the rss,
but I don't get a new post with wx codes.
Later