|
Prev: RoundRect and border
Next: CRebarCtrl
From: Jacques on 1 Sep 2005 13:39 Hello, We are trying to compile our VC6.0 application with VS .Net 2003 (unmanaged code). The help file gets created OK, but we receive a "Project Error" when the task finishes (we did not receive any error messages with VC6.0). Unfortunately, this failure causes VS to stop, and the application never gets compiled/linked. How can we determine what the failure message is? Or, how can we bypass the failure, so that VS continues and builds the application? TIA, -Jacques Deleting intermediate files and output files for project 'onmconsole', configuration 'Release|Win32'. Compiling HTML Help File: c:\ONMConsole\Help\onmconsole.hhp Microsoft HTML Help Compiler 4.74.8702 Compiling c:\ONMConsole\help\ONMConsole.chm Compile time: 0 minutes, 7 seconds 40 Topics 72 Local links 0 Internet links 1 Graphic Created c:\ONMConsole\help\ONMConsole.chm, 197,171 bytes Compression decreased file by 7,943,775 bytes. Project : error PRJ0019: A tool returned an error code from "Compiling HTML Help File: c:\ONMConsole\Help\onmconsole.hhp" Build log was saved at "file://c:\ONMConsole\Release\BuildLog.htm" onmconsole - 1 error(s), 0 warning(s) ---------------------- Done ---------------------- Rebuild All: 0 succeeded, 1 failed, 0 skipped
From: Peter A on 3 Sep 2005 10:12 By all appearances the HTML Help compilation was successful as such. Maybe there is something wrong with the interaction between VS and HTML Help Workshop. The obvious thing to try in any case (if you haven't already done so) is to remove the HTML Help from the project definition and compile the Help separately with HTML Help Workshop. The rest of the project should then build OK and if the problem does indeed lie in the interface with VS, the HTML Help should compile well too. Peter "Jacques" <Jacques(a)discussions.microsoft.com> wrote in message news:92849181-4636-4207-B2F5-C634E0359DA4(a)microsoft.com... > Hello, > > We are trying to compile our VC6.0 application with VS .Net 2003 > (unmanaged code). The help file gets created OK, but we receive > a "Project Error" when the task finishes (we did not receive any > error messages with VC6.0). Unfortunately, this failure causes > VS to stop, and the application never gets compiled/linked. > > How can we determine what the failure message is? > Or, how can we bypass the failure, so that VS continues > and builds the application? > > TIA, > -Jacques > > > Deleting intermediate files and output files for project 'onmconsole', > configuration 'Release|Win32'. > Compiling HTML Help File: c:\ONMConsole\Help\onmconsole.hhp > Microsoft HTML Help Compiler 4.74.8702 > Compiling c:\ONMConsole\help\ONMConsole.chm > Compile time: 0 minutes, 7 seconds > 40 Topics > 72 Local links > 0 Internet links > 1 Graphic > Created c:\ONMConsole\help\ONMConsole.chm, 197,171 bytes > Compression decreased file by 7,943,775 bytes. > Project : error PRJ0019: A tool returned an error code from "Compiling > HTML > Help File: c:\ONMConsole\Help\onmconsole.hhp" > > Build log was saved at "file://c:\ONMConsole\Release\BuildLog.htm" > onmconsole - 1 error(s), 0 warning(s) > > ---------------------- Done ---------------------- > > Rebuild All: 0 succeeded, 1 failed, 0 skipped
|
Pages: 1 Prev: RoundRect and border Next: CRebarCtrl |