<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Redirecting Run-Time Error Messages in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Redirecting-Run-Time-Error-Messages/m-p/954819#M20503</link>
    <description>I think that defining the environment variable FOR_NOERROR_DIALOGS to "TRUE" may do what you want.   You can use SETENVQQ for this.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
    <pubDate>Tue, 19 Jun 2001 03:50:21 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2001-06-19T03:50:21Z</dc:date>
    <item>
      <title>Redirecting Run-Time Error Messages</title>
      <link>https://community.intel.com/t5/Software-Archive/Redirecting-Run-Time-Error-Messages/m-p/954818#M20502</link>
      <description>Good afternoon! &lt;BR /&gt; &lt;BR /&gt;I am working on a CVF project porting some legacy VMS code to the Windows platform.  I have a need to reroute the run-time error message destination.  My application is built as a Windows application (/subsystem=Windows), but I need run-time errors to be either rerouted to the command prompt from which the program is run or to a file. &lt;BR /&gt; &lt;BR /&gt;The on-line Help report that run-time error processing and traceback information for applications built as Windows apps are directed to a message box, but applications built as Console apps report run-time errors to the command prompt.  &lt;BR /&gt; &lt;BR /&gt;Is there a way to reroute run-time errors in CVF?  Any help would be greatly appreciated...thanks! &lt;BR /&gt; &lt;BR /&gt;David Miller &lt;BR /&gt;hdmiller@eastman.com</description>
      <pubDate>Tue, 19 Jun 2001 01:53:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Redirecting-Run-Time-Error-Messages/m-p/954818#M20502</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-06-19T01:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Redirecting Run-Time Error Messages</title>
      <link>https://community.intel.com/t5/Software-Archive/Redirecting-Run-Time-Error-Messages/m-p/954819#M20503</link>
      <description>I think that defining the environment variable FOR_NOERROR_DIALOGS to "TRUE" may do what you want.   You can use SETENVQQ for this.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 19 Jun 2001 03:50:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Redirecting-Run-Time-Error-Messages/m-p/954819#M20503</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-06-19T03:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: Redirecting Run-Time Error Messages</title>
      <link>https://community.intel.com/t5/Software-Archive/Redirecting-Run-Time-Error-Messages/m-p/954820#M20504</link>
      <description>Steve -- thanks for the tip!  FOR_NOERROR_DIALOGS by itself was not quite enough, but combining these three did the trick: &lt;BR /&gt; &lt;BR /&gt;	res=setenvqq('FOR_DIAGNOSTIC_LOG_FILE=LOGFILE.TXT') &lt;BR /&gt;	res=SETENVQQ('FOR_NOERROR_DIALOGS=TRUE') &lt;BR /&gt;	res=setenvqq('FOR_DISABLE_DIAGNOSTIC_DISPLAY=TRUE') &lt;BR /&gt; &lt;BR /&gt;Again, much appreciated! &lt;BR /&gt;David Miller</description>
      <pubDate>Fri, 22 Jun 2001 05:43:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Redirecting-Run-Time-Error-Messages/m-p/954820#M20504</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-06-22T05:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: Redirecting Run-Time Error Messages</title>
      <link>https://community.intel.com/t5/Software-Archive/Redirecting-Run-Time-Error-Messages/m-p/954821#M20505</link>
      <description>I have a similar question.  Currently, I uses a c-wrapper for my CVF DLL (similar to the CVF 6.5a example, EXCEPTIONHANDLINGVBVF1) and I would like to re-route/log any runtime error to the caller routine (mainly, VB).  Is there any alternative to TRACEBACKQQ so that I can retrieve traceback information silently without showing a dialog?  &lt;BR /&gt;TIA &lt;BR /&gt;George Chang</description>
      <pubDate>Fri, 20 Jul 2001 06:16:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Redirecting-Run-Time-Error-Messages/m-p/954821#M20505</guid>
      <dc:creator>gkchang</dc:creator>
      <dc:date>2001-07-20T06:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Redirecting Run-Time Error Messages</title>
      <link>https://community.intel.com/t5/Software-Archive/Redirecting-Run-Time-Error-Messages/m-p/954822#M20506</link>
      <description>I don't quite understand what you want, George.  Do you want this to happen if an error occurs?  If so, the caller may not regain control.  Please outline how you would use such a thing.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Fri, 20 Jul 2001 09:40:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Redirecting-Run-Time-Error-Messages/m-p/954822#M20506</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-07-20T09:40:30Z</dc:date>
    </item>
  </channel>
</rss>

