下载
开发软件
账户
下载
开发软件
登录
我忘记用户名和密码了
创建帐户
语言
帮助
语言
帮助
×
登录
登录名
密码
×
我忘记用户名和密码了
简体中文翻译状态
类别:
软件
用户
PersonalForge
Magazine
Wiki
搜索
OSDN
>
浏览软件
>
Communications
>
Email
>
Email Clients (MUA)
>
pochy
>
论坛
>
开发者论坛
>
VC2010 コンパイル
pochy
描述
项目概述
开发人员仪表板
项目的网页
开发人员
Image Gallery
List of RSS Feeds
Activity
统计
历史
下载
List of Releases
统计
源代码
Code Repository list
CVS
查看仓库
任务单
Ticket List
里程碑列表
Type List
组件列表
List of frequently used tickets/RSS
Submit New Ticket
文档
沟通
论坛
List of Forums
开发者论坛 (27)
公开讨论 (374)
Mailing Lists
list of ML
pochy-user
新闻
论坛:
开发者论坛
(Thread #26940)
Return to Thread list
RSS
VC2010 コンパイル (2010-07-27 10:42 by
Yasuyo Yamanishi
#52178)
回复
Create ticket
メーラーに興味があり、コンパイルを試みたのですがなかなかうまくいきません。
VC2010でpochy-0.3.3のソースコードをビルドしています。
細かいエラーは自分で何とかなったのですが、あと2つのエラーと1つの警告が消えません。
どのようにすればいいかお教え頂けないでしょうか?
エラー 1 error C2440: 'reinterpret_cast' : 'std::_Vector_const_iterator<_Myvec>' から 'DWORD' に変換できません。 C:\Documents and Settings\yasuyo\デスクトップ\pochy\PluginListDialog.cpp 61 1 pochy
警告 2 warning C4554: '&' : 演算子の優先順位に問題があります。かっこを使用して優先順位を明確にしてください C:\Documents and Settings\yasuyo\デスクトップ\pochy\PluginListDialog.cpp 73 1 pochy
エラー 3 error C2440: 'reinterpret_cast' : 'DWORD_PTR' から 'std::_Vector_const_iterator<_Myvec>' に変換できません。 C:\Documents and Settings\yasuyo\デスクトップ\pochy\PluginListDialog.cpp 76 1 pochy
回复到 #52178
×
主体
Body
Reply To Message #52178 > メーラーに興味があり、コンパイルを試みたのですがなかなかうまくいきません。 > > VC2010でpochy-0.3.3のソースコードをビルドしています。 > > 細かいエラーは自分で何とかなったのですが、あと2つのエラーと1つの警告が消えません。 > > どのようにすればいいかお教え頂けないでしょうか? > > > エラー 1 error C2440: 'reinterpret_cast' : 'std::_Vector_const_iterator<_Myvec>' から 'DWORD' に変換できません。 C:\Documents and Settings\yasuyo\デスクトップ\pochy\PluginListDialog.cpp 61 1 pochy > > 警告 2 warning C4554: '&' : 演算子の優先順位に問題があります。かっこを使用して優先順位を明確にしてください C:\Documents and Settings\yasuyo\デスクトップ\pochy\PluginListDialog.cpp 73 1 pochy > > エラー 3 error C2440: 'reinterpret_cast' : 'DWORD_PTR' から 'std::_Vector_const_iterator<_Myvec>' に変換できません。 C:\Documents and Settings\yasuyo\デスクトップ\pochy\PluginListDialog.cpp 76 1 pochy
You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.)
登录
Nickname
预览
Post
取消
RE: VS2010 コンパイル (2010-07-27 10:44 by
Yasuyo Yamanishi
#52179)
回复
Create ticket
すみません。VS2010の間違いです。
回复到
#52178
回复到 #52179
×
主体
Body
Reply To Message #52179 > すみません。VS2010の間違いです。
You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.)
登录
Nickname
预览
Post
取消
RE: VC2010 コンパイル (2010-08-17 10:10 by
Yasuyo Yamanishi
#52528)
回复
追記:
今、PluginListDialog.cppのreinterpret_castしている所だけエラーが残っている状態です。
PluginListDialog.cppの内容についてどなたか説明して頂けると嬉しいです。
よろしくお願いします。
回复到
#52178
(Ticket #32343 is created from this message)
回复到 #52528
×
主体
Body
Reply To Message #52528 > 追記: > 今、PluginListDialog.cppのreinterpret_castしている所だけエラーが残っている状態です。 > PluginListDialog.cppの内容についてどなたか説明して頂けると嬉しいです。 > よろしくお願いします。
You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.)
登录
Nickname
预览
Post
取消
キャストの参考資料 (2012-09-23 01:34 by
maimi09
#65591)
回复
Create ticket
MSDNによるreinterpret_castの解説。
http://msdn.microsoft.com/ja-jp/library/cc440192%28v=vs.71%29.aspx
C++の入門で、参考になりそうなサイト
http://www7b.biglobe.ne.jp/~robe/
と、それを書籍化したもの
http://book.mycom.co.jp/book/978-4-8399-2605-2/978-4-8399-2605-2.shtml
回复到
#52178
回复到 #65591
×
主体
Body
Reply To Message #65591 > MSDNによるreinterpret_castの解説。 > http://msdn.microsoft.com/ja-jp/library/cc440192%28v=vs.71%29.aspx > > C++の入門で、参考になりそうなサイト > http://www7b.biglobe.ne.jp/~robe/ > と、それを書籍化したもの > http://book.mycom.co.jp/book/978-4-8399-2605-2/978-4-8399-2605-2.shtml
You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.)
登录
Nickname
预览
Post
取消