This was all I get from the error :/ I know that this libpng is a library for handling png files in c++ and now I know that you can also use directx for that same thing. The reason why I want to use this is to use it in the "basic window setup" source code (provided in this forum), 'cos I guess it wanted to use libpng? Or can I use directx with that also?
- Kypho
Build Log Build started: Project: pngtest, Configuration: DLL Debug|Win32
Command Lines Creating temporary file "c:\Documents and Settings\Ana\My Documents\Visual Studio 2005\Projects\PNG\projects\visualc71\Win32_DLL_Debug\Test\BAT0000012448244.bat" with contents
[
@echo off
set path=.\Win32_DLL_Debug\Test\..;.\Win32_DLL_Debug\Test\..\ZLib
c:\Documents and Settings\Ana\My Documents\Visual Studio 2005\Projects\PNG\projects\visualc71\Win32_DLL_Debug\Test\pngtest.exe ..\..\pngtest.png .\Win32_DLL_Debug\Test\pngout.png
if errorlevel 1 goto VCReportError
goto VCEnd
:VCReportError
echo Project : error PRJ0019: A tool returned an error code from "Testing..."
exit 1
:VCEnd
]
Creating command line """c:\Documents and Settings\Ana\My Documents\Visual Studio 2005\Projects\PNG\projects\visualc71\Win32_DLL_Debug\Test\BAT0000012448244.bat"""
Output Window Testing...
'c:\Documents' is not recognized as an internal or external command,
operable program or batch file.
Project : error PRJ0019: A tool returned an error code from "Testing..."
Results Build log was saved at "file://c:\Documents and Settings\Ana\My Documents\Visual Studio 2005\Projects\PNG\projects\visualc71\Win32_DLL_Debug\Test\BuildLog.htm"
pngtest - 1 error(s), 0 warning(s)