Google Groups Home
Help | Sign in
再请教一个问题
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
张教主  
View profile
 More options May 9, 1:18 am
From: "张教主" <zsp...@gmail.com>
Date: Fri, 9 May 2008 13:18:17 +0800
Local: Fri, May 9 2008 1:18 am
Subject: 再请教一个问题

这个问题应该与winx关系不大,但是很让我困惑:)

我在winx的example中添加了一个picture control控件,自定义显示了一幅图片,编译后一切正常

然后我自己新建了一个工程,也同样添加了一个picture control,在VS2008 ide看起来也一切正常,但是编译后就不显示该图片了

我研究了半天,还是不清楚这是为什么,只有像高手们求教了

工程见附件.

--
张沈鹏,在路上...
http://zsp.javaeye.com/

  douban_notify.rar
19K Download

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
shiwei xu  
View profile
 More options May 9, 11:25 am
From: "shiwei xu" <xushiwe...@gmail.com>
Date: Fri, 9 May 2008 08:25:20 -0700
Local: Fri, May 9 2008 11:25 am
Subject: Re: [WinxGui] 再请教一个问题

是看不到对话框吗?我暂时没有电脑可以调试这个问题。只是看文本,似乎对话框Visible的属性为FALSE。

2008/5/8 张教主 <zsp...@gmail.com>:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
张教主  
View profile
 More options May 9, 10:31 pm
From: "张教主" <zsp...@gmail.com>
Date: Sat, 10 May 2008 10:31:02 +0800
Local: Fri, May 9 2008 10:31 pm
Subject: Re: [WinxGui] Re: 再请教一个问题
可以看到对话框
但是看不到图片控件
Visible是true
.....
真是一个诡异的问题

2008/5/9 shiwei xu <xushiwe...@gmail.com>:

--
张沈鹏,在路上...
http://zsp.javaeye.com/

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
张教主  
View profile
 More options May 9, 10:36 pm
From: "张教主" <zsp...@gmail.com>
Date: Sat, 10 May 2008 10:36:16 +0800
Local: Fri, May 9 2008 10:36 pm
Subject: Re: [WinxGui] Re: 再请教一个问题

还是截图说明一下

2008/5/10 张教主 <zsp...@gmail.com>:

--
张沈鹏,在路上...
http://zsp.javaeye.com/

  human-icon-1024x.jpg
14K Download

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Visual FreeCode  
View profile
 More options May 12, 12:52 am
From: "Visual FreeCode" <visua...@gmail.com>
Date: Mon, 12 May 2008 12:52:58 +0800
Local: Mon, May 12 2008 12:52 am
Subject: Re: [WinxGui] Re: 再请教一个问题
这不是winx的问题,我看了你的源代码。
将int main()更改为
int APIENTRY _tWinMain(HINSTANCE hInstance,
                       HINSTANCE hPrevInstance,
                       LPTSTR    lpCmdLine,
                       int       nCmdShow)
然后在项目配置的linker中将Entry的main支掉重新编译就可以了。

On 5/10/08, 张教主 <zsp...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Visual FreeCode  
View profile
 More options May 12, 12:55 am
From: "Visual FreeCode" <visua...@gmail.com>
Date: Mon, 12 May 2008 12:55:00 +0800
Subject: Re: [WinxGui] Re: 再请教一个问题
Sorry, 打错字了,将main更改为_tWinMain,然后将项目配置Linker选项中Entry的main去掉重新编译即可。

On 5/12/08, Visual FreeCode <visua...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
张教主  
View profile
 More options May 12, 11:22 pm
From: "张教主" <zsp...@gmail.com>
Date: Tue, 13 May 2008 11:22:39 +0800
Local: Mon, May 12 2008 11:22 pm
Subject: Re: [WinxGui] Re: 再请教一个问题
非常感谢

2008/5/12 Visual FreeCode <visua...@gmail.com>:

--
张沈鹏,在路上...
http://zsp.javaeye.com/

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Visual FreeCode  
View profile
 More options May 13, 4:39 am
From: "Visual FreeCode" <visua...@gmail.com>
Date: Tue, 13 May 2008 16:39:15 +0800
Local: Tues, May 13 2008 4:39 am
Subject: Re: [WinxGui] Re: 再请教一个问题

:)

2008/5/13 张教主 <zsp...@gmail.com>:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google