<?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 Can LabVIEW PDA build a DLL? in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Can-LabVIEW-PDA-build-a-DLL/m-p/184167#M106984</link>
    <description>I want to build a dll using LabVIEW PDA module 7.1. Is that possible?</description>
    <pubDate>Thu, 17 Feb 2005 15:13:42 GMT</pubDate>
    <dc:creator>yqin</dc:creator>
    <dc:date>2005-02-17T15:13:42Z</dc:date>
    <item>
      <title>Can LabVIEW PDA build a DLL?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Can-LabVIEW-PDA-build-a-DLL/m-p/184167#M106984</link>
      <description>I want to build a dll using LabVIEW PDA module 7.1. Is that possible?</description>
      <pubDate>Thu, 17 Feb 2005 15:13:42 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Can-LabVIEW-PDA-build-a-DLL/m-p/184167#M106984</guid>
      <dc:creator>yqin</dc:creator>
      <dc:date>2005-02-17T15:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Can LabVIEW PDA build a DLL?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Can-LabVIEW-PDA-build-a-DLL/m-p/184180#M106993</link>
      <description>Hey yqin, &lt;BR /&gt;&lt;BR /&gt;The LabVIEW PDA Module is actually just an add-on to the LabVIEW Development System. The ability to build a DLL comes from the LabVIEW Application Builder, a different add-on. There are two reasons why you would have the Application Builder:&lt;BR /&gt;&lt;BR /&gt;1. You have the Professional Development System (it comes with that version)&lt;BR /&gt;2. You purchased it separately.&lt;BR /&gt;&lt;BR /&gt;Now, you can call DLLs with the LabVIEW PDA Module if they are callable by a DLL. &lt;A href="http://sine.ni.com/apps/we/niepd_web_display.DISPLAY_EPD4?p_guid=CBF4C8AE03DB6DFBE034080020E74861&amp;amp;p_node=%20200515&amp;amp;p_submitted=N&amp;amp;p_rank=&amp;amp;p_answer=&amp;amp;p_source=External" target="_blank"&gt;Here&lt;/A&gt; is an example of that. However, even if you have the Application Builder, you can not create DLLs to call on a PDA. I hope this information helps you out. Let me know if you're looking for anything else.</description>
      <pubDate>Thu, 17 Feb 2005 15:29:26 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Can-LabVIEW-PDA-build-a-DLL/m-p/184180#M106993</guid>
      <dc:creator>JRA</dc:creator>
      <dc:date>2005-02-17T15:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Can LabVIEW PDA build a DLL?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Can-LabVIEW-PDA-build-a-DLL/m-p/184216#M107014</link>
      <description>I have the Application Builder.&lt;BR /&gt;&lt;BR /&gt;I attached my code - 1 DLL(add.dll) and 1 application. I want to run my code on Pocket PC 2003. I have written a stubdll.dll. But when I build my application, it give me error ""MyAdd is a missing VI or C file.&lt;BR /&gt;&lt;BR /&gt;I have used the eVC++4.0 for writing the add.dll and use the LabVIEW application to call the add.dll. It works fine. That means the stub works fine. The problem is located in the LabVIEW's dll. That is why I wonder if  LabVIEW PDA build a DLL target on Pocket PC 2003? I know Application Builder can build dll target on Desktop.</description>
      <pubDate>Thu, 17 Feb 2005 16:20:12 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Can-LabVIEW-PDA-build-a-DLL/m-p/184216#M107014</guid>
      <dc:creator>yqin</dc:creator>
      <dc:date>2005-02-17T16:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: Can LabVIEW PDA build a DLL?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Can-LabVIEW-PDA-build-a-DLL/m-p/184332#M107071</link>
      <description>I see. LabVIEW can not currently created DLLs that can be run on a PDA (in your case, Pocket PC 2003). The Application Builder can only create DLLs that can be called on the desktop (laptop, PXI chassi, etc) but not the PDA. If you want to run the LabVIEW code on your PDA, you'll need to do it as a regular executable. Can you make all of your other code modules into DLLs and call all of them from LabVIEW? If so, then you can just build the VI and then download it to your PDA as a regular executable.</description>
      <pubDate>Thu, 17 Feb 2005 19:33:17 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Can-LabVIEW-PDA-build-a-DLL/m-p/184332#M107071</guid>
      <dc:creator>JRA</dc:creator>
      <dc:date>2005-02-17T19:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Can LabVIEW PDA build a DLL?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Can-LabVIEW-PDA-build-a-DLL/m-p/594354#M277634</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/1025"&gt;@JRA&lt;/a&gt; wrote:&lt;BR /&gt;I see. LabVIEW can not currently created DLLs that can be run on a PDA (in your case, Pocket PC 2003). The Application Builder can only create DLLs that can be called on the desktop (laptop, PXI chassi, etc) but not the PDA. If you want to run the LabVIEW code on your PDA, you'll need to do it as a regular executable. Can you make all of your other code modules into DLLs and call all of them from LabVIEW? If so, then you can just build the VI and then download it to your PDA as a regular executable.&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;I have now got two quotes from NI, the first based on being told this
was possible without needing the application builder (quote is for
'labview 8.5' and 'PDA module 8.5'). I rang back and said I was
concerned I would not be able to do this without the application
builder, which lead to a second quote (quote is for 'NI developement
suite' and 'PDA deployment option NI developement suite'). &lt;BR /&gt;


&lt;BR /&gt;

Either way this is a significant purchase for me, so this is very
concerning that the quote needed correcting. I now come to the forum
hoping to get some confirmation from a group hopefully more technically
minded, and read this (although somewhat dated) comment that it is not
possible at all.&lt;BR /&gt;&lt;BR /&gt;So is creating a labview ddl to run on a PDA still not possible? If possible what do i need to purchase?&lt;BR /&gt; &lt;/DIV&gt;&lt;P&gt;Message Edited by joku on &lt;SPAN class="date_text"&gt;10-11-2007&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;10:48 PM&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Oct 2007 03:46:26 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Can-LabVIEW-PDA-build-a-DLL/m-p/594354#M277634</guid>
      <dc:creator>joku</dc:creator>
      <dc:date>2007-10-12T03:46:26Z</dc:date>
    </item>
  </channel>
</rss>

