wxBase28u_gcc.dll在那?一个包含wxPlotCtrl控件的程 Topic is solved

这是wxWidgets论坛的中文版本。在这里,您可以用您的母语汉语讨论上面任一子论坛所涉及的所有关于wxWidgets的话题。欢迎大家参与到对有价值的帖子的中英互译工作中来!
Post Reply
00061205
Knows some wx things
Knows some wx things
Posts: 41
Joined: Mon Jun 16, 2008 3:43 am
Location: Beijing, China

wxBase28u_gcc.dll在那?一个包含wxPlotCtrl控件的程

Post by 00061205 »

我用wxFormBuilder创建了一个包含wxPlotCtrl控件的程序,编译成功。但在执行编译出的可执行文件时显示找不到wxBase28u_gcc.dll这个文件。我在系统里搜索了一下也没发现这个文件。请问有谁用wxPlotCtrl控件成功的吗?具体步骤是什么?
Regards,

00061205
Utensil
Moderator
Moderator
Posts: 423
Joined: Sun Feb 03, 2008 11:38 am
Location: China

Re: wxBase28u_gcc.dll在那?一个包含wxPlotCtrl控件

Post by Utensil »

wxBase28u_gcc.dll的意思是,wxWidgets 2.8的unicode、release版本的dll,而且是由gcc(MinGW)编译的,最重要的一点,这说明你在编译wxWidgets用的不是monolithic(一整块)的方式,而是为wxWidgets的各个子库分别编译出一个dll,这个dll就是wxBase子库的dll。

这说明,这应该跟wxPlotCtrl无关,是你在C::B中的工程设置的问题,你用的工程设置和你平时用的一样吗?你是用什么方式编译的wxWidgets?又是怎么编译的wxPlotCtrl?

-Utensil
In fascination of creating worlds by words, and in pursuit of words behind the world.

On Github: http://utensil.github.com
Technical Blog in Chinese: http://utensil.iteye.com/
00061205
Knows some wx things
Knows some wx things
Posts: 41
Joined: Mon Jun 16, 2008 3:43 am
Location: Beijing, China

Re: wxBase28u_gcc.dll在那?一个包含wxPlotCtrl控件

Post by 00061205 »

Utensil wrote:wxBase28u_gcc.dll的意思是,wxWidgets 2.8的unicode、release版本的dll,而且是由gcc(MinGW)编译的,最重要的一点,这说明你在编译wxWidgets用的不是monolithic(一整块)的方式,而是为wxWidgets的各个子库分别编译出一个dll,这个dll就是wxBase子库的dll。

这说明,这应该跟wxPlotCtrl无关,是你在C::B中的工程设置的问题,你用的工程设置和你平时用的一样吗?你是用什么方式编译的wxWidgets?又是怎么编译的wxPlotCtrl?

-Utensil
好像是我的wxWidgets编译的不正确,我下载了最新版的wxPack,所有库都全有了。可以成功生成exe文件但运行时显示"错误需要关闭"。我用C::B创建的基于wxformbuilder工程。我直接把wxmsw82u_plotctrl.a和wxmsw82u_things.a加入到了Link项里的。wxplotctrl还要单独重新编译一下吗?
如果你能成功的生成并运行一个包含wxPlotCtrl控件的程序请你写出详细步骤好吗?我可以借鉴一下。我用Code::Blocks 8.02+gcc+widgets2.8.7
Regards,

00061205
Utensil
Moderator
Moderator
Posts: 423
Joined: Sun Feb 03, 2008 11:38 am
Location: China

Post by Utensil »

我在试着编译,目前尚未成功。
In fascination of creating worlds by words, and in pursuit of words behind the world.

On Github: http://utensil.github.com
Technical Blog in Chinese: http://utensil.iteye.com/
00061205
Knows some wx things
Knows some wx things
Posts: 41
Joined: Mon Jun 16, 2008 3:43 am
Location: Beijing, China

Post by 00061205 »

Utensil wrote:我在试着编译,目前尚未成功。
这东西好像是有点毛病,我在linux下也没成功。
Regards,

00061205
Post Reply