포럼: Developers (Thread #4997)

コンパイル ビルド (2004-04-17 21:53 by Anonymous #9210)

初めて投稿します。
興味があり、WinCVSでソースコードを取得したのですが、コンパイル ビルドは、どのコンパイラで行う事ができるのでしょうか?
http://pochy.sourceforge.jp/pukiwiki/pukiwiki.php
も一通り目を通しましたが分からないです。
教えて頂けると幸いです。
よろしくお願いします。

Reply to #9210×

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

RE: コンパイル ビルド (2004-04-19 23:03 by Anonymous #9230)

ご連絡ありがとうございます。
Pochyの開発に携わっているものです。

Pochyの開発環境はVisual C++ 6.0ですが、
Visual C++ .Netでもコンパイルできるとご報告頂いて
おります。
Reply to #9210

Reply to #9230×

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

RE: コンパイル ビルド2 (2004-06-05 01:34 by Anonymous #9790)

.NET 2003 C++ でコンパイルしているのですが、以下のエラーがどうしても解決できません。
解決方法をご存知の方、お教え下さい。。。


c:\dev\mail\pochy0.2.1a\PluginListDialog.cpp(61): error C2440: 'reinterpret_cast' : 'std::vector<_Ty>::const_iterator' から 'DWORD' に変換できません。
with
[
_Ty=CPlugin
]

Reply to #9210

Reply to #9790×

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

RE: コンパイル ビルド3 (2004-06-07 17:08 by Anonymous #9817)

ご連絡ありがとうございます。
Pochyの開発に携わっております者です。

とりあえず、該当行を以下のようにしてみてください。
m_listPlugin.SetItemData(nIndex, reinterpret_cast<DWORD>(&it));
Reply to #9210

Reply to #9817×

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

コンパイル ビルド2 (2006-10-31 21:09 by Anonymous #25710)

初めまして.

0.3.4のソースコードをダウンロードして,VC.NETでコンパイルしたのですが,以下のエラーが取れません.

解決方法を教えていただければ幸いです.
よろしくお願い致します.

c:\documents and settings\tanabe\デスクトップ\pochy-0.3.4-src\pluginlistdialog.cpp(76): error C2440: 'reinterpret_cast' : 'DWORD_PTR' から 'std::vector<_Ty>::const_iterator' に変換できません。
with
[
_Ty=CPlugin
]
c:\documents and settings\tanabe\デスクトップ\pochy-0.3.4-src\resource.h(11): warning C4005: 'RT_MANIFEST' : マクロが再定義されました。
Reply to #9210

Reply to #25710×

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