Click here to Skip to main content
15,892,298 members
Articles / Multimedia / DirectX

Conv3ds.exe Utility Helper

Rate me:
Please Sign up or sign in to vote.
4.16/5 (11 votes)
14 Jun 2004 75.9K   2.4K   12  
A front-end for Microsoft's Conv3ds utility.
<html>
<head>
<META HTTP-EQUIV="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body>
<pre>
<table width=100% bgcolor=#CFCFE5><tr> <td> <font face=arial size=+3>
Build Log
</font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>
<h3>------- Build started: Project: Conv3DS Helper, Configuration: Release|Win32 -------
</h3>
</pre></table><table width=100% bgcolor=#DFDFE5><tr><td><font face=arial size=+2>
Command Lines
</font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>Creating temporary file "g:\Conv3DS Helper\Conv3DS Helper\Release\RSP000003.rsp" with contents
[
/O2 /D "WIN32" /D "_WINDOWS" /D "NDEBUG" /D "_AFXDLL" /D "_MBCS" /FD /EHsc /MD /GS /Zc:wchar_t /Yu"stdafx.h" /Fp"Release/Conv3DS Helper.pch" /Fo"Release/" /Fd"Release/vc70.pdb" /W3 /c /Wp64 /Zi /TP
".\Conv3DS HelperDlg.cpp"
".\Conv3DS Helper.cpp"
]
Creating command line "cl.exe @"g:\Conv3DS Helper\Conv3DS Helper\Release\RSP000003.rsp" /nologo"
Creating temporary file "g:\Conv3DS Helper\Conv3DS Helper\Release\RSP000004.rsp" with contents
[
/O2 /D "WIN32" /D "_WINDOWS" /D "NDEBUG" /D "_AFXDLL" /D "_MBCS" /FD /EHsc /MD /GS /Zc:wchar_t /Yc"stdafx.h" /Fp"Release/Conv3DS Helper.pch" /Fo"Release/" /Fd"Release/vc70.pdb" /W3 /c /Wp64 /Zi /TP
".\stdafx.cpp"
]
Creating command line "cl.exe @"g:\Conv3DS Helper\Conv3DS Helper\Release\RSP000004.rsp" /nologo"
Creating command line "rc.exe /d "NDEBUG" /d "_AFXDLL" /l 0x409 /I "Release" /fo"Release/Conv3DS Helper.res" ".\Conv3DS Helper.rc""
Creating temporary file "g:\Conv3DS Helper\Conv3DS Helper\Release\RSP000005.rsp" with contents
[
/OUT:"Release/Conv3DS Helper.exe" /INCREMENTAL:NO /NOLOGO /DEBUG /PDB:"Release/Conv3DS Helper.pdb" /SUBSYSTEM:WINDOWS /OPT:REF /OPT:ICF /MACHINE:X86
".\release\Conv3DS Helper.obj"
".\release\Conv3DS HelperDlg.obj"
".\release\stdafx.obj"
".\release\Conv3DS Helper.res"
]
Creating command line "link.exe @"g:\Conv3DS Helper\Conv3DS Helper\Release\RSP000005.rsp""
</pre></table><table width=100% bgcolor=#DFDFE5><tr><td><font face=arial size=+2>
Output Window
</font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>Compiling...
stdafx.cpp
Compiling...
Conv3DS HelperDlg.cpp
Conv3DS HelperDlg.cpp(215) : warning C4311: 'type cast' : pointer truncation from 'HINSTANCE' to 'int'
Conv3DS Helper.cpp
Generating Code...
Compiling resources...
Linking...
LINK : warning LNK4089: all references to 'OLEAUT32.dll' discarded by /OPT:REF
</pre></table><table width=100% bgcolor=#DFDFE5><tr><td><font face=arial size=+2>
Results
</font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>
Build log was saved at "file://g:\Conv3DS Helper\Conv3DS Helper\Release\BuildLog.htm"
Conv3DS Helper - 0 error(s), 2 warning(s)</pre></table><table   width=100% height=20 bgcolor=#CFCFE5><tr><td><font face=arial size=+2>
</font></table></body></html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
Started off with vb6 Smile | :) and am self-taught at C++, FoxPro, DirectX, etc. I'm currently developing with VFP9 and C# in desktop apps, webservices, telephony apps.

Comments and Discussions