From: Stuart Redmann on
Atiz wrote:
>>>Creating temporary file "c:\Documents and
>>>Settings\hfyap\Desktop\log4cpp-0.3.5rc3\msvc6\log4cppDLL\Release\BAT0000033000744.bat"
>>>with contents
>>>[
>>>@echo off
>>>
>>>if not exist .\Release md .\Release
>>>
>>>"C:\Program Files\Microsoft Visual Studio
>>>8\Common7\IDE\..\..\VC98\Bin\mc.exe" -h .\Release -r .\Release
>>>c:\Documents and
>>>Settings\hfyap\Desktop\log4cpp-0.3.5rc3\msvc6\log4cppDLL\..\NTEventLogCategories.mc
>>>"C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\Bin\RC.exe" -r
>>>-fo .\Release\NTEventLogCategories.res
>>>.\Release\NTEventLogCategories.rc
>>>
>>>"C:\Program Files\Microsoft Visual Studio
>>>8\Common7\IDE\..\..\VC98\Bin\link.exe" /MACHINE:IX86 -dll -noentry
>>>-out:.\Release\NTEventLogAppender.dll
>>>.\Release\NTEventLogCategories.res

> Hi, the 2 errors are :
>
> Error 1 error PRJ0019: A tool returned an error code from "Performing
> Custom Build Step" log4cppDLL
> Error 2 error BK1506 : cannot open file '.\Debug\Appender.sbr': No such
> file or directory BSCMAKE

Is Appender the name of your project? If so, you might be interested in
http://support.microsoft.com/kb/102664/en-us (this explains an build
error that occurs if you try to build an project that contains no .cpp
source files).

Regards,
Stuart