ビルド ログ
  

リビルド 開始: プロジェクト: BREPLib、構成: Release|Win32

コマンド ライン
  
一時ファイル "d:\SVN\JunkBox_Lib++\BREPLib\Release\RSP0000012024420512.rsp" を作成しています。内容 :
[
/Ox /I "..\..\JunkBox_Lib++\BasicLib" /I "..\..\JunkBox_Lib++\MathLib" /I "..\..\JunkBox_Lib++\BasicLib\Lib++" /D "WIN32" /D "NDEBUG" /D "_WINDLL" /D "_VC80_UPGRADE=0x0710" /D "_MBCS" /FD /EHsc /MT /Fo"Release\\" /Fd"Release\vc80.pdb" /W3 /c /Wp64 /TP ".\TriBrep.cpp"

".\STL.cpp"

".\exBrep.cpp"

".\Brep.cpp"
]
コマンド ライン "cl.exe @"d:\SVN\JunkBox_Lib++\BREPLib\Release\RSP0000012024420512.rsp" /nologo /errorReport:prompt" を作成しています。
一時ファイル "d:\SVN\JunkBox_Lib++\BREPLib\Release\RSP0000022024420512.rsp" を作成しています。内容 :
[
/OUT:"Release/BREPLib.dll" /LIBPATH:"..\..\JunkBox_Lib++\Release" /DLL /MANIFEST /MANIFESTFILE:"Release\BREPLib.dll.intermediate.manifest" /NODEFAULTLIB:"LIBC" /DEBUG /PDB:"d:\SVN\JunkBox_Lib++\BREPLib\Release\BREPLib.pdb" /SUBSYSTEM:WINDOWS /IMPLIB:"Release/BREPLib.lib" /MACHINE:X86 JunkBox_Lib++.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib

".\Release\Brep.obj"

".\Release\exBrep.obj"

".\Release\STL.obj"

".\Release\TriBrep.obj"
]
コマンド ライン "link.exe @"d:\SVN\JunkBox_Lib++\BREPLib\Release\RSP0000022024420512.rsp" /NOLOGO /ERRORREPORT:PROMPT" を作成しています。
一時ファイル "d:\SVN\JunkBox_Lib++\BREPLib\Release\RSP0000032024420512.rsp" を作成しています。内容 :
[
/outputresource:".\Release\BREPLib.dll;#2" /manifest

".\Release\BREPLib.dll.intermediate.manifest"
]
コマンド ライン "mt.exe @"d:\SVN\JunkBox_Lib++\BREPLib\Release\RSP0000032024420512.rsp" /nologo" を作成しています。
一時ファイル "d:\SVN\JunkBox_Lib++\BREPLib\Release\BAT0000042024420512.bat" を作成しています。内容 :
[
@echo マニフェスト リソースの最終更新日時: %TIME% (%DATE%) > ".\Release\mt.dep"
]
コマンド ライン """d:\SVN\JunkBox_Lib++\BREPLib\Release\BAT0000042024420512.bat""" を作成しています。
出力ウィンドウ
  
コンパイルしています...
TriBrep.cpp
..\..\JunkBox_Lib++\BasicLib\common++.h(21) : warning C4312: '型キャスト' : 'unsigned int' からより大きいサイズの 'void *' へ変換します。
d:\svn\junkbox_lib++\breplib\Brep.h(84) : warning C4251: 'BREP_SOLID::shells' : class 'std::list<_Ty>' は __export キーワードを使って class 'BREP_SOLID' にエクスポートしてください。
        with
        [
            _Ty=BREP_SHELL *
        ]
d:\svn\junkbox_lib++\breplib\Brep.h(89) : warning C4251: 'BREP_SOLID::contours' : class 'std::list<_Ty>' は __export キーワードを使って class 'BREP_SOLID' にエクスポートしてください。
        with
        [
            _Ty=BREP_CONTOUR *
        ]
d:\svn\junkbox_lib++\breplib\Brep.h(90) : warning C4251: 'BREP_SOLID::wings' : class 'std::list<_Ty>' は __export キーワードを使って class 'BREP_SOLID' にエクスポートしてください。
        with
        [
            _Ty=BREP_WING *
        ]
d:\svn\junkbox_lib++\breplib\Brep.h(111) : warning C4251: 'BREP_SHELL::faces' : class 'std::list<_Ty>' は __export キーワードを使って class 'BREP_SHELL' にエクスポートしてください。
        with
        [
            _Ty=BREP_FACE *
        ]
d:\svn\junkbox_lib++\breplib\Brep.h(133) : warning C4251: 'BREP_FACE::outer_contours' : class 'std::list<_Ty>' は __export キーワードを使って class 'BREP_FACE' にエクスポートしてください。
        with
        [
            _Ty=BREP_CONTOUR *
        ]
d:\svn\junkbox_lib++\breplib\Brep.h(235) : warning C4251: 'BREP_VERTEX::wing_ring' : class 'std::list<_Ty>' は __export キーワードを使って class 'BREP_VERTEX' にエクスポートしてください。
        with
        [
            _Ty=BREP_WING *
        ]
d:\svn\junkbox_lib++\breplib\exBrep.h(51) : warning C4251: 'SOLID::surplus_contours' : class 'std::list<_Ty>' は __export キーワードを使って class 'SOLID' にエクスポートしてください。
        with
        [
            _Ty=BREP_CONTOUR *
        ]
d:\svn\junkbox_lib++\breplib\exBrep.h(52) : warning C4251: 'SOLID::shortage_wings' : class 'std::list<_Ty>' は __export キーワードを使って class 'SOLID' にエクスポートしてください。
        with
        [
            _Ty=BREP_WING *
        ]
d:\svn\junkbox_lib++\breplib\exBrep.h(53) : warning C4251: 'SOLID::name' : class 'std::basic_string<_Elem,_Traits,_Ax>' は __export キーワードを使って class 'SOLID' にエクスポートしてください。
        with
        [
            _Elem=char,
            _Traits=std::char_traits,
            _Ax=std::allocator
        ]
STL.cpp
..\..\JunkBox_Lib++\BasicLib\common++.h(21) : warning C4312: '型キャスト' : 'unsigned int' からより大きいサイズの 'void *' へ変換します。
d:\svn\junkbox_lib++\breplib\Brep.h(84) : warning C4251: 'BREP_SOLID::shells' : class 'std::list<_Ty>' は __export キーワードを使って class 'BREP_SOLID' にエクスポートしてください。
        with
        [
            _Ty=BREP_SHELL *
        ]
d:\svn\junkbox_lib++\breplib\Brep.h(89) : warning C4251: 'BREP_SOLID::contours' : class 'std::list<_Ty>' は __export キーワードを使って class 'BREP_SOLID' にエクスポートしてください。
        with
        [
            _Ty=BREP_CONTOUR *
        ]
d:\svn\junkbox_lib++\breplib\Brep.h(90) : warning C4251: 'BREP_SOLID::wings' : class 'std::list<_Ty>' は __export キーワードを使って class 'BREP_SOLID' にエクスポートしてください。
        with
        [
            _Ty=BREP_WING *
        ]
d:\svn\junkbox_lib++\breplib\Brep.h(111) : warning C4251: 'BREP_SHELL::faces' : class 'std::list<_Ty>' は __export キーワードを使って class 'BREP_SHELL' にエクスポートしてください。
        with
        [
            _Ty=BREP_FACE *
        ]
d:\svn\junkbox_lib++\breplib\Brep.h(133) : warning C4251: 'BREP_FACE::outer_contours' : class 'std::list<_Ty>' は __export キーワードを使って class 'BREP_FACE' にエクスポートしてください。
        with
        [
            _Ty=BREP_CONTOUR *
        ]
d:\svn\junkbox_lib++\breplib\Brep.h(235) : warning C4251: 'BREP_VERTEX::wing_ring' : class 'std::list<_Ty>' は __export キーワードを使って class 'BREP_VERTEX' にエクスポートしてください。
        with
        [
            _Ty=BREP_WING *
        ]
d:\svn\junkbox_lib++\breplib\exBrep.h(51) : warning C4251: 'SOLID::surplus_contours' : class 'std::list<_Ty>' は __export キーワードを使って class 'SOLID' にエクスポートしてください。
        with
        [
            _Ty=BREP_CONTOUR *
        ]
d:\svn\junkbox_lib++\breplib\exBrep.h(52) : warning C4251: 'SOLID::shortage_wings' : class 'std::list<_Ty>' は __export キーワードを使って class 'SOLID' にエクスポートしてください。
        with
        [
            _Ty=BREP_WING *
        ]
d:\svn\junkbox_lib++\breplib\exBrep.h(53) : warning C4251: 'SOLID::name' : class 'std::basic_string<_Elem,_Traits,_Ax>' は __export キーワードを使って class 'SOLID' にエクスポートしてください。
        with
        [
            _Elem=char,
            _Traits=std::char_traits,
            _Ax=std::allocator
        ]
.\STL.cpp(30) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : 'fopen' の宣言を確認してください。
.\STL.cpp(106) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : 'fopen' の宣言を確認してください。
.\STL.cpp(132) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : 'fopen' の宣言を確認してください。
.\STL.cpp(141) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(311) : 'sscanf' の宣言を確認してください。
.\STL.cpp(146) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(311) : 'sscanf' の宣言を確認してください。
.\STL.cpp(173) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : 'fopen' の宣言を確認してください。
.\STL.cpp(216) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : 'fopen' の宣言を確認してください。
.\STL.cpp(257) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : 'fopen' の宣言を確認してください。
exBrep.cpp
..\..\JunkBox_Lib++\BasicLib\common++.h(21) : warning C4312: '型キャスト' : 'unsigned int' からより大きいサイズの 'void *' へ変換します。
d:\svn\junkbox_lib++\breplib\Brep.h(84) : warning C4251: 'BREP_SOLID::shells' : class 'std::list<_Ty>' は __export キーワードを使って class 'BREP_SOLID' にエクスポートしてください。
        with
        [
            _Ty=BREP_SHELL *
        ]
d:\svn\junkbox_lib++\breplib\Brep.h(89) : warning C4251: 'BREP_SOLID::contours' : class 'std::list<_Ty>' は __export キーワードを使って class 'BREP_SOLID' にエクスポートしてください。
        with
        [
            _Ty=BREP_CONTOUR *
        ]
d:\svn\junkbox_lib++\breplib\Brep.h(90) : warning C4251: 'BREP_SOLID::wings' : class 'std::list<_Ty>' は __export キーワードを使って class 'BREP_SOLID' にエクスポートしてください。
        with
        [
            _Ty=BREP_WING *
        ]
d:\svn\junkbox_lib++\breplib\Brep.h(111) : warning C4251: 'BREP_SHELL::faces' : class 'std::list<_Ty>' は __export キーワードを使って class 'BREP_SHELL' にエクスポートしてください。
        with
        [
            _Ty=BREP_FACE *
        ]
d:\svn\junkbox_lib++\breplib\Brep.h(133) : warning C4251: 'BREP_FACE::outer_contours' : class 'std::list<_Ty>' は __export キーワードを使って class 'BREP_FACE' にエクスポートしてください。
        with
        [
            _Ty=BREP_CONTOUR *
        ]
d:\svn\junkbox_lib++\breplib\Brep.h(235) : warning C4251: 'BREP_VERTEX::wing_ring' : class 'std::list<_Ty>' は __export キーワードを使って class 'BREP_VERTEX' にエクスポートしてください。
        with
        [
            _Ty=BREP_WING *
        ]
d:\svn\junkbox_lib++\breplib\exBrep.h(51) : warning C4251: 'SOLID::surplus_contours' : class 'std::list<_Ty>' は __export キーワードを使って class 'SOLID' にエクスポートしてください。
        with
        [
            _Ty=BREP_CONTOUR *
        ]
d:\svn\junkbox_lib++\breplib\exBrep.h(52) : warning C4251: 'SOLID::shortage_wings' : class 'std::list<_Ty>' は __export キーワードを使って class 'SOLID' にエクスポートしてください。
        with
        [
            _Ty=BREP_WING *
        ]
d:\svn\junkbox_lib++\breplib\exBrep.h(53) : warning C4251: 'SOLID::name' : class 'std::basic_string<_Elem,_Traits,_Ax>' は __export キーワードを使って class 'SOLID' にエクスポートしてください。
        with
        [
            _Elem=char,
            _Traits=std::char_traits,
            _Ax=std::allocator
        ]
Brep.cpp
..\..\JunkBox_Lib++\BasicLib\common++.h(21) : warning C4312: '型キャスト' : 'unsigned int' からより大きいサイズの 'void *' へ変換します。
d:\svn\junkbox_lib++\breplib\Brep.h(84) : warning C4251: 'BREP_SOLID::shells' : class 'std::list<_Ty>' は __export キーワードを使って class 'BREP_SOLID' にエクスポートしてください。
        with
        [
            _Ty=BREP_SHELL *
        ]
d:\svn\junkbox_lib++\breplib\Brep.h(89) : warning C4251: 'BREP_SOLID::contours' : class 'std::list<_Ty>' は __export キーワードを使って class 'BREP_SOLID' にエクスポートしてください。
        with
        [
            _Ty=BREP_CONTOUR *
        ]
d:\svn\junkbox_lib++\breplib\Brep.h(90) : warning C4251: 'BREP_SOLID::wings' : class 'std::list<_Ty>' は __export キーワードを使って class 'BREP_SOLID' にエクスポートしてください。
        with
        [
            _Ty=BREP_WING *
        ]
d:\svn\junkbox_lib++\breplib\Brep.h(111) : warning C4251: 'BREP_SHELL::faces' : class 'std::list<_Ty>' は __export キーワードを使って class 'BREP_SHELL' にエクスポートしてください。
        with
        [
            _Ty=BREP_FACE *
        ]
d:\svn\junkbox_lib++\breplib\Brep.h(133) : warning C4251: 'BREP_FACE::outer_contours' : class 'std::list<_Ty>' は __export キーワードを使って class 'BREP_FACE' にエクスポートしてください。
        with
        [
            _Ty=BREP_CONTOUR *
        ]
d:\svn\junkbox_lib++\breplib\Brep.h(235) : warning C4251: 'BREP_VERTEX::wing_ring' : class 'std::list<_Ty>' は __export キーワードを使って class 'BREP_VERTEX' にエクスポートしてください。
        with
        [
            _Ty=BREP_WING *
        ]
コードを生成中...
リンクしています...
   ライブラリ Release/BREPLib.lib とオブジェクト Release/BREPLib.exp を作成中
マニフェストを埋め込んでいます...
結果
  
ビルドログは "file://d:\SVN\JunkBox_Lib++\BREPLib\Release\BuildLog.htm" に保存されました。
BREPLib - エラー 0、警告 45