Download
Magazine
Develop
Account
Download
Magazine
Develop
Login
Forgot Account/Password
Create Account
Language
Help
Language
Help
×
Login
Login Name
Password
×
Forgot Account/Password
Category:
Software
People
PersonalForge
Magazine
Wiki
Search
OSDN
>
Find Software
>
Communications
>
Email
>
Email Clients (MUA)
>
pochy
>
Forums
>
Developers
>
VC2010 コンパイル
pochy
Description
Project Summary
Developer Dashboard
Web Page
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
History
Downloads
List of Releases
Stats
Source Code
Code Repository list
CVS
View Repository
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Documents
Communication
Forums
List of Forums
Developers (27)
Open Discussion (374)
Mailing Lists
list of ML
pochy-user
News
Forums:
Developers
(Thread #26940)
Return to Thread list
RSS
VC2010 コンパイル (2010-07-27 10:42 by
Yasuyo Yamanishi
#52178)
Reply
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
Reply to #52178
×
Subject
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.)
Login
Nickname
Preview
Post
Cancel
RE: VS2010 コンパイル (2010-07-27 10:44 by
Yasuyo Yamanishi
#52179)
Reply
Create ticket
すみません。VS2010の間違いです。
Reply to
#52178
Reply to #52179
×
Subject
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.)
Login
Nickname
Preview
Post
Cancel
RE: VC2010 コンパイル (2010-08-17 10:10 by
Yasuyo Yamanishi
#52528)
Reply
追記:
今、PluginListDialog.cppのreinterpret_castしている所だけエラーが残っている状態です。
PluginListDialog.cppの内容についてどなたか説明して頂けると嬉しいです。
よろしくお願いします。
Reply to
#52178
(Ticket #32343 is created from this message)
Reply to #52528
×
Subject
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.)
Login
Nickname
Preview
Post
Cancel
キャストの参考資料 (2012-09-23 01:34 by
maimi09
#65591)
Reply
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
Reply to
#52178
Reply to #65591
×
Subject
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.)
Login
Nickname
Preview
Post
Cancel