Use several instances of a dll, each having its own memory

Hello,
is it possible to use the CallLibraryNode to load several instances of a dll but each of it should have its own memory space?
For CINs, there are functions like GetDSStorage and SetDSStorage which provide private memory for each instance of a CIN.
These functions doesn't seem to work in Dlls.
Is there something similar available for Dlls?
Thank you.
Christian

ChristianEC wrote:
Hello,
is it possible to use the CallLibraryNode to load several instances of a dll but each of it should have its own memory space?
For CINs, there are functions like GetDSStorage and SetDSStorage which provide private memory for each instance of a CIN.
These functions doesn't seem to work in Dlls.
Is there something similar available for Dlls?
Thank you.
Christian
You need to have the DLL provide that functionalty explicitedly. Not by loading the DLL multiple times but by functionality that allocates a memory block to contain the local data of that instance and deallocate it afterwards. If you know C++ you basically would implement an object that is the instance of your operation/data.
Rolf Kalbermatter
CIT Engineering Netherlands
a division of Test & Measurement Solutions

Similar Messages

  • 2 iPhone on same ATT account with each having its own iTunes account

    I want to add another line to my existing att account, but I want each phone to have its own itunes account. In another words, I dont want the other person with the other phone syncing to my itunes.

    Create a computer login account for this person and their iPhone. Each user login account has their own home folder/directory and data stored within kept separate and protected from other users.

  • HT5711 Will the store accept a Japanese language version of an iBook that is also in the store in English? Each with its own ISBN?

    Will the store accept a Japanese language version of an iBook that is also in the store in English? Each with its own ISBN?

    I have never heard of anyone having a problem with that.  But note that Japanese books must be in epub3 format and thus cannot be produced by iBooks Author, in case that was your plan.

  • Multiple ifs services each with its own agents

    I would like to be able to do the following:
    Ability to run multiple ifs applications on the same box (beefy one) each with its own set of agents. Ifs 1.0 config tool (ifsconfig) always creates IfsDefault.props file. Can I rename that file to something else and use the new name as the service name in the application?
    What about the agents defs? Do I need different server managers? How do I tell which service relates to which server manager?
    I would like to know how to do this on both ifs 1.0 and ifs 1.1.
    Thanks.
    null

    Does anyone know the answer to this?

  • Using several instances of one ViewObject

    Hello
    The strange exception was thrown when data in the same cell in a database was updated by two instances of viewobject. (I put one ViewObject several times in ApplicationModule with different names. Sometimes using ViewObjectLinks )
    JBO-25014: Another user has changed the row with primary key oracle.jbo.Key[94 ]
    Is this bug or feature?
    Damir.
    P.S. We're using MS SQL Server, ADF BC, ADF Faces, Jdeveloper 11g
    Edited by: Damir Yunusov on Dec 12, 2008 5:09 AM

    Hi,
    Look at configuration in the application module, maybe depend of this.
    Matteo

  • Same content, two books each with its own page size -- best way to manage?

    Does anyone have any suggestions for producing two FrameMaker books that:
    Contain identical content that must also be periodically updated
    Must be delivered as two separate PDF books, each book having a different page size
    I'm familiar with migrating FrameMaker content from one page size to another: Create a new chapter template of the desired size, then import styles, etc., and content into that new template.
    But IF one must deliver the same content in two different books, AND each book using a different page size (U.S. Letter and B5), AND the content is periodically updated and maintained, THEN what's the best way to manage that same content, two different page-sizes delivery problem?
    PDFs are generated from FrameMaker 7 or 8 (we have both) via Adobe Distiller 9.
    Cheers & thanks for your help,
    Riley

    Use three directories - one for the master FM document, and one "build" directory for each of the formats you need. When it's time to build, copy all the files into the relevant build directory and do your stylesheet applying, book regenerating, and printing in the build directory.
    If you decide to handle it in FrameMaker (rather than Acrobat), then use two stylesheets - one with all the formats you need and letter-sized pages, and one with no formats and with B5 sized pages. This way you only need to manage one stylesheet for most formatting controls (except page layouts), and you only need to import the page layouts when you want to build a document or "toggle" it between different page sizes. How similar these two stylesheets are to each other (on the master pages) depends on how much you think you can get away with:
    If the page sizes are similar, use different pages sizes but identical text frames on the master pages if you can. This would give you identical pagination although the margins would be different. You might be able to find an optimum "compromise" text frame size that fits both page sizes reasonably well.
    If you can't use the same text frame sizes on the master pages, then of course your pagination is going to change, but at least try to use text frames that are the same WIDTH. This avoids needing to manually adjust side-head areas, pictures, and table widths every time you change the page size.

  • How can one specify that multiple windows open (each with its own web page(s) ) when Firefox starts?

    I am on Firefox 15.0. I would prefer not to open multiple tabs to get multiple web sites up when Firefox is started. Instead, I prefer multiple windows. Some might have one tab, some might have several. For example, one window might have Gmail, another might have several different web pages related to weather, and another might simply have Google, and another Yahoo, and another, Orbitz. Since there may be five or six of these windows, with multiple web pages, perhaps 20 in toal, tabs get cluttered, and I don't prefer them anyway. I have plenty of memory and processing power.
    Interestingly enough, if Firefox crashes, it allows you to restart with the pages it thinks you would want. It would be great to have a Start Firefox option similar to that!

    You can reopen the windows and tabs from the previous session.
    You can also use command line switches with a bash script or a modified Firefox desktop shortcut ant use -new-window -url <URL> to open a page in a new window.
    <pre><nowiki><path to firefox>/firefox -new-window -url <URL1> -new-window -url <URL2>
    </nowiki></pre>
    *https://developer.mozilla.org/en/Command_Line_Options

  • How do I XY graph two different signals each with its own y-axis on the same graph?

    I have wired an n-ch, 1 sample VI to an xy graph express VI.  I have two y-axis scales, but I only see a plot of one of the signals.  Can anyone help me understand what I am doing wrong, and how to do it correctly?  The VI as a whole may look ugly, but the flow of the signal from the xy-graph is obvious (but not working the way I want it to...). My sub-VI is attached.  Thanks in advance, Christian
    Attachments:
    Thickness Width Distance acquisition write to file.vi ‏122 KB

    Hi Christian,
    That express VI requires that you input an X data set for each plot.
    If you must use that express VI, then for your program you need to insert a "build array" function, with two (or more) inputs, in line with the express VI's "X input", and wire your X data array to each of the build array function's inputs - see the example I've attached.
    Personaly, I wouldn't use the express VI at all - it really isn't difficult to manipulate your data into the right format for the XY graph using simple functions - see the second example I've attached.
    Mark H.
    P.S. Gotta be worth about 6 stars I reckon!  
    Attachments:
    Multi XY Plot using Express VI.vi ‏62 KB
    Multi XY Plot using Basic Functions.vi ‏20 KB

  • Each div its own css?

    Hi,
    Is it possible to link <div>s on a page to several style sheets?
    Let's say I have on my page a <div> A and a <div> B and in my document folder an external stylesheet A and B.
    How can I link stylesheet A to <div> A only and stylesheet B to <div> B only?
    Your help will be very much appreciated.
    Kind regards,
    Erik

    Hi Erik,
    You just have to ensure that the styles you define in stylesheet A is applied to DIV A and tyles you define in stylesheet B is applied to DIV B.
    For example.
    In Stylesheet A say you have
    #divA{
    border:1px solid #cc;
    font-size:12px;
    background-color:#ff0;
    and in stylesheet B you have
    #divB{
    border:1px solid #cc;
    font-size:12px;
    background-color:#ff0;
    Now in your page you will have
    <div id="divA">Contents goes here</div>
    <div id="divB">Contents goes here</div>
    Your page <Head> will have
    <link href="portfolio_files/stylesheetA.css" rel="stylesheet" type="text/css">
    <link href="portfolio_files/stylesheetB.css" rel="stylesheet" type="text/css">
    That is it.
    Now applicable styles from each stylesheet will apply to respective DIVS.
    Regards,
    Vinay

  • Display is using my Mac's camera... not its own!

    So I've got a new 24" LED cinema display and everything is connected properly. However, for some reason, whenever I go to use the iSight camera, it uses my Mac's camera instead of the display's! The USB cord is connected and everything! Ideas? Thanks.

    Tylko wrote:
    In ichat go into preferences, then go to camera. You will be able to change which camera you want to view (either display or macbook pro). For photo both just click the camera in the menu bar. You will have the same choices as ichat. If neither of these show up restart your computer while being plugged into the your screen.
    Hello, Tylko
    For clarity to OP and other readers, I offer the following regarding this part of your suggestion:
    For photo both ... You will have the same choices as ichat.
    That is not true on my Mac. 
    My Photo Booth ONLY uses the first connected camera it recognizes that is not already in use. Clicking the camera in the my Photo Booth menu bar when multiple cameras are connected results in NO DIFFERENCE from the same action when only one camera is detected.
    Even when multiple cameras that work properly with other apps are connected, Photo Booth does not allow a camera choice on my PowerMac G5 no matter where I click.
    While it is true that iChat offers a choice of cameras, if what you post is true, there is a major difference between your Photo Booth for iNtel Mac and the Photo Booth that runs on my PowerPC Mac.
    EZ Jim
    G5 DP 1.8GHz w/Mac OS X (10.5.8) PowerBook 1.67GHz (10.4.11)   iBookSE 366MHz (10.3.9)  External iSight

  • XML Parser puts HTML Tags each on its own line... BAD

    Is there a way to tell Oracle XML Parser not to place each HTML tag on a separate line in the output stream? It appears that this is what is causing what I will call "dog-legging". The normal dotted line that surrounds an image on an HTML browser page has an extra protrusion in the lower-right corner under IE 4.x. A hyphen appers in the lower right corner under NN 4.x.
    any information that you good folks could provide me on this matter would be greatly appreciated.
    Thanks in advance,
    Dave Reese

    The way to avoid this is to specifically request that the HTML output be generated without indentation. Just include the
    following at the top-level of your stylesheet inside the outermost <xsl:stylesheet> element:
    <xsl:output method="html" indent="no"/>

  • Can 2 ipods be run off the same itunes so that each has its own playlist?

    my wife and i both have ipods, but when we plug them in the comp syncs and allmusic is taken/ added weather you wanted it or not, can itunes have 2 different accounts so i dont have my wifes music on my ipod?

    http://support.apple.com/kb/HT1495

  • Why does it take Firefox several minutes to load all wesites including its own?

    Opening Firefox may take minutes. Or if opens it takes minutes to access Google. Or if that opens minutes go by before the NYTimes site opens. Often a window from Firefox appears: "This is embarrassing." Three options appear: restart,check for errors, close program.

    It sounds to me like the installation didn't perform correctly.
    What I suggest you do is to go to Add/Remove Programs and uninstall it, but don't checkmark the option to remove your bookmarks, customizations etc.
    Before you do that though, go to [http://www.mozilla.com/en-US/firefox/fx/?ref=logo Download Firefox 4.0] and download a fresh installation file.
    After you uninstall the existing installation, reboot.
    It's also wise to disable your AV before installing again. If you've got AVG, this is particularly difficult because it doesn't have an Exit option. Instead, you have to open MSCONFIG and remove the checkmark from '''AVG Watchdog '''which disables everything. Any changes to MSCONFIG requires a reboot I regret to say.

  • Switch primary icloud email address on iPhone 6 - I have 2 email addresses, one of which is obsolete.  Each has its own apple id, icloud account and itunes account.  the phone shows the obsolete one as primary in iCloud.  Can I switch it?

    I have 2 email addresses (and apple ids, icloud accounts and iTunes accounts).  One is obsolete but my iPhone 6 shows it as primary.  How to I change this?

    See: If you're asked for the password to your previous Apple ID when signing out of iCloud - Apple Support
    If that doesn't resolve it contact Apple Account Security: Contact Apple for help with Apple ID account security - Apple Support Or call the main Apple support number for your country and ask for the Account Security Team.

  • How can i stop my iphone4s from having its own mind

    my iphone4s keeps on doin random things on its own, it will start a game on its own it will zoom in & out without me doin anything to it, it will start txting on its own,,  please help me

    restore and set up as new via itunes

Maybe you are looking for

  • Save As under Maverick is very slow showing folders path

    I've noticed after updating to Maverick that when I click on "Save As", it takes a long time (10-20 sec.) for the file pathways to show up in the Save As window. Is anyone else having this problem?  I've tried re-booting but that doesn't help.  Thank

  • Checking Quotations while PO Release

    While releasing the PO i have to check whether the PO is raised  for the vendor who have quoted the min price for that pariticular material. i tried to select the po line item and clicked on environment, there i selected RFQ/Quotation But the system

  • Oracle Portal

    Is Oracle Portal for Intranet Development only? Can you create a portlet and post it on your company web site for the access by external users? We want to post a form on our company web site for the access by the public to get some data in. Can this

  • Need to reinstall mail

    A friend of mine needs to re-install mail, but they can't find there installation DVDs which came with their iMac. Is mail available to download from Apple anywhere? Their machine is - Model Name: iMac Model Identifier: iMac4,1 Processor Name: Intel

  • Is it possible to execute simple class

    Sir, Is it possible to execute a simple program written in java in jdeveloper. If yes please let me know how to that. I creted a class using class wizard and added the following statement; System.out.println("testing"); I able to compile the program