다운로드
소프트웨어 개발
계정
다운로드
소프트웨어 개발
Login
Forgot Account/Password
계정 만들기
언어
도움
언어
도움
×
Login
Login Name
Password
×
Forgot Account/Password
Translation Status of 한국말
Category:
Software
People
PersonalForge
Magazine
Wiki
검색
OSDN
>
브라 우즈 소프트웨어
>
Communications
>
Email
>
Email Clients (MUA)
>
pochy
>
포럼
>
Developers
>
VC2010 コンパイル
pochy
Description
Project Summary
Developer Dashboard
웹 페이지
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
History
다운로드
List of Releases
Stats
소스 코드
Code Repository list
CVS
View Repository
티켓
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Documents
Communication
포럼
List of Forums
Developers (27)
Open Discussion (374)
Mailing Lists
list of ML
pochy-user
News
포럼:
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