Executable work on a laptop, but not on the other

Hi all

I have a project of labview in which the main program calls the second program, I use the shared variable to share information between these programmes and made an executable file, the problem I am facing is that works execuatble on the machine where it is made, but on another machine. Y at - it no problem using variables shared in the executables. ? Please let me know.

Thank you

Ankit


Tags: NI Software

Similar Questions

  • hitTestObject works for a mc but not for the other

    Hi - I've given instance names to two movieclips for 'bee' and 'energy '. When I sling the 'ball' upward and it hits the bee runs all the code but when I sling and hit energy, nothing happens. Thanks for any help.

    function onMyEnterFrame(evt:Event):void

    {

    Bee.x += 1;

    If (bee.hitTestObject (energy))

    {

    trace ("Energy");

    beeHit = true;

    Energy.Visible = false;

    Power.x = energy.x

    Power.y = energy.y

    this.addChild (power);

    }

    If (bee.hitTestObject (ball) & & beeHit == false)

    {

    trace ("Gotcha");

    beeHit = true;

    Bee.Visible = false;

    pop_mc.x = bee.x

    pop_mc.y = bee.y

    this.addChild (pop_mc);

    }

    }

    You might be experienciung some confusion with your names in the coding.  I don't see anywhere where the ball is checked to a hitTest with energy... the first conditional tests if bee hit energy, no ball.

  • A60: Work of the Audio Conference on laptop but not on the car radio CD/home

    Hello
    I tried a number of blank disc CD - R and CD - RW, but none of them work with record Sonic to burn music from an audio disc on a blank CD. Music plays on laptop, but not in the CD drive or the car home. Anyone know what the problem is. Really is tired of the use of different brands. nothing works!

    Hello

    You burned the CD and this CD works fine on your laptop, but it of not possible to play in the drive of the car and on your cd player. Is this good?
    Well, in this case there no problems with your laptop.
    I guess that the other players cannot read the CD because they don t supports the support or the audio file format.
    Which audio format you used and you burn music from the original CD?

  • I changed my apple ID password. I restarted my computer and my iphone. My new password works with my laptop, but not my iphone.

    I changed my apple ID password. I restarted my laptop and my iphone. My new password works on my laptop but not on my iphone, I can't update my applications.

    iowaoma wrote:

    I changed my apple ID password. I restarted my laptop and my iphone. My new password works on my laptop but not on my iphone, I can't update my applications.

    Apps are tied to apple id and password that was used to download/purchase it.

    Try your old password and see if you can update or not.

  • I have an overlay in the "Develop" Module but not in the other modules. What can I do?

    I have an overlay in the "Develop" Module but not in the other modules. What can I do?

    The GPU acceleration works on some computers and not on others. If everything works properly with disabled GPU acceleration should be the parameter, you must use. The function does not in Lightroom automatically faster. I don't have a dedicated in my computer graphics. But I understand that the main advantage of having the GPU acceleration for users who have monitors high resolution.

  • where can I find the Vijaya police? I have it in CS5 in a PC, but not in the other.

    where can I find the Vijaya police? I have it in CS5 on a PC but not on the other. How can I get? Thank you

    Vijaya is a typeface that was designed for Microsoft and came with Windows 7 and 8. https://www.Microsoft.com/typography/fonts/family.aspx?FID=386

    It has nothing to do with Adobe products.

  • My HP officejet pro 8500 has more - will print from my laptop, but not by the desk top

    It prints my laptop downstairs, but not from the Office superior or smart phone. There is a Wi - Fi connection.  I tried the diagnostic tests and does not issue?

    When was the last time the devices were power cycled?

    I recommend an oil change of the full power of the system:

    Unplug the router when turned on

    * Wait 30 seconds

    * Connect Router and wait for it to reboot completely

    * Reboot the computer after the powers of the router to the top

    Unplug the printer when turned on

    Disconnect the other end of the power cord from the wall outlet

    * Wait 30 seconds

    * Plug the printer back to

    Try to print now that everything has been updated.  If the unit still does not print, then get the IP address of the printer.  This can be achieved in the Setup Menu > wireless Menu.  Check the IP address which seeks the printing software.

    * Click Start menu on PC

    * Select all programs

    * Select the HP folder

    * Select the folder for the HP Officejet Pro 8500 a A910 series

    * Select update the IP address

    Also check the information contained in the document located here.  Let me know how it goes.

  • RAISE_APPLICATION_ERROR work on A schema, but not on the diagram B

    BANNER
    ----------------------------------------------------------------
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - Prod
    PL/SQL Release 10.2.0.5.0 - Production
    CORE Production 10.2.0.5.0
    AMT for Linux: Version 10.2.0.5.0 - Production
    NLSRTL Version 10.2.0.5.0 - Production

    Hi, I'm working on this link: http://kamranagayev.com/2009/10/04/block-developers-from-using-toad-and-other-tools-on-production-databases/
    CONNECT / AS SYSDBA;
     
    CREATE OR REPLACE TRIGGER block_tools_from_prod
      AFTER LOGON ON DATABASE
    DECLARE
      v_prog sys.v_$session.program%TYPE;
    BEGIN
      SELECT program INTO v_prog
        FROM sys.v_$session
      WHERE  audsid = USERENV('SESSIONID')
        AND  audsid != 0  -- Don't Check SYS Connections
        AND  ROWNUM = 1;  -- Parallel processes will have the same AUDSID's
     
      IF UPPER(v_prog) LIKE '%TOAD%' OR UPPER(v_prog) LIKE '%T.O.A.D%' OR -- Toad
         UPPER(v_prog) LIKE '%SQLNAV%' OR     -- SQL Navigator
         UPPER(v_prog) LIKE '%PLSQLDEV%' OR -- PLSQL Developer
         UPPER(v_prog) LIKE '%BUSOBJ%' OR   -- Business Objects
         UPPER(v_prog) LIKE '%EXCEL%'       -- MS-Excel plug-in
      THEN
         RAISE_APPLICATION_ERROR(-20000, 'Development tools are not allowed here.');
      END IF;
    END;
    /
    The problem is that RAISE_APPLICATION_ERROR (-20000, "Development tools are not allowed here.");
    are you working on a scheme A, but not on the schema B. thanks in advance.

    infotools wrote:
    for the USER sys, she also success.

    Any user who has the privilege of the ADMINISTRATION DATABASE TRIGGERS you connect successfully even if the trigger generates an error. This is to avoid a bug in your trigger to prevent the ADMINISTRATOR to connect to the difficulty of the trigger. If user B in your example received this privilege, the logon trigger will do nothing.

    As has been pointed out, it is trivial to work around - there is very little logic to try to limit what a user can use the tool. I can always find another client tool to use (for example, SQL or SQL Developer * more). And I can always change my client tool to send a different program to the database name.

    Justin

  • Can connect to Skype with a single account, but not with the other

    I am able to connect to Skype with my own login but not with the credentials of my friend on his pc. I can however connect with her details as well as mine on my pc?

    You need to upgrade your Internet Explorer to the latest version of IE8 for Windows XP.

    http://filehippo.com/download_internet_explorer_xp/

  • Query works well in an environment, but not in the other environment

    Hello

    I have a question that I am trying to run in two different environments.

    Test: - Oracle Database 11 g Release 11.2.0.1.0 - 64 bit Production
    Prod: - Oracle Database 11 g Release 11.2.0.1.0 - 64 bit Production

    Now the query runs fine in one environment and fails in the other environment.
    It gives following error.


    ORA-01861: literal does not match the format string
    01861 00000 - "literal does not format string.

    The query is too long and contains CHAR-DATE and DATE-CHAR conversions.

    The same query works very well on the TEST environment and the PROD environment.

    Any help related to it would be appreciated.

    Thank you
    Mahesh

    MaheshGx wrote:
    Hello

    I have a question that I am trying to run in two different environments.

    Test: - Oracle Database 11 g Release 11.2.0.1.0 - 64 bit Production
    Prod: - Oracle Database 11 g Release 11.2.0.1.0 - 64 bit Production

    Now the query runs fine in one environment and fails in the other environment.
    It gives following error.

    ORA-01861: literal does not match the format string
    01861 00000 - "literal does not format string.

    The query is too long and contains CHAR-DATE and DATE-CHAR conversions.

    The same query works very well on the TEST environment and the PROD environment.

    Any help related to it would be appreciated.

    Thank you
    Mahesh

    This is called a bug. One caused by the person who developed the code. They relied on an implicit conversion between strings and dates when
    production quality code will always use the function to_char and to_date with a format mask.

  • Tween alpha works fine in preview, but not in the swf file

    I was wondering if anyone could offer some suggestions. I have a few words written in text mode static I made a graphic symbol. On the timeline, I used the motion tween and classic Tween to create change aplha from 0% to 100%.  I made sure that I have enoough to space on my calendar (10 images).

    Aplha interpolation works fine in preview, however when I export the swf file the aplha interpolation doesn't work anymore? I tried to break the text, flash of reboot, restart my computer and similar proposals for other items such as:

    I was able to fix this by checking the box 'use bitmap caching DURATION' in Blend in the properties panel for the MovieClip in question.

    I am currently using Flash CS5 on an imac. Would be grateful for any suggestions, that I do not understand how something that worked very well, has suddenly stopped working? Bug?

    Thanks in advance

    Stace

    Create a new fla and duplicate your efforts with your tween alpha of your text.  any problem?

  • why there are gaps in the product on this catalogue page, but not on the other catalogues?

    dapper5. BusinessCatalyst.com

    There are strange empty spaces on this page http://dapper5.businesscatalyst.com/polo-style-shirts

    Any ideas what could happen.  Other pages are ok http://dapper5.businesscatalyst.com/greg-norman-collection

    This is the html code for the overall layout module:

    < div id = "sidebar" >

    < div class = "box" >

    < div class = "main topic" >

    Catalogues of < h2 > < / h2 >

    < / div >

    < div class = "categories" >

    {module_cataloguelistdump-1}

    < / div >

    < / div >

    < div class = "box" >

    < div class = "main topic" >

    Recommended < H2 > < / h2 >

    < / div >

    < div class = "product list" > {Default module_productfeaturelist, recommended, 4, true} < / div >

    < / div >

    < / div >

    < div id = "content" >

    < div class = "webshop-header" >

    < div class = "bread crumbs" >

    {module_menu, 1211169}

    {tag_cataloguebreadcrumbs}

    < / div >

    < div class = "webshop-nav" >

    {module_menu, 1211155}

    < / div >

    < / div >

    < div class = "webshop-block" >

    < div class = "product list" > {tag_productlist, 4, true} < / div >

    < / div >

    < / div >

    Thank you

    Hi there, because you have no defined height on your objects.

    If you notice that one working has the names of product on two lines, on the one that does not work there is a on a single line and so shorter in height, then the others.

  • Facebook fish world will not load full page, stopping just before my friend list, this happens on my laptop, but not on the desktop. Works on Chrome on laptop, but I prefer Firefox

    When I play fish world on Facebook, using laptop computer that I can't get the bottom of the screen to show - I see half of my friends'name, but under that are options to play that I don't see on the laptop. It appears on my desktop. I tried the ctrl + and ctrl - characteristic but that just expands or shrinks everything that shows both.

    Discovered that it was a question of law in fish world and they solved today, but I'll keep your practical information for any future problems. Thank you!!

  • I bought Adobe Acrobat 9 standard. It works on my laptop but not on my desktop. He said: Error 1311 source not found file installation files.

    I tried the 'fix' function but it doesn't work. Help, please.

    Hi Jeff,

    I sent you the installer for Acrobat 9 Std.

    Please download the zip file, unzip the contents, run the Setup file and install the software.

    Use the serial number, you need to activate the software.

    Kind regards

    Rave

  • Our addon works under Firefox versions but not under the version of ESR

    We develop a Firefox addon for browser automation. The addon works with any version of the standard Firefox, while under Firefox ESR version 38.2, the addon does not communicate with Firefox while the addon is marked enabled in all: addons
    What can make the difference between Firefox and Firefox ESR of point of view addons?
    Thanks in advance.

    Hi, there should not be a difference in this sense, but please post answers your question in the addon mozilla forums where you will get probably better all questions MARRED extension development: https://discourse.mozilla-community.org/c/add-ons

Maybe you are looking for