Download
Entwicklung
Konto
Download
Entwicklung
Anmelden
Vergessen Konto/Passwort
Konto erstellen
Sprache
Hilfe
Sprache
Hilfe
×
Anmelden
Anmeldename
Passwort
×
Vergessen Konto/Passwort
Übersetzungsstatus von Deutsch
Kategorie:
Software
Personen
PersonalForge
Magazine
Wiki
Suche
OSDN
>
Finden Software
>
Communications
>
Email
>
Email Clients (MUA)
>
pochy
>
Foren
>
Entwickler
>
VC2010 コンパイル
pochy
Beschreibung
Projekt Zusammenfassung
Entwickler-Dashboard
Web-Seite
Entwickler
Bildergalerie
RSS Feed-Liste
Aktivität
Statistiken
Historie
Downloads
Aller Releases-Liste
Statistiken
Quellcode
Quellcode-Repositorys-Liste
CVS
Repository ansehen
Ticket
Ticket-Liste
Liste der Meilensteine
Typenliste
Komponentenliste
Liste der zuletzt benutzten Tickets/RSS
Neue Ticket abschicken
Dokumente
Kommunikation
Foren
Forum-Liste
Entwickler (27)
Offene Diskussion (374)
Mailinglisten
Alle Mailinglisten
pochy-user
Neuigkeiten
Foren:
Entwickler
(Thread #26940)
Zurück zur Thread-Liste
RSS
VC2010 コンパイル (2010-07-27 10:42 by
Yasuyo Yamanishi
#52178)
Antworten
Ticket erstellen
メーラーに興味があり、コンパイルを試みたのですがなかなかうまくいきません。
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
×
Subjekt
Körper
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.)
Anmelden
Nickname
Vorschau
Eintrag
Abbrechen
RE: VS2010 コンパイル (2010-07-27 10:44 by
Yasuyo Yamanishi
#52179)
Antworten
Ticket erstellen
すみません。VS2010の間違いです。
Reply to
#52178
Reply to #52179
×
Subjekt
Körper
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.)
Anmelden
Nickname
Vorschau
Eintrag
Abbrechen
RE: VC2010 コンパイル (2010-08-17 10:10 by
Yasuyo Yamanishi
#52528)
Antworten
追記:
今、PluginListDialog.cppのreinterpret_castしている所だけエラーが残っている状態です。
PluginListDialog.cppの内容についてどなたか説明して頂けると嬉しいです。
よろしくお願いします。
Reply to
#52178
(Ticket #32343 is created from this message)
Reply to #52528
×
Subjekt
Körper
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.)
Anmelden
Nickname
Vorschau
Eintrag
Abbrechen
キャストの参考資料 (2012-09-23 01:34 by
maimi09
#65591)
Antworten
Ticket erstellen
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
×
Subjekt
Körper
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.)
Anmelden
Nickname
Vorschau
Eintrag
Abbrechen