exe to call from an exe file

Hello

How to call an exe from an another exe.

If the exe is installed in a PC, it was no LabView and whatever files or the necessary drivers.

I create a dll file. dial the node functions used to call DLLs. But it does not call the dll

Please give a solution for this

Thank you

smercurio_fc , attach the files of version 8.0.

Goyette, if you want to run then you must have the runtime of 8.2.

Like smercurio_fc said, we use the system Exec VI running exe, or any other type of programs & we don't need a DLL. Shared variable is the person who can communicate between two different exe.

You can have a glance at the code example if you LV 8.0.

Tags: NI Software

Similar Questions

  • Problem with 2 updates, called from a batch file

    Hello everyone,

    I use Oracle 10 G and SQLPLUS to generate an export file on a Windows platform from a batch file.

    Everything seems fine, except for the part where I'm doing two consecutive updates. Whenever I do it with SQL anymore, only the two updates is committed, which means that I only have half of the data that I need to export. When I do it in an anonymous PL/SQL block, it works fine. I have not understant where is my mistake:
    UPDATE ITEM SET I_TRANSACTION = 'Y', I_TRANSACTION_DATE = SYSDATE WHERE I_ITEM_NUMBER IN (  SELECT I_ITEM_NUMBER
                                                             FROM ITEM
                                                           WHERE  I_TRANSACTION = 'N'
                                                                                                                                                                  AND  I_SALE_DATE >= (SYSDATE - 30));
    
    UPDATE SERVICE SET S_TRANSACTION = 'Y', S_TRANSACTION_DATE = SYSDATE WHERE S_SERVICE_NUMBER IN (  SELECT S_SERVICE_NUMBER
                                                             FROM ITEM
                                                           WHERE  S_TRANSACTION = 'N'
                                                                                                                                                                  AND  S_SALE_DATE >= (SYSDATE - 30));
    COMMIT;
    EXIT
    /
    Why is only one of these two update is committed? When I do my reel, I see either items or services, but never both. I have the same executed in a PL/SQL block and it works properly.

    I need to split updates into separate files?

    I made more complex stuff with SQL Loader, I wonder why this thing is annoying me.

    I'm sure it's only something trivial, but I don't see it right away.


    Thank you for your help.

    Bodart

    If it works in a PL/SQL block, then why not do it this way in your file?

    BEGIN
      UPDATE ITEM ...;
    
      UPDATE SERVICE ...;
    
      COMMIT;
    END;
    /
    
  • Subvis call go dynamically within an exe file (avoiding the error 1003)

    Hello

    I use an architecture where the main program (compiled into an exe) can be supplied with a user-'plugins', which are collections of screw types inside a folder named especially compared to the exe. They can be called in the exe via 'open reference vi' provided by the corresponding strict vi types and corresponding relative paths.

    I want to avoid having to include one of the plugins in some way in the application builder, because users must be able to create own plugins that the request is totally ignore during the generation.

    In principle, this approach works rather well, since these plugins are not extremely complex, but sometimes, I get an error 1003 when loading a plugin.

    I have read many old posts on this error in this particular situation, mainly using versions of LV 7 or 8 (I use 2012). It was suggested to build a source distribution for each plugin, including everything that is used from vi.lib, instr.lib and user.lib. Indeed, it helped in my particular case - however, it bloats the plugin 'distribution' (which consists originally only a couple of the screws of the user) extremely and complicates the development user side.

    Now some good plugins run from in the exe without having to build a distribution source for them (they still use many vi.lib live) while others don't, and I have no idea why...

    These plugins are wrappers for hardware drivers that allow to control any hardware instrument within the main application via a certain API. So, in a particular case, a plugin that produces the error 1003 uses VISA series features (everything inside... \vi.lib\Instr\_visa.llb) and one without error doesn't (yet he uses several features of... \vi.lib\Utility\...).

    I can solve VISA problems in a simple way by including (only) the VISA-vis opportunity (and typedefs) inside the plugin folder and explicitly link to them (i.e. replace the VISA-vis of vi.lib with those copied to the folder of the plugin - I guess that's also what the source distribution).

    However, I'm confused why certain plugins with work of related vi.lib while others screws produce an error 1003 unless these special screws are explicitly distributed and connected with them...

    Oh and just for completeness: all plugins are working fine if the callee in the development system, the problem occurs only if called from an exe file.

    Novgorod wrote:

    However, I'm confused why certain plugins with work of related vi.lib while others screws produce an error 1003 unless these special screws are explicitly distributed and connected with them...

    Oh and just for completeness: all plugins are working fine if the callee in the development system, the problem occurs only if called from an exe file.

    Do plug-ins that work depend on the screw in vi.lib who are already part of your executable file because the main program uses these same screws?

    All the screws that your plugin needs must be available, if applicable can mean to be already loaded into memory (for the main of the application or another plugin), or can be found on the disk and load.  An executable includes all the screws of vi.lib - it includes only those he uses (and the screws that are marked always 'include' in the build specification).  I suspect that the plugins that work only dependent vi.lib screws which are also used by the main executable file.

  • How a VI does not call an external exe file?

    Hi, I m a recruit of labview. can someone answer me how a VI can call an *.exe file, that is, for example, built with C?

    Thank you

    Hello

    Use the exec.vi function. This VI will invoke this exe from the command line.

    Thank you and best regards,

    srikrishnaNF

  • I downloaded Windows XP from the Windows Service Center. It is an exe file. How can I extract this to a disc and burn I can install it?

    I downloaded Windows XP from the Windows Service Center. It's a .exe. When I click on it, it is extracted to a folder I called "xp". How can I obtain these data on a disk to install XP from a CD? Should what steps I take? I am running Windows 7.

    original title: Burning a disk XP

    Putting aside if the 64-bit version of XP is what you need, when you ran the exe, the file that was extracted (i.e., in the folder named "xp") should have been an ISO file.

    Files ISO are CD images and are intended to be burned (NOT copied) to a writable CD.

    Assuming that you have the correct hardware (CD burner), you can burn your ISO as described here: http://windows.microsoft.com/en-US/windows7/Burn-a-CD-or-DVD-from-an-ISO-file

    Note that what you downloaded is NOT "Windows XP Mode" which is available for use with Windows 7 Professional, enterprise or ultimate edition.  The image you uploaded is for installation on a separate computer (or in a dual-boot configuration) - assuming you have the required license keys.

  • call the exe file

    Hello friend


    I use apex 3.1.

    I want to click on the button then call the webcam exe file.it is possible in oracle apex.


    respect of
    Vikas NANINCK

    I think you need is a way to run an executable client rather than dealing with a command on the server (which should be achieved with the suggestions made on this here).

    So, is this link below, using Javascript?
    http://www.geeksoncoding.com/archive/2011/01/22/call-client-side-executable-file-from-JavaScript.aspx

  • After the update to 15.0.1 Firefox open from C:\Program Files (x 86) \Mozilla Firefox\updated\firefox.exe

    After the 15.0.1 update this afternoon on a machine 64 - bit Windows 7, I restarted Firefox. Immediately liked began to display warnings that firefox.exe was not a recognized program and needed plugin container, the SVC host access and other things. Weird. So I look in the Comodo and Explorer and it says that the process runs from this path:

    C:\Program Files (x 86) \Mozilla Firefox\updated\firefox.exe

    But there is no update file. This happens even when clicking on the firefox.exe file in the Mozilla Firefox folder.

    Is this normal? It does not seem right.

    Too bad. I restarted the computer and everything seems to be back to normal - firewall and the paths are now correct. Then. anyone having this problem - try to restart the machine. Never had that after a Firefox update before so don't think of him.

  • How can I delete a file from C:\program files\samsung\kies.exe?

    How can I delete a file from C:\program files\samsung\kies.exe?

    There is a program from samsung.com uninstalling, but I can't find it on their website.

    Try this link: -.

    http://sumtips.com/2010/11/completely-uninstall-Samsung-Kies.html

    Click on the download alternative uninstallkies.zip - the list is active.

  • How do you remove Trojan horse from the Windows\system\svchost.exe file located?

    How do you remove Trojan horse from the Windows\system\svchost.exe file located? I worked on this problem for 5 days. I've tried everything except wipe the hard drive completely and starting over. Windows xp pro sp3

    I bought a new diagnosis program and quarantined the virus once it has been identified. I tried to remove the virus in several ways, but it comes back. The best way that I thought would work enter safe mode and by changing the attributes of the svchost.exe file and then delete and checked the registry AWI hwo to the Web site, but it continues to be problematic.

    Hello

    During the uninstallation of antivirus/antispyware/security programs always check for an uninstall
    tool and/or removal instructions special to avoid leftovers.

    List of tools to clean/uninstall anti-malware programs
    http://answers.Microsoft.com/en-us/protect/Forum/protect_start/list-of-anti-malware-program-cleanupuninstall/407bf6da-C05D-4546-8788-0aa4c25a1f91

    Uninstallers (removal tools) for common antivirus software
    http://KB.eset.com/esetkb/index?page=content&ID=SOLN146
    ------------------------------

    Here's what I use and recommend: (these are all free and very effective versions.)

    Avast and Prevx proved extremely reliable and compatible with all I have
    launched on them. Microsoft Security Essentials and Prevx have also proven to be very
    reliable and compatible. Use MSE or Avast and Prevx, Prevx 3 but not all.

    Avast Home free - stop any shields is not necessary except leave the file system, Web,.
    Operational network (Script and behavior are also recommended in Ver 6 +).

    Prevx - Home - free

    Windows Firewall

    Windows Defender (is not necessary if you use MSE)

    Protected IE - mode

    IE 8 - SmartScreen filter WE (IE 7 phishing filter)

    I also IE always start with asset if filter InPrivate IE 8.
    (It may temporarily turn off with the little icon to the left of the + bottom
    right of IE)

    Two versions of Avast are available 6.x and 4.8 x

    Avast - home - free - 6.x stop shields you do not use (except files, Web, network, &)
    Shields of behavior) - double click on the icon in the Notification area - real time Orange - click on the
    Shield that you want to stop - STOP. To stop the Orange icon to show an error indicator-
    Click on the Orange icon - top right - settings - click on the status bar - uncheck shields you
    disabled - click OK
    http://www.avast.com/free-antivirus-download

    Avast 4.8 x - home - free - stop shields, you don't need except leaving Standard, Web,.
    and the network running. (Double-click the blue icon - look OK. - upper left - Shields details
    Finish those you don't use).
    http://www.avast.com/free-antivirus-download#TAB4

    Or use Microsoft Security Essentials - free
    http://www.Microsoft.com/Security_Essentials/

    Prevx works well alongside MSE or Avast

    Prevx - home - free small, fast, exceptional protection CLOUD, working with other security
    programs. It is a single scanner, VERY EFFICIENT, if it finds something come back here
    or use Google to see how to remove.
    http://www.prevx.com/   <-->
    http://info.prevx.com/downloadcsi.asp?prevx=Y<-->

    Choice of PCmag editor - Prevx-
    http://www.PCMag.com/Article2/0, 2817,2346862,00.asp

    Also get Malwarebytes - free - use as scanner only. If you ever think malware and that
    would be unusual with Avast and occasional Prevx running with the exception of a low level cookie
    (not much), to UPDATE and then run it as a scanner. I have a lot of scanners and they
    never find anything of note that I started to use this configuration.
    http://www.Malwarebytes.org/products/malwarebytes_free

    I hope this helps and happy holidays!

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle="" -="" mark="" twain="" said="" it="">

  • I removed XP Security Firewall alert Malware from my computer using SpyBot. Since then, NO .exe file does work.

    I was working happily along when IE crashed.  I tried to open it, I found that my computer had him "XP Firewall Security Alert Malware" was poor, even mozilla firefox would not.  I couldn't open any browser.  Fortunately, I had SPyBot loaded on my computer and I ran that.  Happy for me, it has worked and deleted malware.  For some reason, however, no .exe file do work now.  Not even solitaire.  Downloads to "fix".exe problems are also files exe (!) so, how are you supposed to get any help from who?

    How can I repair the .exe function in my windows XP registry?

    Right click on start > Explorer > tools > Folder Options > File Types > new

    Type in '.exe' (without the the "") and then click Advanced.  Choose the Application.  OK > apply

  • Carry-over from flash player .exe files, does not open on Windows 8

    So I transfer files to an old flash drive last night and find an old computer games that I put on in 2008 (crazy, right?), but the computer I had back then was a Windows Vista. So, in an effort to try to get these games back, I copied them on my current computer which is Windows 8. Whenever I try to open the game itself, the .exe file, it will have the little blue circle as if it loads and then everything stops and nothing will happen. I tried as an administrator, the same thing happens. I tried troubleshooting, and she added the "Windows compatibility mode: Windows Vista (Service Pack 2), but when I press"Program of Test,"nothing happens - it's all the same little blue circle loading, and then nothing happens." When it has detected additional questions, the additional question was 'Incompatible program'. Is that what I can do to open these game files? Or they will simply not work on my new computer?

    Hi Sasha,

    Thanks for posting your query on the Microsoft Community.

    This issue may have caused due to compatibility issues.

    I suggest refer you to the following article from Microsoft Help to install the program in compatibility mode.

    This article consists of the steps to change the properties of configuration file, and then try to install the program and check.

    http://Windows.Microsoft.com/en-us/Windows-8/older-programs-compatible-version-Windows

    THIRD PARTY LINK WARNING

    WARNING: Using third-party software, including hardware drivers can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the use of third-party software can be solved. Software using third party is at your own risk.

    Hope this information is useful.

    Thank you.

  • failure to launch the .exe file missing from Lightoom 6

    I downloaded Lightroom 6 twice now, because it does not start from the shortcut.  I can't find an exe file in the Program Files to launch directly.  Otherwise, anyone having this problem or have a solution?

    I am answering my own question... you must first log out of creative cloud and then reconnect.  Don't know why, but it works.

  • I downloaded 3 files from Adobe for CS3, but one of the .exe files cannot be due to due to a (file archive part missing, all parties must be in the same folder message)

    Please help, I downloaded 3 files from Adobe for CS3, but one of the .exe files cannot be due to due to a (file archive part missing, all parties must be in the same folder message)

    Hi Francis,.

    Make sure you download both files from there. https://helpx.Adobe.com/Creative-Suite/KB/CS3-product-downloads.html

    Compare the size of the file and you will have to perhaps disable all anitvirus during download and install it.

    Thank you

    Scott

  • Problem getting setup.exe file from Acrobat XI - using WinRAR extractor - "Windows cannot find a file... '.

    I downloaded Adobe Acrobat XI from my download of the University site (so I know it's a legitimate and safe copy).  When I run the .exe file, even if an administrator, he begins to extract using WinRAR archive self-extracting and stops with an error pop-up windows:

    «Windows cannot find «C:\Users\UserName\AppData\Local\Temp\RarSFX0\Adobe Acrobat XI\setup.exe»»

    I scanned using Malwarebytes, AVG, Spybot and run a \scannow command.  Nothing is a corrupt file.  Any ideas what might be causing the extractor does not work?

    I am running Windows 7 on a Dell 64 bit laptop.

    SOLUITION - I had to actually download a version of WinRAR Extractor.  Right click on the file AcrobatXI - Windows.exe downloaded and choose "Open with WinRAR" (this option was not available until I downloaded the WinRAR application - apparently the extractor runs automatically, but does not have full functionality).  Then I nagivated in the Adobe Acrobat folder in the WinRAR window selected the setup.exe file to run.  It has open and installed beautifully.

  • Running a .exe file that is created from the Captivate project

    Hello

    I am using Captivate 4. When I create a .exe of my captivate project file and run it to say slide 3, the next time I open the .exe - it connects the Traghetti where I left off (slide 3 in this case).

    Is there a way to make the project start from the beginning, whenever I run the .exe file?

    Thank you!

    Uncheck the box in the Publisher of skin for the self-paced learning

  • Windows 8 do not recognize exe files downloaded from the internet

    I bought the new machine of Tablet, and Samsung x 2 and I am trying to install the Audacity program. When I download the exe on the site it is not recognized by windows 8 and ask what program to use to open it.

    Even if I download the ZIP file is not recognize as a ZIP file

    I'm a Windows 8 with Norton Internet security on the computer.

    Help, please

    Hello

    1 did you changes to the computer before this problem?
    2 are connected to the system as an administrator?
    3 is the specific issue confined to a .exe file?
    4. are you able to open other files successfully?

    Method 1: Put the computer in a clean boot state to see if there is a software conflict as the clean boot helps eliminate software conflicts.
    http://support.Microsoft.com/kb/929135

    Note: After completing the steps in the clean boot troubleshooting, follow the link step 3 to return the computer to a Normal startupmode.

    Check if a virus is the cause of the problem.

    Method 2: Run a virus online scan to check if any infected virus at the source of the problem.


    Run Microsoft Online Scanner.

    The Microsoft Security Scanner is a downloadable security tool for free which allows analysis at the application and helps remove viruses, spyware and other malware. It works with your current antivirus software.

    http://www.Microsoft.com/security/scanner/en-us/default.aspx

    Note: The Microsoft Safety Scanner ends 10 days after being downloaded. To restart a scan with the latest definitions of anti-malware, download and run the Microsoft Safety Scanner again.

    Important: While running scan on the hard drive if bad sectors are found on the hard drive when scanning try to repair this area if all available on which data may be lost.

    I hope this helps. Let us know if you have other problems with Windows in the future.

Maybe you are looking for

  • MacBook makes a ticking noise and doesn't turn on

    Hello world I have a MacBook, which worked perfectly well until now. When I plug my adapter into my MacBook, it makes a ticking sound and won't turn on. When I unplug it the ticking noise stops. I tried resetting the PRAM and the SMS, I also tried mo

  • 8.1 Windows 64 - bit 3 USB ports not working not

    I have a model computer T430s 2352CTO, running Windows 8.1, 64-bit version. Before upgrading Windows 8.0 all drivers have been updated. The USB ports 3 worked properly, in particular an external hard drive of 1 GB running. After the 8.1 update, 3 USB

  • Variance of a set of data in real time

    Hello I'm continually acquire a set of sensor data through LABVIEW with a sampling frequency of 100 Hz (100samples per second). What I want to do is to find the variance of the data set every 0.1 s. Im collecting data of sensor acquired in a 1 d arra

  • How do we install VPN on Server 2008 R2?

    How do we install VPN on Server 2008 R2 edition? I followed so many tutorials on youtube but doesn't seem to work! My goal is to be able to give access to my server remotely and access shared files and folders that I have activated. The only way I ca

  • Windows could not complete the format (external hard drive)

    I use windows 7 64 bit and my external hard drive crashed and has converted his car to RAW format rather than NTFS I tried to solve the problem by changing the name of 'L' discs to other letters and retry the format without success I also tried to us