VS2010 64bitでOgre SDK 1.7.3ビルドが失敗するときのTip

OgreSDK 1.7.3のソースをVS2010で64bit用にビルドするとき、Freeimage.lib関係でビルドに失敗する場合があります。現在(2011/09/06)のOgre Dependencies (http://www.ogre3d.org/forums/viewtopic.php?f=1&t=54533) はFreeimageをビルドするときDebug用とRelease用のlibをうまく分けて読み込めないバグがあり、Ogre DependenciesのFreeimageのlib参照設定を手動で変更する必要があります。

詳しい手順はこちらに。http://www.ogre3d.org/forums/viewtopic.php?f=2&t=59295#p398786

手順を簡略に説明すると、Freeimageプロジェクトの自動libリンクオプションをOFFにし、C++ directoriesに該当するlibのpathとLinkerのadditional dependenciesにlibファイルを追加することです。

 

 

 

 

作成者: kkc0923

KANOTYPE管理者。

コメントする

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

Note: Commenter is allowed to use '@User+blank' to automatically notify your reply to other commenter. e.g, if ABC is one of commenter of this post, then write '@ABC '(exclude ') will automatically send your comment to ABC. Using '@all ' to notify all previous commenters. Be sure that the value of User should exactly match with commenter's name (case sensitive).

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください