Problem creating standalone exe application

I am trying to create a stand-alone application, ie, .exe file for a rather large program. The program includes several "instr" libraries, including "TD2024", "AGN6700", "AGILENT 6700", and several others. When I try to build, or look at the "general preview" I'm getting errors which indicate conflicts and also errors due to files called "tree.vi" in several of the libraries. My application also includes configuration and header files. My question is when trying to create the .exe should I include the entire "instr.lib", or only those files in the individual instrument library which I need? Also how do I resolve conflicts due to VIs in the file with the same names. For example "AGILENT 34970" and "AGILENT_E364X_Series" both contain a file called "initialize.vi". I'm fairly new and I've only created simple .exe files
Solved!
Go to Solution.

Hi chuck72352,
you can call vi's dynamically if you open a reference to it with the "Open Vi Reference" function.
I'm not sure which ini and txt file you mean, but the Exename.ini will be created automatically with every start of the exe, if the ini is not present in the same folder.
Mike

Similar Messages

  • Lookup problem for Standalone Websphere application.  What to do?

    Hi friends. This is my first discussion. Coming to the topic, I have created a Data Source (DB2) in WebSphere. JNDI name has been configured. I have done the Standalone application and got over. The question is how to LOOKUP JNDI name for the StandAlone application and how to ACCESS?
    The program is as follows(code snippet):
    class DBConnect4 {
         public static void main(String[] args) throws NamingException, SQLException {
              Properties props = new Properties();
              props.put(Context.INITIAL_CONTEXT_FACTORY,
                        "com.ibm.websphere.naming.WsnInitialContextFactory");
              /*props.put(Context.INITIAL_CONTEXT_FACTORY,
               "com.sun.jndi.cosnaming.CNCtxFactory");*/
    // --------------------the problem occurs here------------------------------------
    // --------------------at props.put(Context.PROVIDER_URL,"iiop://............
              props.put(Context.PROVIDER_URL, "iiop://172.23.99.88:9064");//172.23.99.88
              System.out.println("The Connection is" + props);
              try {
                   InitialContext initContext = new InitialContext(props);
                   Object obj = initContext.lookup("jdbc/myDataSource");
                   DataSource ds = (DataSource) obj;
                   Connection connection = ds.getConnection("db2admin", "Syntel123$");
                   System.out.println("Connection estblished");I have configured everything, instead I am getting the following error:
    The Connection is{java.naming.provider.url=iiop://172.23.99.88:9064, java.naming.factory.initial=com.ibm.websphere.naming.WsnInitialContextFactory}
    The Exception is:Failed to initialize the ORB
    javax.naming.NamingException: Failed to initialize the ORB [Root exception is java.lang.ClassCastException: com.sun.corba.se.impl.orb.ORBImpl]
         at com.ibm.ws.naming.util.Helpers.getOrb(Helpers.java:318)
         at com.ibm.ws.naming.util.WsnInitCtxFactory.getInitialContextInternal(WsnInitCtxFactory.java:392)
         at com.ibm.ws.naming.util.WsnInitCtx.getContext(WsnInitCtx.java:117)
         at com.ibm.ws.naming.util.WsnInitCtx.getContextIfNull(WsnInitCtx.java:712)
         at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:171)
         at javax.naming.InitialContext.lookup(Unknown Source)
         at src.DBConnect4.main(DBConnect4.java:27)
    Caused by: java.lang.ClassCastException: com.sun.corba.se.impl.orb.ORBImpl
         at com.ibm.ws.orb.GlobalORBFactory.init(GlobalORBFactory.java:86)
         at com.ibm.ejs.oa.EJSORBImpl.initializeORB(EJSORBImpl.java:179)
         at com.ibm.ejs.oa.EJSClientORBImpl.<init>(EJSClientORBImpl.java:83)
         at com.ibm.ejs.oa.EJSClientORBImpl.<init>(EJSClientORBImpl.java:59)
         at com.ibm.ejs.oa.EJSORB.init(EJSORB.java:102)
         at com.ibm.ws.naming.util.Helpers.getOrb(Helpers.java:309)
         ... 6 more

    hi, I get the same exception in a completely different context. Could you solve your problem?
    Regards,
    guschra
    Message was edited by:
    guschra

  • PROBLEM Creating a Sample Application from Uploaded Data - ENDECA 3.1

    Good morning.
    I'm installing OEID 3.1 and y have many problems.
    One is when i want to créate a Sample Application from Uploaded Data following "InfoDiscGettingStarted.pdf"
    I have the next error message:
    "Task execution failed for workflow ID 1. Task execution failes for workflow ID 1."
    Does anyone know which is due to this error?
    Thank you very much.
    Pd: Excuse me for my english

    BINGO !
    works like a charm
    I used this at compReady. Loads all the animated thumbnails with image, jersey number and full name.
    $.getJSON('images/profiles.json', function(json)
                sym.getComposition().getStage().setVariable('data', eval(json));
                var data = sym.getComposition().getStage().getVariable('data');
                for ( i = 1 ; i < 17; i++){
                    sym.getSymbol("thumb"+[i]).$("thumb1").css("background-image","url("+data.player[i].thumb +")");
                    sym.getSymbol("thumb"+[i]).$("j_num").html(data.player[i].j_num);
                    sym.getSymbol("thumb"+[i]).$("p_name").html((data.player[i].f_name)+"<br>"+(data.player[i ].l_name));
    sym.$("Stage").css({"margin-left":"auto","margin-right":"auto"});
    and this on all the "display on click" profile sheets. Right now just gets the larger player pic but will get all the other "fields" also when complete
    var i = 1 // this var identifies the player
    var data = sym.getComposition().getStage().getVariable('data');
    sym.$("player_image").css("background-image","url("+data.player[i].image+")");
    sym.play("profile" + [i]);
    Works perfect. Now I just have to add all the other fields to the profile sheets and presto...
    thanks again
    Joel

  • Problems creating a sample application

    Hi,
    I have problems to create and run an example flow.
    Now i'm creating a Project Status 1.0 and receive this error...
    create owner=VADELL s=42 ORA-01658: unable to create INITIAL extent for segment in tablespace FLOW_741 create owner=VADELL s=43 ORA-00942: table or view does not exist create owner=VADELL s=44 ORA-00942: table or view does not exist create owner=VADELL s=45 ORA-00942: table or view does not exist create owner=VADELL s=46 ORA-00942: table or view does not exist create owner=VADELL s=47 ORA-00942: table or view does not exist create owner=VADELL s=1 ORA-24344: success with compilation error create owner=VADELL s=2 ORA-24344: success with compilation error create owner=VADELL s=4 ORA-24344: success with compilation error create owner=VADELL s=5 ORA-24344: success with compilation error create owner=VADELL s=9 ORA-00942: table or view does not exist
    I delete an recreate some examples and i can't run them...
    Could you help me?
    Thank you.
    Juan Pablo Vadell - [email protected]

    Juan,
    Can you try requesting more storage space by clicking on Home > Adminstration > Provisioning Services > Request Changes to current Service. You should only need about an additional 5Mb. As soon as you request more space, we will approve your request and then you can try creating the demonstration Flow again.
    Regards,
    Team Project Marvel

  • Where can I start learning about creating standalone .exe's

    I'm looking to make my programs in executable form for just windows
    as of now. Anybody have any good sources of urls or suggestions of where to start?

    Search forums, asked daily.
    If you really just want to target windows, look up JET.
    Else look up either Java Web Start, InstallAnywhere and Jar files.

  • How can I create an Install.exe(Application file)

    I need urgent help on how to create an Install.exe (Application file) for my java programs.
    I have compile the java file and run the programs within Jbuilder35 all worked well. I even created a single jar file for all the programs classes file. But my problem was how to create Install.exe (Application file) in other to be able to use it as an application in any computer.
    I mean, for example: Jbuilder35 was developed with java file, and I installed (JBuilder Install.exe, application file) in my computer before I could be able to use it. That is exactly what I dont know how to do it with my java programs that I developed. Any help please?.

    Use InstallAnywhere. They have a free trial addition.
    http://www.zerog.com/downloads_01.html

  • Problem creating an AIR installer (.exe) from a .fla file.

    Hey everyone,
    I am trying to create an Adobe AIR installer(.exe). I already
    created the .fla file and tested it. It didn't seem to work and
    gave me the error of
    "You cannot debug this SWF because it does not contain
    ActionScript" and acc. to this link
    http://www.actionscript.org/forums/archive/index.php3/t-168154.html
    I created a new environment variable called JAVA_TOOL_OPTIONS
    of -Xmx256M. And then the .fla file seemed to work . Apparently
    there is too much code in my .fla file with as many as 20 videos
    (.flv) and lot of radio-buttons ( I mean A lot of them !!! )...
    Now with the .fla file working, when I am trying to create an
    AIR installer it is throwing the error,
    " Error creating AIR file. Picked up JAVA_TOOL_OPTIONS: -Xmx256M
    so I am not able to create the AIR Installer. and If I change
    back the -Xmx 256M then my .fla file won't work. So what do I do
    now ? I somehow removed the above -Xmx 256M variable and created a
    AIR installer with a self-signed certificate and when I try to
    install that AIR installer, I get another error message,
    "The application could not be installed. Try installing it
    again. If the problem persists, contact the application author.
    Error# 0".
    So I have 2 questions:
    1. how do I create this AIR installer(.exe) and make it work
    as a .exe file and run it without having Adobe flash CS3 installed
    on another computer and please help me in my case as above.
    2. Also, would I need to buy a digital certificate to create
    the AIR installer or can I use a self-signed certificate to create
    an AIR installer and use it to install the AIR application on a few
    computers ? Please help
    Axe

    "Axe_AP" <[email protected]> wrote in
    message
    news:gqs5k7$cjp$[email protected]..
    > Hey everyone,
    >
    > I am trying to create an Adobe AIR installer(.exe). I
    already created the
    > .fla
    > file and tested it. It didn't seem to work and gave me
    the error of
    >
    "You
    > cannot debug this SWF because it does not contain
    ActionScript" and
    > acc. to
    > this link
    >
    http://www.actionscript.org/forums/archive/index.php3/t-168154.html
    >
    > I created a new environment variable called
    JAVA_TOOL_OPTIONS of -Xmx256M.
    > And
    > then the .fla file seemed to work . Apparently there is
    too much code in
    > my
    > .fla file with as many as 20 videos (.flv) and lot of
    radio-buttons ( I
    > mean A
    > lot of them !!! )...
    >
    > Now with the .fla file working, when I am trying to
    create an AIR
    > installer it
    > is throwing the error,
    " Error creating AIR file. Picked up
    > JAVA_TOOL_OPTIONS: -Xmx256M ? .
    > so I am not able to create the AIR Installer. and If I
    change back
    > the -Xmx
    > 256M then my .fla file won't work. So what do I do now ?
    I somehow removed
    > the
    > above -Xmx 256M variable and created a AIR installer
    with a self-signed
    > certificate and when I try to install that AIR
    installer, I get another
    > error
    > message,
    "The application could not be installed. Try installing it
    > again.
    > If the problem persists, contact the application author.
    Error# 0".
    >
    > So I have 2 questions:
    >
    > 1. how do I create this AIR installer(.exe) and make it
    work as a .exe
    > file
    > and run it without having Adobe flash CS3 installed on
    another computer
    > and
    > please help me in my case as above.
    >
    > 2. Also, would I need to buy a digital certificate to
    create the AIR
    > installer
    > or can I use a self-signed certificate to create an AIR
    installer and use
    > it to
    > install the AIR application on a few computers ? Please
    help
    This forum is for people seeking help with the Flex Framework
    and/or Flex
    builder. You might want to try one of the Flash forums.

  • Each time I try to synch photos from my Windows 7 PC to my iPad2, iTunes stops working, and the error report says Problem Event Name:     APPCRASH   Application Name:     iTunes.exe   Application Version:     10.3.1.55   Application Timestamp:     4deec35

    Each time I try to synch photos from my Windows7 PC to my iPad2, iTunes stops working and the error message is:
    Problem Event Name:                          APPCRASH
      Application Name:                             iTunes.exe
      Application Version:                           10.3.1.55
      Application Timestamp:                    4deec351
      Fault Module Name:                          ntdll.dll
      Fault Module Version:                        6.1.7601.17514
      Fault Module Timestamp:                 4ce7ba58
      Exception Code:                                  c0000005
      Exception Offset:                                0002e3fb
      OS Version:                                          6.1.7601.2.1.0.768.3
      Locale ID:                                             1033
      Additional Information 1:                  0a9e
      Additional Information 2:                  0a9e372d3b4ad19135b953a78882e789
      Additional Information 3:                  0a9e
      Additional Information 4:                  0a9e372d3b4ad19135b953a78882e789
    I reloaded iTunes 10 (64 bit) successfully, but the problem remains the same.
    Any suggestions?

    I looked in the folder from which I want to synch photos, but there is no such thing as an "ipod photo cache" in that folder, or sub-folders, as suggested in the link which you were nice enough to provide.
    I have also tried removing photos from my iPad2 Photos App, and "iTunes has stopped working" shows up  again as soon as I click on the "Synch photos from" button.

  • What does firefox.exe-application error mean? Firefox wont even open it just says this, and then click okay to terminate the problem.

    When I go to open up Firefox, it does not open no matter what I try It just pops up this box that says Firefox.exe - application error.
    Then it says the Instruction at "0x798377a9" referenced memory at "0x798377a9". The memory could not be "written".
    Click on OK to termintate the program
    What does this mean? And why cant I use Firefox. I can still use internet explorer just fine.
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1)

    Do a clean reinstall and download a fresh Firefox copy from http://www.mozilla.com/firefox/all.html and save the file to the desktop.
    Uninstall your current Firefox version and remove the Firefox program folder before installing that copy of the Firefox installer.
    It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    See http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • Problem while deploying ADF application to standalone WLS server

    Hi,
    I am facing a problem while deploying ADF application to standalone WLS Server.
    Following is the error message that I am getting.
    [07:24:03 PM] ----  Deployment started.  ----
    [07:24:03 PM] Target platform is  (Weblogic 10.3).
    [07:24:07 PM] Retrieving existing application information
    [07:24:08 PM] Running dependency analysis...
    [07:24:08 PM] Building...
    [07:24:13 PM] Deploying 2 profiles...
    [07:24:14 PM] Wrote Web Application Module to D:\WorkSpace3\DashboardUi\deploy\Dashboard.war
    [07:24:14 PM] Wrote Enterprise Application Module to D:\WorkSpace3\deploy\Dashboard.ear
    [07:24:14 PM] Deploying Application...
    [07:24:22 PM] [Deployer:149191]Operation 'deploy' on application 'Dashboard' is initializing on 'msDevServer1'
    [07:24:27 PM] [Deployer:149193]Operation 'deploy' on application 'Dashboard' has failed on 'msDevServer1'
    [07:24:27 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application Dashboard on msDevServer1.: .
    [07:24:27 PM] Weblogic Server Exception: weblogic.application.ModuleException:
    [07:24:27 PM] Caused by: weblogic.common.ResourceException: DataSource DashboardDb already exists
    [07:24:27 PM]   See server logs or server console for more details.
    [07:24:27 PM] weblogic.application.ModuleException:
    [07:24:27 PM] ####  Deployment incomplete.  ####
    [07:24:27 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)Any suggestion how to fix this.
    Thanks
    Ajay

    I logged into console and browsed to 'Home >Summary of JDBC Data Sources' but not able to locate DashboardDb. Please let me know where to find DashboardDB on wls console.
    Also, please let me know how to configure the app to not to auto-deploy JDBC data sources

  • My itunes will not work and this is the error message. Problem signature:   Problem Event Name:     BEX   Application Name:     iTunes.exe   Application Version:     11.0.1.12   Application Timestamp:     50c8fc7e   Fault Module Name:     QuickTime.qts_un

    Problem signature:
      Problem Event Name:          BEX
      Application Name:          iTunes.exe
      Application Version:          11.0.1.12
      Application Timestamp:          50c8fc7e
      Fault Module Name:          QuickTime.qts_unloaded
      Fault Module Version:          0.0.0.0
      Fault Module Timestamp:          4ea5d609
      Exception Offset:          653f1040
      Exception Code:          c0000005
      Exception Data:          00000008
      OS Version:          6.1.7601.2.1.0.768.3
      Locale ID:          1033
      Additional Information 1:          0a9e
      Additional Information 2:          0a9e372d3b4ad19135b953a78882e789
      Additional Information 3:          0a9e
      Additional Information 4:          0a9e372d3b4ad19135b953a78882e789

    I am encountering the same thing as I am trying to restore my iPhone. How to fix this? I tried repairing iTunes. Still having the issue.

  • ITunes stops working moments after selecting . Microsoft offers to find solution but no response?Problem Event Name:     BEX   Application Name:     iTunes.exe   Application Version:     11.2.2.3   Application Timestamp:     5383f31a   Fault Module Name: 

    Microsoft report gives details of problem:
    Problem Event Name:
    BEX
      Application Name:
    iTunes.exe
      Application Version:
    11.2.2.3
      Application Timestamp:
    5383f31a
      Fault Module Name:
    StackHash_0a9e
      Fault Module Version:
    0.0.0.0
      Fault Module Timestamp:
    00000000
      Exception Offset:
    00000008
      Exception Code:
    c0000005
      Exception Data:
    00000008
      OS Version:
    6.1.7601.2.1.0.768.3
      Locale ID:
    2057
      Additional Information 1:
    0a9e
      Additional Information 2:
    0a9e372d3b4ad19135b953a78882e789
      Additional Information 3:
    0a9e
      Additional Information 4:
    0a9e372d3b4ad19135b953a78882e789
    I have tried reloading the iTunes player but same thing happens after selecting it.

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    If you've already tried a complete uninstall and reinstall try opening iTunes in safe mode (hold down CTRL+SHIFT as you start iTunes) then going to Edit > Preferences > Store and turning off Show iTunes in the Cloud purchases. You may find iTunes will now start normally.
    tt2

  • My itunes wount open when i try to open it this message comes up Problem signature:   Problem Event Name:     BEX   Application Name:     iTunes.exe   Application Version:     10.6.3.25   Application Timestamp:     4fd16377   Fault Module Name:     CRYPTU

    when i try to open my Itunes this Message comes up
    Problem signature:
      Problem Event Name:    BEX
      Application Name:    iTunes.exe
      Application Version:    10.6.3.25
      Application Timestamp:    4fd16377
      Fault Module Name:    CRYPTUI.dll_unloaded
      Fault Module Version:    0.0.0.0
      Fault Module Timestamp:    4ce7b847
      Exception Offset:    68221040
      Exception Code:    c0000005
      Exception Data:    00000008
      OS Version:    6.1.7601.2.1.0.768.3
      Locale ID:    5129
      Additional Information 1:    0a9e
      Additional Information 2:    0a9e372d3b4ad19135b953a78882e789
      Additional Information 3:    0a9e
      Additional Information 4:    0a9e372d3b4ad19135b953a78882e789
    Read our privacy statement online:
      http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
    If the online privacy statement is not available, please read our privacy statement offline:
      C:\Windows\system32\en-US\erofflps.txt

    Taken at face value, you're having trouble with a Windows operating system file there.
    Perhaps try an sfc /scannow. For instructions, see the following Microsoft document:
    How to use the System File Checker tool to troubleshoot missing or corrupted system files on Windows Vista or on Windows 7

  • I have not been able to open up Lightroom on my computer for over a year now. Whenever I double click on it, this comes up - can anyone help? Problem signature:   Problem Event Name:APPCRASH   Application Name:lightroom.exe   Application Version:3.4.1.10

    I have not been able to open up Lightroom on my computer for over a year now. Whenever I double click on it, this comes up - can anyone help? Problem signature:   Problem Event Name:APPCRASH   Application Name:lightroom.exe   Application Version:3.4.1.10

    First thing to try is the latest version of Lightroom (currently 5.6). If it don't crash, then problem solved - upgrade.
    If Lr5 won't run on your machine, then Lr4 instead.
    If both Lr5 and Lr4 crash on your machine, then at least you know it's a not a Lightroom version problem but something wonked in your system.
    If you can't figure out how to resolve the crash on the system you have, then it's time for a new system (or try another converter/editor app).
    PS - A few things to try:
    * After re-installing new version, if that doesn't fix it, then get rid of all Lightroom-related data files (rename them so they can be restored), in case problem is in Lr data file.
    * Remove all non-essential hardware in case problem is hardware/driver.
    * Startup up machine with minimal software services.
    * If still no go, consider updating driver software, including mainboard drivers and/or bios firmware if need be.
    * Of course run all the system hardware and software diagnostics you can - problem could be failing disk or ram..
    * Check system event logs for any clues.
    If you don't know how to do some of these things - ask.
    Do not say "you've tried everything" unless you want a lecture - there is most definitely something you haven't tried. It's like when you can't find your car keys - you haven't looked everywhere -  there is somewhere you haven't looked!
    PS - Has Lightroom EVER worked on your machine? what's changed since then..
    Good luck,
    Rob

  • My itunes wont work. I keep getting this Problem signature:   Problem Event Name:     BEX   Application Name:     iTunes.exe   Application Version:     10.7.0.21   Application Timestamp:     504d85d9   Fault Module Name:     QuickTime.qts_unloaded   Fault

    My itunes usnt working. I keep getting this message.
    Problem signature:
      Problem Event Name:          BEX
      Application Name:          iTunes.exe
      Application Version:          10.7.0.21
      Application Timestamp:          504d85d9
      Fault Module Name:          QuickTime.qts_unloaded
      Fault Module Version:          0.0.0.0
      Fault Module Timestamp:          4f8f8a5b
      Exception Offset:          70be1040
      Exception Code:          c0000005
      Exception Data:          00000008
      OS Version:          6.0.6002.2.2.0.768.3
      Locale ID:          1033
      Additional Information 1:          b9b5
      Additional Information 2:          063aa4ebde4a7a45f8c482e6ed282861
      Additional Information 3:          b251
      Additional Information 4:          0639314542445d4694fa87cff3be7aa4

    Fault Module Name:          QuickTime.qts_unloaded
      Fault Module Version:          0.0.0.0
    Try updating your QuickTime player to the most recent version.

Maybe you are looking for