<?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: Systemqq in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Systemqq/m-p/944613#M17929</link>
    <description>Yes, and so my MSDN documentation said.  This was my first attempt: &lt;BR /&gt; &lt;BR /&gt;i4 = ShellExecute( GetHWndQQ(QWIN$FRAMEWINDOW), "OPEN"C, "c:2maxents.DOC"C, " "C, " "C, %VAL(0) )  &lt;BR /&gt; &lt;BR /&gt;Returned i4 = 2 (File not found).   &lt;BR /&gt; &lt;BR /&gt;And my third attempt, assuming that I couldn't pass a null-terminated string in such an implicit way, was this: &lt;BR /&gt; &lt;BR /&gt;str1 = "OPEN"C &lt;BR /&gt;	str2 = "c:2maxents.DOC"C &lt;BR /&gt;	str3 = ""C &lt;BR /&gt; &lt;BR /&gt;	i4 = ShellExecute( GetHWndQQ(QWIN$FRAMEWINDOW), str1, str2, str3, str3, %VAL(0) ) &lt;BR /&gt; &lt;BR /&gt;Returned i4 = 2 as above. &lt;BR /&gt; &lt;BR /&gt;Question remains:  Do you have any hints for debugging this? &lt;BR /&gt; &lt;BR /&gt;lkd</description>
    <pubDate>Fri, 30 Mar 2001 13:09:52 GMT</pubDate>
    <dc:creator>Intel_C_Intel</dc:creator>
    <dc:date>2001-03-30T13:09:52Z</dc:date>
    <item>
      <title>Systemqq</title>
      <link>https://community.intel.com/t5/Software-Archive/Systemqq/m-p/944607#M17923</link>
      <description>I tried using systemqq to launch winword, as follows: &lt;BR /&gt; &lt;BR /&gt;l4 = systemqq('winword c:myfile.doc') &lt;BR /&gt; &lt;BR /&gt;Apparently no success, as winword is not launched.  However, &lt;BR /&gt;l4 is returned as .TRUE. &lt;BR /&gt; &lt;BR /&gt;Was ist los? &lt;BR /&gt; &lt;BR /&gt;LKD</description>
      <pubDate>Wed, 28 Mar 2001 06:54:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Systemqq/m-p/944607#M17923</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-03-28T06:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Systemqq</title>
      <link>https://community.intel.com/t5/Software-Archive/Systemqq/m-p/944608#M17924</link>
      <description>winword would have to be in your PATH to make this work.&lt;BR /&gt;&lt;BR /&gt;Have you considered the ShellExecute API routine?  You could use it to "open" the document.  I have used this many times with great success.  It will automatically open the document using the default associated with the file type, including web pages!&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 28 Mar 2001 12:15:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Systemqq/m-p/944608#M17924</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-03-28T12:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Systemqq</title>
      <link>https://community.intel.com/t5/Software-Archive/Systemqq/m-p/944609#M17925</link>
      <description>Ah yes, the path.  Actually, I did use the complete path, but still no luck.  I still can't figure out why winword is not launched.  However, your suggestion to use ShellExecute is a much better idea, and I will try it later today.  &lt;BR /&gt;lkd  &lt;BR /&gt;P.. If I weren't already using CVF, I would certainly buy it based on the great support!</description>
      <pubDate>Wed, 28 Mar 2001 18:16:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Systemqq/m-p/944609#M17925</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-03-28T18:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Systemqq</title>
      <link>https://community.intel.com/t5/Software-Archive/Systemqq/m-p/944610#M17926</link>
      <description>If the complete path had spaces in it, you would need to enclose the path in "".&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Thu, 29 Mar 2001 00:22:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Systemqq/m-p/944610#M17926</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-03-29T00:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Systemqq</title>
      <link>https://community.intel.com/t5/Software-Archive/Systemqq/m-p/944611#M17927</link>
      <description>Tried ShellExecute today.  Here is the command I used: &lt;BR /&gt; &lt;BR /&gt;i4 = ShellExecute( GetHWndQQ(QWIN$FRAMEWINDOW), "OPEN", "c:2maxents.DOC", " ", " ", %VAL(0) ) &lt;BR /&gt; &lt;BR /&gt;i4 = 31 upon return.  (No association for this file extension).  I'm running all this under Win2000.  I checked my associations.  Indeed DOC is registered to Word. &lt;BR /&gt; &lt;BR /&gt;What should I do next to figure out what the real problem is? &lt;BR /&gt; &lt;BR /&gt;lkd</description>
      <pubDate>Fri, 30 Mar 2001 07:48:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Systemqq/m-p/944611#M17927</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-03-30T07:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Systemqq</title>
      <link>https://community.intel.com/t5/Software-Archive/Systemqq/m-p/944612#M17928</link>
      <description>ShellExecute is a Win32 routine, so all strings must be C strings - for example, "OPEN"C.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Fri, 30 Mar 2001 10:06:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Systemqq/m-p/944612#M17928</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-03-30T10:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Systemqq</title>
      <link>https://community.intel.com/t5/Software-Archive/Systemqq/m-p/944613#M17929</link>
      <description>Yes, and so my MSDN documentation said.  This was my first attempt: &lt;BR /&gt; &lt;BR /&gt;i4 = ShellExecute( GetHWndQQ(QWIN$FRAMEWINDOW), "OPEN"C, "c:2maxents.DOC"C, " "C, " "C, %VAL(0) )  &lt;BR /&gt; &lt;BR /&gt;Returned i4 = 2 (File not found).   &lt;BR /&gt; &lt;BR /&gt;And my third attempt, assuming that I couldn't pass a null-terminated string in such an implicit way, was this: &lt;BR /&gt; &lt;BR /&gt;str1 = "OPEN"C &lt;BR /&gt;	str2 = "c:2maxents.DOC"C &lt;BR /&gt;	str3 = ""C &lt;BR /&gt; &lt;BR /&gt;	i4 = ShellExecute( GetHWndQQ(QWIN$FRAMEWINDOW), str1, str2, str3, str3, %VAL(0) ) &lt;BR /&gt; &lt;BR /&gt;Returned i4 = 2 as above. &lt;BR /&gt; &lt;BR /&gt;Question remains:  Do you have any hints for debugging this? &lt;BR /&gt; &lt;BR /&gt;lkd</description>
      <pubDate>Fri, 30 Mar 2001 13:09:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Systemqq/m-p/944613#M17929</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-03-30T13:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Systemqq</title>
      <link>https://community.intel.com/t5/Software-Archive/Systemqq/m-p/944614#M17930</link>
      <description>This works &lt;BR /&gt; &lt;BR /&gt;i4 = ShellExecute( GetHWndQQ(QWIN$FRAMEWINDOW), "OPEN"C, "2maxents.DOC"C, ""C, "c:"C, %VAL(0) )  &lt;BR /&gt;					    &lt;BR /&gt;This does not work &lt;BR /&gt; &lt;BR /&gt;i4 = ShellExecute( GetHWndQQ(QWIN$FRAMEWINDOW), "OPEN"C, "c:2maxents.DOC"C, ""C, ""C, %VAL(0) )</description>
      <pubDate>Fri, 30 Mar 2001 13:53:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Systemqq/m-p/944614#M17930</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-03-30T13:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Systemqq</title>
      <link>https://community.intel.com/t5/Software-Archive/Systemqq/m-p/944615#M17931</link>
      <description>LSD, &lt;BR /&gt; &lt;BR /&gt;Your real problem is the backlash in the -string. "2" is a correct escape sequence in a -string and has the decimal value 2. &lt;BR /&gt;You should use a double backlash in the string:  "I:2maxents.DOC"I  &lt;BR /&gt; &lt;BR /&gt;Gnus</description>
      <pubDate>Fri, 30 Mar 2001 19:02:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Systemqq/m-p/944615#M17931</guid>
      <dc:creator>nijhuis</dc:creator>
      <dc:date>2001-03-30T19:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Systemqq</title>
      <link>https://community.intel.com/t5/Software-Archive/Systemqq/m-p/944616#M17932</link>
      <description>LKD, &lt;BR /&gt; &lt;BR /&gt;Sorry for the prior message. I misused the Spell Check.  &lt;BR /&gt; &lt;BR /&gt;Your real problem is the backslash in the C-string. "2" is a correct escape  sequence in a C-string and has the decimal value 2. &lt;BR /&gt;You should use a double backslash in the string: "C:2maxents.DOC"C  &lt;BR /&gt; &lt;BR /&gt;Guus</description>
      <pubDate>Fri, 30 Mar 2001 19:35:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Systemqq/m-p/944616#M17932</guid>
      <dc:creator>nijhuis</dc:creator>
      <dc:date>2001-03-30T19:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Systemqq</title>
      <link>https://community.intel.com/t5/Software-Archive/Systemqq/m-p/944617#M17933</link>
      <description>Thanks Guus, that was EXACTLY the problem!   &lt;BR /&gt; &lt;BR /&gt;lkd</description>
      <pubDate>Fri, 30 Mar 2001 21:28:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Systemqq/m-p/944617#M17933</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-03-30T21:28:09Z</dc:date>
    </item>
  </channel>
</rss>

