I'm looking for examples of accessing shared libraries

I want to look at some examples of accessing vi's in my shared library.

Mikey,
In posting your questions, please be as specific as possible. Your questions are confusing.
I don't understand what you are asking. It sounds to me like you want to access a labVIEW DLL from your DLL. I don't think you will find any examples of that here. If this is what you are looking for, then you already have the answer. DLLs are a standard. Calling them is not dependent upon the compiler you use. You call a LabVIEW DLL like you would call a DLL written in VB, C/C++, Java, or whatever.
Of course, in order to access LabVIEW code from C, it must be built into a DLL. Do a search on the NI website for DLL, shared library, etc, and you should find some application notes, and other documentation that will answer your questions.
Als
o, I strongly suggest that you take the following courses from National Instruments:
LabVIEW Basics (I and II)
LabVIEW Advanced (all three days)

Similar Messages

  • Looking for example of seurity domains

    I'm looking for examples of code for implementing issuer security
    domains as well as application providor domains. Having read the
    GP documentation it seems rather strait forward, but I would like
    still like an example if anyone knows of any. In particular one
    thay may have delegation. Any help would be appreciated.
    Alwyn

    I would recommend you contact a vendor because they issuer for the ISD. If you want to become an ISD, then you'll have to organize the applet to conform to your specifications.
    Also, you need to contact a vendor because to perform delegation is outside the realm of developer cards. In other words, I don't know of any vendor that provides delegation implementation with developer cards.

  • Still looking for examples

    Hi
    I have heep of books on Java security, but am still looking for examples that show how to Create, Import and Export certificates PROGRAMMATICALLY.
    Does anyone know where I can find these.
    regards

    I can create certificates using Keytool, but I was wondering how to create certificates using java API

  • Looking for examples using BigDecimal

    Two newbies to Java are looking for examples of code that use the BigDecimal features for rounding and truncating large numbers to more user-friendly values.
    We are doing some hefty math calculations on values defined as doubles and want to round and truncate to within 1/100th for display purposes.
    We've tried some stuff on our own, but it is not cooperating. Any help would be greatly appreciated!

    Here is a good article of how to use BigDecimal
    http://www.javaworld.com/javaworld/jw-06-2001/jw-0601-cents.html
    Hope this helps

  • I'm looking for examples of CAN control code with LabWindows CVI

    I'm looking for examples of CAN control code with LabWindows CVI.

    Hi,
    The NI-CAN driver installs some examples for both the frame API and Channel API (NI-CAN 2.0).
    The typical installation directory is:
    C:\Program Files\National Instruments\MeasurementStudio\CVI\samples\nican.
    It might change depending on where you installed CVI.
    DiegoF

  • Looking for example - abap xslt - that uses xslt document() function

    Hello,
    I'm looking for an example that shows the use of abap xslt with the xslt document() function.  Using the xslt document() function seems like a straightforward way to use xslt to create a result xml document by processing the content of two or more
    source documents.  For example, if source document A.xml and aux.xml are available in  memory as xstringand using stylesheet ztransformwhat would be the argument for the document() function to associate aux.xml.  Thanks for any insight.
    Regards,
    jb10809

    Hi,
    Sorry, perhaps I should have been clearer! The function that I picked just to test what you need to do just happened to return a string that contains SPAN tags with style attributes. The actual function code is:
    create or replace FUNCTION out_string_fn
       RETURN VARCHAR2
    IS
       CURSOR emp_cur
       IS
          SELECT ename
            FROM emp;
       v_string   VARCHAR2 (4000);
    BEGIN
       v_string := ' ';
       FOR c IN emp_cur
       LOOP
          v_string :=
                v_string
             || '<SPAN style="font-weight:bold;color:green">'
             || c.ename
             || '</SPAN>'
             || ', </br></br>';
       END LOOP;
       RETURN v_string;
    END;And this returned a naff list in green (see [http://apex.oracle.com/pls/otn/f?p=55041:57] and click the Test button) - but it does show that you can style the validation error messages
    Andy

  • Looking for examples of the Exchange Page

    Hey! Any Body??
    I am looking to display data like on the Exchange page with
    logo and links in the tables. Does any one know of where I can
    start looking for something like that? I like the layout of the
    Exchange page. If any of you know something please let me know.
    thanks.

    You can find several examples that will work with the DAQCard-1200 at zone.ni.com/libraries/.
    Then look under Data Acquisition. There are also examples that ship with
    LV and NIDAQ. Look in ...\Labview\examples\daq\anlogin\.
    "david frazao" wrote:
    >Thank you , if you can help me by sending VI examples for the 1200 daq-card>,
    with 2 or mores inputs>>

  • Looking for examples of this...

    Here is clip that I would like to get some input on... I am using adobe premiere pro cs3 my questions are below
    http://www.youtube.com/watch?v=MXCZVmQ74OA
    1. could someone give me the technical term that would drescribe for this style of production because I want to find other examples of clips made like this...
    2. Where can I find different types of template examples not exactly the same... but using the same concept of moving words and pictures  that I experiment with in premiere pro cs3 to create my own clips?
    Thanks,
    John

    Here is another question which I would like to understand...
    I have learned that it is called kinetic typography when you are using words... is there a term for a combination of words with stillls, and voice over like in these examples below? Also, do you know of a tutorial that focuses specifically on creating these styles of shorts listed below... rather than going through tutorials that give me pieces of the elements in these shorts... I am looking for a tutorial which concentrates on putting together the shorts in this style in a focused way.... thanks....
    1. http://www.youtube.com/watch?v=l01murqKzjo&feature=relmfu
    2. http://www.youtube.com/watch?v=dGQYHOzLMUk&feature=plcp&context=C27f9f UDOEgsToPDskJDj1DpEx6u1A9_KIcQETuG
    3. http://www.youtube.com/watch?v=MlnWKmkJQwA&feature=relmfu
    Thanks,
    J

  • Looking for the best access to .mac mail from cell phone and PDA devices

    Currently using Verizon, looking for best cell phone and/or PDA to easily access .mac mail (considering buying the LG VX 9800, does anyone use this phone w/success accessing their .mac email accounts?) Thanks.

    Dear RBP,
    Try posting your question in this forum area.
    The one you're now in is for user feedback on the forums themselves and not for specific product issues. If you post in the ,Mac forum I linked, I'm sure you'll get a quick response.
    Don't worry--we're all learning the new forum navigation.
    A

  • Java.lang.instrumentation (looking for examples, code snippets)

    I'm exploring the use of java.lang.instrumentation, management for a variety of tasks such as profiling, monitoring, etc.
    I'm looking for some code snippets and examples to get me bootstrapped. Didn't find any doing a search.

    Unfortunately there aren't any examples of java.lang.instrument usage available yet. I will try to rectify this.
    java.lang.instrument.Instrumentation is an interface, but it is not an interface that users of java.lang.instrument implement. A single instance of a class, internal to the JRE, which implements this interface is created if and only if the -javaagent flag is used. This sole instance is then passed into the premain method.
    Robert G. Field
    JSR-163 Specification Lead

  • I am looking for a Meeting/ Screen Sharing Application on iPad2 using which I can provide presentation/ screen sharing to other iPad or Windows PC.

    I am looking for presentation/ screen sharing application for iPad 2. Similar to WEBEX or GoToMeeting using which I can give presentation using an iPad.    

    For sharing between iPads, this might be worth a look:
    http://www.ideaflight.com/
    Cisco has a WebX application for the iPad that says it allows scheduling, hosting, and attending meetings. There is a client for GoToMeeting for iPad, but I believe that you can only attend, not host.
    Regards.

  • Looking for examples of 12 machine clusters

    I am just looking into the architecture for a new project.
    Reading the specs from the website I suspect that a cluster of about 8 to 12 machines running about 6 database instances is what I'd need.
    Anyone know of any papers detailing a HA cluster config of this size with the DBs on all or some of the nodes in the cluster.
    Basically looking for a controlled load balance with the HA capabilities of RAC databases. I.e. if ones fails, the system keeps going.
    The OS would probably be OEL and some of the features of O VM look interesting.
    There is likely to be a need for a bunch (30) of Application servers as well.
    Thanks.

    I am just looking into the architecture for a new project.
    Reading the specs from the website I suspect that a cluster of about 8 to 12 machines running about 6 database instances is what I'd need.
    Anyone know of any papers detailing a HA cluster config of this size with the DBs on all or some of the nodes in the cluster.
    Basically looking for a controlled load balance with the HA capabilities of RAC databases. I.e. if ones fails, the system keeps going.
    The OS would probably be OEL and some of the features of O VM look interesting.
    There is likely to be a need for a bunch (30) of Application servers as well.
    Thanks.

  • I have 2 Macs, connected to the same Wifi network. But sometimes, the shared computers does not appear on the left hand menu of the toolbar for me to access shared folders between the computers. Am I doing something wrong?

    I recently bought a MacBook Air for work. Whilst at home, both my Macbooks are connected to the same Wifi network. Sometimes, the 2 Macbooks are connected and I can access the shared folders, which is great. However, every now and again, the connection seems to be lost. Is there something I need to set up so that every time both Macbooks are switched on and connected to my Wifi, it will automatically be linked?
    Any help is much appreciated!

    I have found with AppleTV that it is the IPV6 on the computer you want to access is the problem.  The issue is that Homegroup on Win 7 or Win 8 requires IPV6 to work, but AppleTV won't work with IPV6.  (So maybe double check you have IPV6 turned off)
    So you have to make a choice - Homegroup or AppleTV.... but you can't have both, until Apple brings ATV up to date. (crazy that it does not recognise IPV6 - c'mon Apple!)
    You can set up sharing individually in Win 7 or 8 and have the ATV access files that way.
    Having said that, there is always the exception.. I have an old HP home server running Win8 and it services ATV - but is part of the Homegroup... have no idea why it works on both, but no other machine on the home network will talk to both ATV and Homegroup at the same time!

  • Looking for example: JAAS login module using ADF BC

    Hello all,
    I have seen the article at http://www.oracle.com/technology/products/jdev/howtos/10g/jaassec/index.htm by Frank and Duncan detailing how to put together a login module that uses the database for authentication. Great idea. I would like to take it to the next level and use an ADF BC View Object to do the authentication and role assignment for users, but am stuck on a few points. First of all, is there anyone out there who has done this and would care to share? If not:
    1). How do I get a reference to the AM so that I can look up a view object in the login module?
    2). I assume that I am going to need to add my model project classes to the system classpath, correct?
    3). What are the other gotchas?
    4). Or should this be the first question, is this even possible?

    Hi John,
    I am trying to find a relevant example on JAAS login module with ADF BC,
    i have this application that is ready to go in production deployed on a test application server
    everything seems to work fine but it is totally deprived of security :o(
    i have sent post to get some information i read most of it i even came across your blog on the matter
    i am sort of understanding the things needed to do but i would need a working example to get a better grasp on the this subject. I need i think to built a custom login module but i dont know what exactly can be coded inside the jar file that is read from the application and that forces the authentification so if you could help in my research for an example you OR anyONE
    it would be appreciated
    Carl

  • Looking for examples of VI with two or more inputs for the 1200 daq-card ( PCMCIA )

    Thank you , if you can help me by sending VI examples for the 1200 daq-card
    , with 2 or mores inputs

    You can find several examples that will work with the DAQCard-1200 at zone.ni.com/libraries/.
    Then look under Data Acquisition. There are also examples that ship with
    LV and NIDAQ. Look in ...\Labview\examples\daq\anlogin\.
    "david frazao" wrote:
    >Thank you , if you can help me by sending VI examples for the 1200 daq-card>,
    with 2 or mores inputs>>

Maybe you are looking for