How to make an apllication in LV7 which using a DLL ?

My vi application call a DLL, it runs ok offline, I want to make it running
on a CVS, so how can I include the DLL when making the appliaction.
thanks.

My interest is in building a stand-alone application or an exe file. The DLL
was generated using Visual C++. It works alright off-line. I just want to
build an exe with the DLL included so I can run it on the CVS or any other
platform. Do I need to copy the DLL to the CVS? What if the platform does
not have sufficient storage media?
"jdigiova" wrote in message
news:[email protected]..
> What DLL are you calling? Is this DLL something that you wrote? What
> programming environment did you make the DLL? Are you getting an
> error when you download a VI with this DLL? What is happening?
>
> In general, a DLL will work in RT if that DLL does not make any
> unsupported Windows API calls. If you have
CVI you can develop a DLL
> using the build option to make it compatible for RT. This will inform
> you if you are making any unsupported calls.
>
> Joe D.
> National Instruments

Similar Messages

  • How to make a program for backgroung processing used servlet

    how to make a program for backgroung processing used servlet

    well i need the coding part written in servlet ,in which servlet is always ready for accepting a client request.

  • HT203052 How do I delete an icloud account which uses an email account no longer in use - I do not have the the passwrd for this account

    How do I delete an icloud account which uses an email account no longer in use - I do not have the the passwrd for this account

    You will need the password. If you can't get it reset via http://iforgot.apple.com (if you remember the answers to the account's security questions then you should be able to reset it via them) then try contacting Support in your country, they should be able to reset it.
    Contacting Apple about account security : http://support.apple.com/kb/HT569
    If your country isn't on that page then try this form and explain and see what they reply with : https://ssl.apple.com/emea/support/itunes/contact.html

  • How to make an order on repeating frame using Formula Column?

    Hi All,
    I have a repeating frame dependent on some query, how to make an order on this repeating frame using a formula column defined in its group and dependet on values from the query?
    Note: I'm using Reports 6i

    Place your formula column at the top of the itm group and set the BREAK_ORDER to assc.. or desc...
    Hope this helps
    Hamid
    if problem solved, close the thread.

  • How to make a Struts message null after used in JSP?

    Hi,
    In the context of Struts/JSP,
    An action class might write error messages by
    ActionError msg = new ActionError("msg.request.something");
    ActionErrors msgs = new ActionErrors();
    msgs.add(ActionErrors.GLOBAL_ERROR,msg);
    saveErrors(request,msgs);
    This message will produce a popup modal window by the following JSP code:
    <logic:messagesPresent>
    <html:messages id="error">
    <!--<li class="infomsg"><bean:write name="error"/></li> -->
    <script>javascript:alert('<%=error%>')</script>
    </html:messages>
    </logic:messagesPresent>
    The problem is that this JSP page is shared by serveral actions: when another action invoke this page again, the previous error message will take effect again.
    So my question is how to make message null after used once by its author.
    Thx.
    PY

    msgs = null;

  • How to make the yellow status to green using Process chain in bw 3.5?

    Hi all,
    How to make a request in the infocube from yellow to green using an process chain in bw 3.5?
    Thanks
    pooja

    Hi.
    Use these two Functional Modules one after the other:
    First - RSAPO_SWITCH_TRANS_TO_BATCH
    Second - RSAPO_SWITCH_BATCH_TO_TRANS
    Regards.

  • How to make it repleatedly printed out by using timer??

    Dear Friends:
    I have following code to run, When I press R to repeat println, only 1 line print out,
    But I hope to make it continueously print out.
    How to make it repleatedly printed out until I press CTRL + C key ??
    Thyanks
    import java.util.*;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import java.io.*;
    public class CertainAndRepeatTime{
      public static void main(String[] args) throws IOException{
        int delay = 1;
        Timer timer = new Timer();
        ActionListener actionListener = new ActionListener() {
            public void actionPerformed(ActionEvent actionEvent) {
              System.out.println("Hello World Timer");
        System.out.println("What do you want (Certain time or Repeat time)?");
        System.out.print("Please enter \'C\' or \'R\' for that: ");
        BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
        String ans = in.readLine();
        System.out.print("Please enter  ans=" + ans  + " IsTrue=  " + (ans.equals("R") || ans.equals("r")) +"\n");
        if (ans.equals("C") || ans.equals("c")){
          //System.out.println("This line is printed only once start...");
          timer.schedule(new TimerTask(){
            public void run(){
              System.out.println("This line is printed only once.");
          },delay,1);
        else if(ans.equals("r") || ans.equals("R")){
          timer.schedule(new TimerTask(){
            public void run(){
              System.out.println("This line is printed repeatedly.");
          },delay, 1000);
        else{
          System.out.println("Invalid Entry.");
          System.exit(0);
        System.exit(0);
    }

    The Timer is working fine, but because it runs in another Thread, your program is ending before the Timer can repeat.
    The simplest way to make your program wait until it is force-quitted as you describe would be to make an infinite loop (although this isn't very good practice), like this:
        else if(ans.equals("r") || ans.equals("R")){
          timer.schedule(new TimerTask(){
            public void run(){
              System.out.println("This line is printed repeatedly.");
          },delay, 1000);
        while(true){} //This will make your main thread hang.
        }A better way, though, would be to listen again with your System.in reader until they enter a letter that means quit.

  • How to get patent of an application which uses opensource technology or platform.

    Hi MSDN,
    First of all I want to accept that this question is not directly related to the subject line of this forum But since I am an MSDN admirer so I am posting this here. 
    actually I have created a webapp which uses WEBRTC technology and also some android technology concepts . What I want is to initiate Patent process for my web application. I heard that webRTC and android both are opensource technologies and I can not get
    patent by using them (as per my findings ).
    So here I need your expert advice for approaching to get my Web application Patent. If you people know about anything related to it or any case study or any such related or nearly related information about getting patent of an application which uses opensource
    technology , please share with me . I am hopeful that I will definitely get some good piece of information from you guys which will help me so please reply.
    Thanks
    Gaurav shukla. 
    Gaurav shukla

    Hello,
    First, you do not patent an "application", but an idea or a process. So, if there is an idea or a process which is inovative in your application, THAT is what you are going to patent.
    The open source nature of some of the item used by your application has nothing to do with the patent application as your application is just ONE example of embodiment (literally put into a body, of physical form) of your invention.
    Your application is also covered by COPYRIGHT. the copyright protects the SOURCE code, as it is written. If you are using existing source code in your application, THEY are also covered by copyright and the license associated with them might force you to
    accept some conditions/setup some parameters to the license that you associate to your application. But this is separated from the patent issue.
    Cyrille

  • How to make smooth line by brush tool using shift key?

    Heya, I have a short question. Is there a way to make smooth line by brush tool using shift key, without that characteristic dot on the begining? I'm using PS CS6 on Win7.
    http://i.imgur.com/orGsIwv.jpg
    Cheers

    The shift key constrains the brush to paint a straight line. Those dark spots you see are from two paint strokes overlapping each other. If the flow or opacity of the brush is not at 100% you can see the stroke below it.

  • How do you pass an array of characters using the DLL functions

    I have exported C code into my DLL and I want to know how to pass an array of characters using LabVIEW.

    Mont;
    If you want to pass a string from LabVIEW to your dll, and you do NOT change size of the string, you can use a C String pointer (CStr), which is equivalent to (unsigned) char *.
    If you do modify size of the string, pass string as a LabVIEW structure (LStrHandle).
    The example "Passing a Variety of Data Types from DLL to LabVIEW" is an excellent starting point. Also make sure you check the manual "Using External Code in LabVIEW".
    Regards;
    Enrique
    www.vartortech.com

  • How to make changes for a dc which is existing

    Hi
    i have a requirement one of my clients location some developers are developing a DC and left it .
    Now i have to  make the changes of that DC from my location .
    How to do these changes for a dc which is located in the client location from my location .
    Please explain me in steps.
    Thanks in advance.

    hi
    [Learn sap online|http://learnsaponlin.blogspot.com]

  • I'm Just wondering how to make drum beats in garage band using the sounds it comes with? Also how can i use garage band like a drum machine which i can program an entire song part by part????

    I'm new to using Garageband and loops with garage band. I just wanted to see if there was a way for me to use the drum sounds provided in garageband to create my own original drum tracks and work with it like a drum machine that i can program an entire song into... any info or tutorials would be a great help.. Thanks!!!

    Ah ok, I have a better idea of what you want to do now. 
    Unfortunately there isn't anything inside GB that can come anywhere close to Acoustica Beatcraft, but there are two tools inside Garageband that can help you do something similar. 
    First are the built-in keyboards, which will enable you to trigger drum samples with your computer keyboard or mouse.  Go to Window -> Keyboard or Window -> Musical Typing.  Click with your mouse on the Keyboard or press keys on your computer keyboard with Musical Typing, and you will trigger different drum samples for whatever kit you've chosen for that software track.
    Next is the Track Editor: in Piano Roll mode, you can create and see midi notes somewhat similar to the view in this screenshot from AB.  On the left side of the Editor, you will see a sideways piano keyboard.  When you assign a drum kit to a software track, each of the piano keys corresponds to a different instrument: hi hat, snare, bass drum, etc---you'll have to play them using the on-screen keyboard or musical typing to see what they correspond to.   In order to add a MIDI note you hold the CMD button and click with the mouse. 
    So, if you wanted to add a closed hi-hat hit, you would CMD-click on the Track Editor row corresponding to the closed hi-hat piano key, and then you can drag the MIDI note left & right to change the beat it plays on, or resize the note, which will change its duration.
    Or, as you've already observed, you can use Musical Typing to play out a pattern on your computer keyboard while recording, and you will see the midi notes appear in real time in the Track Editor.
    Hope this helps, feel free to ask more questions.

  • How to make ADF Business Component Connection which is using XATransaction?

    Hi all,
    I'm using ORACLE 10.1.3 ADF business component, how to set this component using XA transaction? Is that possible to use xa transaction manually from application module?
    thanks

    I believe you mean to ask whether ADF BC uses XA Transaction.
    You can use a JDBC datasource based on XA Transaction for ADF BC. You might find this link useful for an overview: [XA Data Source Interface and Oracle Implementation|http://download-uk.oracle.com/docs/cd/B10501_01/java.920/a96654/xadistra.htm#1058741]
    What do you mean by "+Is that possible to use xa transaction manually from application module?+" - Do you mean exposing the transaction of ADF BC outside its AM..? If so, I'm afraid that its not supported.
    Thanks,
    ~Krithika

  • How to make API manager developer console client use AAD as a oauth2 token issuer

    the answer is configure the oauth2 authorization service record to ONLY use the client_credentials grant type.
    See
    https://yorkporc.wordpress.com/2015/02/23/getting-api-manager-to-use-aad-sts-finally/ for a success case.
    Do NOT (as one might do, thinking as a security engineer) use the authorization_code grant.
    So, after a week of effort, I figured my way through awful documentation to do something really easy (once one knows how).
    The documentation at
    http://azure.microsoft.com/en-us/documentation/articles/api-management-howto-oauth2/#step1 sends one the wrong way, since its picture happens to select authorization_code (which doesn't work, at least with AAD as the AS).
    its pretty clear that the developer console site is not architected to be using AADs own rather excellent delegated user identity security model. One could be leveraging the web site's own session (itself derived from the id_token issued by AAD) to entitle
    the web app server-side process to act for the user, which would normally supply (user's) auth_code and the sites own client credential set  to get privileged access to certain api endpoints of the api management instance. Obviously, that would require
    the console to be nominating which resouces (Api endpoint, within a product) are to be placed in the audience field of the token, which in turn requires more advanced AAD configuration (of those API endpoints, as AAD apps in their own right).
    Sigh. MSDN editorial culture strikes yet again.

    hi Peter,
    Thanks for your feedback!
    I will try to reproduce this issue on my side and report it. Thanks for your time and appreciate your patience.
    Any results, I will post back ASAP.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Ore program makes my Java Program crash, which uses lots of memory (Urgent

    I use a very huge HashMap to calculate something, and the HashMap size
    may be increased dynamically.
    And I start the program with -Xms300M -Xmx300M (The OS is Win2000).
    When I start some programs which may use more memory , My program shows
    that the free memory is absolutely enough , but suddenly, The thread to
    handle the HashMap seems to be hanged, and the free memory is shown to be
    reduced continuously.
    At this time, I can't stop the program, Sometimes I can't kill it by the
    Task Management Manager.
    It seems that my java program is robbed with physical memory, and
    encounter memory problem, and can't restore from it?
    Would you please tell me how to fix this problem?
    Thank you very much!
    Sincerely,
    Fang Jing
    [email protected]

    Looks more like an endless loop to me.
    Can you post the code where the problem occurs?

Maybe you are looking for