Making ActiveX Server with App Builder

OK I am writing a program in C++. I want the GUI to be in Labview and I need the C++ program and Labview GUI to communicate. So I used the app builder to create an ActiveX Server. So how do I use this? Do I use the GUI.tlb instead of the normal labview.tlb? Do I still create an application reference to Labview or do I create an application reference to GUI.exe since this is my executeable now? I can't find much documentation on this at all... Please help!

> OK I am writing a program in C++. I want the GUI to be in Labview and
> I need the C++ program and Labview GUI to communicate. So I used the
> app builder to create an ActiveX Server. So how do I use this? Do I
> use the GUI.tlb instead of the normal labview.tlb? Do I still create
> an application reference to Labview or do I create an application
> reference to GUI.exe since this is my executeable now? I can't find
> much documentation on this at all... Please help!
Switch over to using the GUI components that you mention. Think of it
this way, your C++ program could need to use both LabVIEW and GUI. For
that to work, most of the connection pieces have to be specific about
what they are dealing with.
Greg McKaskle

Similar Messages

  • App made with App Builder V32.1 on iOS 8 doesn't install on iPad

    Hi,
    I got a problem with an App with subscription made with App Builder V32.1 on iOS 8.
    The process was ok, no error message, i download the .ipa and then I upload on my iPad using iTunes. I have synchronized everything and then I saw my App on the device but the icon is darker and there is a text under the icon that report the App is still under installation.
    Any idea?

    Hi Neil,
    I appreciate your answer but unfortunately you are wrong, at least for my case  :-)
    I delete the old mobileprovision files, I made a new App ID and associate with the devices and then I built new mobileprovision files... and it still doesn't work.
    After a day spent to try to understand the problem, I solved making a new couple of certificates and then it works.
    I don't know why, the "old" certificates are used in other Apps and they are still valid.
    This solution works but now I have to verify if is it possible to update the oldest App with a new one made with another certificate. The Apple Developer credentials are the same but there is not documentation about this issue.
    Ciao,
    Andrea

  • Deploy ActiveX with App Builder

    1. When an ActiveX component is part of my application, does Appp Builder regiter it on the target machine?
    2. If I want to deploy another ActiveX component (not used inside my application), how can I register it on the target machine?
    3. Is it possible to install the main executable in one subfolder of installation folder?
    4. Where can I find details about Application Builder settings?
    Tank you in advance
    LV6.0.2 - w2k and w98

    1. No, you have to write a short program to call regsrv32.exe to register it.
    2. See last half of answer to question 1.
    3. Don't know, give it a try and see if it works.
    4. There is no good documentation on the app builder. If you have specific questions, this is a good place to ask them.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Signing failed issue with app builder

    "Message was edited by: bicknell1 Ok well I kept trying and the App Builder finally launched, but still have the same problem of 'Signing failed, please try again' for the digital signature at the end of the process.  Even though it failed, it put an .ipa on the desktop, but when launched in iTunes its only 15.7mb when it should be around 180mb which tells me that the Folio is not loading into the App Builder properly. Please advise. Thx"
    I have the same problem, I tried to recreate the certificates and provisioning files that look good, then I tried to change the version and republish the app (from v25 to v24) but nothing.
    Can you contact me Neil? So I send you the log files ( but I don't know how to create them).
    Thank you in advance for the help

    Neil thanks for the link,
    I am a member Creative Cloud Single Edition, I had an article entitled,
    I put a title When updating and tried again but nothing.
    Certificates are valid from the keychain because I have both the public and private key associated with the certificate inside the private key.
    I have no articles with the name "cover_h" or "cover_v."
    I updated the java for mac os x version 10.7.5.
    But no, I always error.
    I do not know what to feel.
    Do you have other useful links for finding the cause of the error?
    Thank you in advance for the help.

  • Creating app for Android/Kindle with App builder and Single Edition (No professional or Enterprise)

    Hi there,
    I know there is no official support for Android in Single Edition, but, once you have installed Indesing CC and App Builder in a mac, and you create app from your Folio menu, is it possible to create then an Android/Kindle apk app for publishing by your own?
    Has anybody published sucessfully in this way?
    Other point, is that I suposse that you need a Professional or Enterprise licence to create an android app from the Web-enablet App Builder. Cause I can't find the way the make my single account to join the role to this function (And app builder website website just tells me I have to do this, as if I were able to do it with my license...).
    By the way, I think Adobe should explain more clearly this points. There is too much documentation, but difficult to find this answers... And a lot of people with the same troubles...
    Thanks!

    Thanks Tomek!
    So, can you confirm if you join the Professional edition (just for a month) if you are able to use both options App Builder/Web-Based App Builder, to create the app in a way that you don't need to be suscribed more time to Professional Edition to be downloaded by the users in Google Play/Kindle Store, and it should work for Applestore (iphone apps) too. I mean, once again, no using Multi-issue and Renditions, cause in this case I know they are hosted by Adobe and you need the subscription to be downloaded.
    I think there are discussions here about this topic, but it's not exactly clear what I'm asking. So, I still don't know if I should buy the Professional Edition or go to another supplier as you said.
    I hope that Adobe improve these functions! There should be native support for these platforms, cause at the end you only can publish to the applestore with the Single Edition and everbody knows the "too booky problem" with the apps. And we should have support to publish to ibookstore because of that too, without third party solutions. 

  • Error 1305 when installing LabVIEW 7.1 app built with app builder

    I have built an executable with installer from LabVIEW 7.1 app builder.  The app installs/works fine, however 1 user reported 'Error 1305' when installing the app from a DOS subset on a WinXP machine.  For example, a virtual drive is created using the DOS 'subst' command (see http://www.easydos.com/subst.html for more info), e.g. 'subst z: c:\temp'.  Now when running z:\setup.exe, the error 1305 is encountered.  If the same app is run from c:, e.g. 'c:\temp\setup.exe', it works fine.  Is this a bug in the installer, or in the OS...?

    Greetings,
    This is an architectural issue with the Microsoft Windows Installer and Windows, and will occur with any MSI (not just those from the app builder).  Under XP, a MSI cannot install from OR install to a location created by the "subst" command.  My understanding of why is that installSequence runs in the context of the MSI engine, which is running as "system" user.  But the subst command is a per-user setting (local to your account) so the MSI engine doesn't see it. 
    The only workaround is to run the MSI from a non-subst drive, or instead use network file shares (you can simulate what "subst" does by mounting an exported file share from the same machine).
    Regards,
    - WesW / NI

  • Cross-comp​iling PC-to-Mac with App Builder?

    My company has LabView 6.1 PDS under Windows. However, I have a LabView
    application that I'd like to have run on a Macintosh. Is there any way to
    use the App Builder to generate a LabView executable that will run under the
    RTE on a Mac?
    Alternatively, would my license allow me to obtain a copy of the LabView PDS
    for Mac? I have no intention of violating any license restrictions, but I
    do understand the concerns that force them to exist . Even an older
    version of LabView (5.1 or 6.0.2 or whatever) would be OK -- the app is
    actually pretty low-tech,
    Best regards,
    Justin Goeres

    Justin,
    To do what you want to do, you will need to purchase LabVIEW and the Application Builder for the Macintosh and compile it there. LabVIEW is cross platform, but the results of the Application Builder are not. To produce a shared object library (.so or .dll) and/or an executable, one must use the Application Builder on the operating system they wish to use the created object.
    For more information, see KnowledgeBase 261GD4VW: Are Standalone Applications Built with Application Builder Platform Dependen....
    Randy Hoskin
    Applications Engineer
    National Instruments
    http://www.ni.com/ask

  • Problem with scrollbar after update with App Builder 32.4.4.

    Hey,
    I just created an app update with the new version of the DPS App Builder (32.4.4.). After the update the scrollbar (of the viewer – no scrollable content) moved from it's original position. (see screenshot)
    Any ideas?

    Could you tell me more about the article? Is it an HTML article or a PDF/JPEG/PNG?
    The issue appears in every article, in every folio. It doesn't depends on the type of article.
    Is your Multi Folio app a Newsstand app as well?
    Yes.
    Was the previous version of the app already installed on the device with downloaded folios in it, and then you upgraded it via iTunes? or was it a fresh install on the device?
    The previous version was build one week ago with the previous App Builder and installed via TestFlight on the iPad. Today we created a new version with the new App Builder (32.4.4) and updated the App via TestFlight.
    Thanks!

  • Making Sandbox server with production data

    Hi experts ,
    We are going build sand box server we are presently using windows server 2003 R2, SQL server 2005 ,SAP ECC6.0
    we are  just installed operating system only please Guide me we have are Going to approach system copy method  or
    normally installation then after  full backup restore method please kindly guide me how to build sandbox server with
    production data
    Best Regards
    SURESH .M

    Hi Suresh,
    Refer to below SAP notes and the check out the links within the SAP note for necessary documentation
    683447 - SAP Tools for MS SQL Server
    1152240 - Setting Up Microsoft SQL Server 2008 (R2)  ( Refer Point II in this note )
    Note 151603 - Copying an SQL Server database
    Hope this helps.
    Regards,
    Deepak Kori

  • Getting clusters from LabVIEW ActiveX Server with Excel/VBA

    Hello,
    my colleague and I are trying to control a LV from Excel (VBA) by ActiveX.
    I.E.:
    We do something like :
    Set LV = createObject("LabVIEW.Application")
    Set VI = LV.GetVIReference("Path_to_VI")
    ParamNames(0) = "Input1"
    ParamNames(1) = "Input2"
    ParamNames(2) = "Output"
    ParamValues(0) = 1
    ParamValues(1) = 3.1415
    Call VI.Call(ParamNames,ParamValues)
    msgbox("output =" & ParamVals(2))
    This works perfectly for simple data types (int, double, float, string, etc )
    Now we need to transfer more complex structures, which are originaly LV-clusters.
    But we did not find any clue on how do that (especially receive clusters) in the help or on the internet.
    Is there any chance to succeed ???
    TIA,
    Thomas

    Actually, working with clusters is really really easy. Through the magic of - well something - a cluster in LV comes out in the VBA environment as an array of variants. There was an activex example that shipped with V7.1 that showed this very thing. I couldn't find them in V8 so here is the 7.1 stuff.
    Check out the macros in the Excel spreadsheet... This show running the VI in the development environment, but if this looks interesting I can fill you in on how to make it work in an executable.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps
    Attachments:
    freqresp.xls ‏49 KB
    Frequency Response.llb ‏155 KB

  • Executable created with App Builder cannot be executed

    Dear forum,
    I am trying to build an executable from a rather big Labview Project with a lot of LVOOP classes. I am using labview 8.5 FDS.
    The program runs fine when executed from the development environment and compiles without error. When i try to run the executable, I get a dialog box with a long list of error messages like "VI has an error of type 4E348, 4A348, 302208, 2208, etc., LabView FDS is required to resolve the error" (actually I am using a German version of LabView, so let me quote the German error message: "VI hat einen Fehler vom Typ 4E348. Zur Behebung des Fehlers ist das Labview Full Development System erforderlich")
    Any information would be highly appreciated
    Thanks
    Georg

    Hi Joseph,
    I just finished rebuilding the project today (have been busy with some other job last week) and now the project builds and runs perfectly (at least on my development machine). Now I can go through the rest of my testing and debugging process.
    Thank you very much for your help.
    Probably I should give a short explanation on how my application is designed:
    I am developing a general-purpose control, data-acquisition and on-line data-processing application for a number of test-rigs in our company. I have chosen a modular design with plugin architecture where functionality for control, daq, etc. is provided as plugins. These plugins are implemented as user-defined classes which inherit from class templates. In this way it is very easy to add functionality e.g. for specialised control or data post-processing. The downside is that there is a lot of method overloading and this might have been the reason why the build process failed. Now I re-arranged all the classes in a "virgin" directory tree and the build process works.
    By the way, I changed the way my plugins are loaded from static to dynamic. This is significantly reducing the time to start-up my application.
    regards
    Georg

  • USB/Serial Drivers and App Builder Installer Questions...are drivers included in the Installer with the LV runtime engine?

    Hello all,
    I'm wondering if someone can help me out with how drivers and all are treated with applications distributed with App Builder, used to create a stand alone, full install of app and labview engine with Installer.
    What has happened  is, my application was created using the NI branded USB to RS232...and USB to RS485, and they work great.
    On the application when running..you fire it up, it finds the USB to serial device, and I have a dropdown that finds the available COM ports to use (along with setting parity, etc).
    I've installed on different computers (without previous labview installs) with the installer. They all worked.
    The customer has received the installer....and despite us telling them to use the NI branded USB/Serial interfaces..they are trying to work with a different USB/serial cable.
    They say the COM ports aren't even showing up when they run the installed application.
    So, I'm not sure where to start. Is this a driver issue?  Does the App Builder Installer...install the drivers for the interfaces I was using with it? Is there a way for the person to find and install a driver on their own...or would I have to somehow find out a driver for what they use....then, basically redo the App Builder Installer build...to include that driver with the executable I send back out?
    I guess I basically need a better understanding of how drivers for external access/communications are handled when you use App Builder to create a stand alone application complete with the labview runtime engine...and nothing else.
    Thank you in advance,
    cayenne

    The main thing is that LV uses VISA to talk to serial port whether native on the machine or from USB dongles that you plug into the computer. It sounds to me like their dongles aren't working.
    Can the customer see the ports in the Windows Device Manager? Can they access them through something like hyperterminal? How does your program find the USB/Serial devices?
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Why is my new download of DPS App Builder still coming up with the notification that I still need to update to the latest release when I already have??!!!

    Is anyone else experiencing the same problem?

    There is no "release 32" of DPS going out today, and there are no updates to the InDesign panels. We are pushing out a minor update to release 31 with some new features in the Android and Windows viewers and some minor bug fixes elsewhere.
    This thread is about a specific issue with App Builder that is now resolved with our completed App Builder deployment. If you are experiencing issues previewing content in Adobe Content Viewer please start a new thread regarding your issue. Be sure to provide the detailed steps you are taking, including the target viewer version you've selected and the version of Adobe Content Viewer that is installed on your device.
    Neil

  • How do I create a single file installer for LV 6.1 App Builder Output?

    I have created an application using the 6.1 App builder and it installs fine. To be able to send this app to others, I would really like to put it in something like a self extracting executable file. How can I do this with app builder or can you suggest another software to buy that will let me create this.
    Thanks for any help that you can provide

    You raise a number of important points. I'll answer to the best of my knowledge.
    1. Usually true. Win98/2K/XP have the Windows Installer Service built in, but 95/98/ME require InstMsiA.exe, and WinNT4 requires InstMsiW.exe. The difference is in the character set (ASCII vs. Unicode), and I don't know how that difference applies to the non-Roman alphabet installations. It's safest to include both if you're going to include one.
    On the same subject, I noticed that the first thing the LV7 evaluation installer does on a Win2K box (and therefore probably on a Win98 box as well) is update the Windows Installer service, so LV7-built executables may very well require InstMsiA.exe/InstMsiW.exe on Win98/2K.
    2. I think so. I usually don't distribu
    te LabVIEW EXEs as self-extracting installers, but it probably is safest to wait until the setup is complete before returning control to the self-extractor software.
    3. True. (And note that one of the circumstances under which you might repair/update msiexec is with LV7 on Win98/2K).
    4. True. Setup.exe appears to install/update msiexec if needed and then launch the MSI file.

  • How to configure PHP Server with Flex

    Hello everyone,
    I am trying to create new flex application with PHP as server option.
    but on the Configure PHP server window it gives error as
    " You must enter a valid root URL."
    I am usingh xampp as php server, and i have changed the port no of apache to 90.
    so my web root is //localhost:90
    \xampp\htdocs\phpProject-debug
    Can anyone help me to configure the PHP server with Flash builder 4
    I am not using Zend server...

    Hello Rupesh,
    You need to specify full url like this "http://localhost:90/" and need to start server before validating.
    This check may be missed by you.
    Thanks,
    Vikram

Maybe you are looking for

  • How do I transfer my elements 8 catalog to a new computer?

    I am using Elements 8.  The program and catalog are located on the hard drive for my computer.  Photos are stored on an external hard drive.  I want to transfer my photoshop catalog to a new computer.  How do I do this?  I understand that I need to d

  • From XML To Query

    Hi, This is My problem: I receive datas from an xml Feed and I always worked in this way: <cftry> <!--- fetch data from web service ---> <cfhttp url=" http://www............. method="get" charset="utf-8"/> <cfset xmldata = cfhttp.fileContent> <cftry>

  • I can't open D7200 NEF file with Photoshop CS6. I checked the updates and there are no updates available. What do I do?

    Hi, I can't open D7200 NEF files with Photoshop CS6.I checked the updates and there are no updates available.What do I do? Nitin

  • Generate a MS Word report from PDF Form

    Is there a way to generate a MS Word file output from the contents of a PDF form? Background: Back in the days when Acrobat Pro was packaged with LiveCycle Design for PDF form development, I created a very extensive document that walked the reader th

  • New Images and Flash Content won't display

    Working in Dreamweaver MX. Updating some content to existing pages with flash swf files and jpegs in them. All of the old content works fine, but when I replace old swf files with new, or add any new jpg files. I get a broken link image in the browse