NEED PROGRAMMING EXPERT HELP !!!!

I 'd like to create a specific dll usable by java and i just have one dll not usable with java.
i need your help if you know a routine, program .. that create automatically my dll for my java use.

What you are asking for is automatic creation of a wrapper dll - something that I don't believe exists.
1. If you have a simple interface to the existing dll, then it is probably not difficult to write your own wrapper.
o Create an "ideal" java native method.
o Run javah on the class definition to automatically create an "h" file.
o Implement a small dll that translates calls from java native calls (to your dll) to the target dll calls.
2. Search the web for "jace" - a tool that may help you.

Similar Messages

  • Need some expert help on this one

    My PPC 10.4.11 mac is running very very slow with plenty of disk space and when I try to verify permission, repair permissions etc. disk utility freezes up to the point where I have to cold shut off the computer. Issues started yesterday when a page in iweb became corrupt causing me to have to completely redesign my index page and then it started freezing up. Do I just need it do an achieve and install or is there something else I can do?

    As your very expert help already mentioned, You must repair the HD.
    If Disk Utility cannot do it then your best bets are DiskWarrior from Alsoft...
    http://www.alsoft.com/DiskWarrior/
    But you need the CD, the download won't work unless you have another Bootable HD.

  • Ecg baseline wandering[​need quick expert help]

    Hello everyone!
    I'm new user here, and I have an urgent problem considering my faculty project.
    I have looked at previous topics on this matter, and also I've checked the tutorial here
    http://zone.ni.com/devzone/cda/tut/p/id/6349
     but I didnt find the exact thing I need.
    So here is the thingd:
    I have baseline wandering, but how can I fix it without using additional 
     Digital Filter Design Toolkit (DFDT). I have access only to labview 8.5 at laboratory at my faculty
    and I dont have DFDT there.
    I have attached what I have done so far, and it would mean a lot if someone could help me 
    by explaining me how to create/or create for me the filter for wandering.
    I would upload the ecg txt file that I use but it's 35mb.
    Thanks in advance people!
    Attachments:
    Semestralni.vi ‏63 KB

    I agree with Steve. Also remember that if your goal only is to extract heart rate you will only be interested in the QRS complex. The rest of the ECG complex that have lower frequency content may be shaved away with filtering. In your signal you have a large bump just before sample 8000. This is caused by  electrode movement. Securing the electrodes is important.  But your biggest problem is that you do not use the "Peak Detector.vi" correct.
    Here is some useful tips for the Labview beginner (we have all been there some time)
    1)Then starting a new Labview session enable context help (Ctrl+h) Do not be afraid to use the detailed help option
    2)Then stuck, go to help in the toolbar then select find examples
    Ps. I also noticed that your Labview programming style is somewhat mixed-up. It is hard to follow the data flow. 
    Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
    (Sorry no Labview "brag list" so far)

  • Need an expert help solve linking original music files

    All my iTunes music files now have an exclamation mark ( ! ) next to them. The error says unable to loacate original music file. I choose to locate the file, and I am able to find the file. When I find the file in "my music" folder, I see all my albums. If I open the album file I can find the original music file and I can link it successfully so that that particular song will play correctly from iTunes.
    My problem is that I have almost 4,000 songs listed in my iTunes library. I can't possilby take each file and link each one manually through the My Music folder to the Album folder and then find the song. There must be an easier way, or I am doing this incorrectly.
    I would certainly appreciate anyone's expertise.

    I believe I followed the directions: I closed iTunes. I renamed the MY MUSIC file to MY MUSIC 1. (this is where all the music files were located). I reopened iTunes, then dragged the MY MUSIC folder into the open iTunes window. Now I have duplicates of all my music files in iTunes, but both sets get the exclamaion mark that original file cannot be located. Perhaps this works for MAC, but not Windows.
    Still looking for any solutions. Thank you.

  • Problem - Need Tables Experts' Help..!

    Could someone who's well-versed in TABLE-ese tell me why the
    following
    rounded-corner box code renders beautifully in IE7, but not
    in FF2?
    The main hiccup is that the first and last row won't accept a
    7 pixel
    height, for whatever reason. All the more perplexing is the
    absence of text
    or even  's to muck things up. Just cells &
    images (aside from the main
    center cell).
    PS: If you're someone who despises tables and just clicked on
    this post to
    tell me to stop using them, please don't bother.
    Code :
    <table width="100%" border="0" cellspacing="0"
    cellpadding="0">
    <tr>
    <td width="7" height="7" bgcolor="#FF0000"><img
    src="/images/box01TL.png" alt="" width="7" height="7"
    /></td>
    <td height="7"
    background="/images/box01T.png"></td>
    <td width="7" height="7"><img
    src="/images/box01TR.png" alt="" width="7"
    height="7" /></td>
    </tr>
    <tr>
    <td background="/images/box01L.png"></td>
    <td background="/images/box01C.png" width="100%">
    MAIN TEXT HERE
    </td>
    <td background="/images/box01R.png"></td>
    </tr>
    <tr>
    <td width="7" height="7"><img
    src="/images/box01BL.png" alt="" width="7"
    height="7" /></td>
    <td background="/images/box01B.png"></td>
    <td width="7" height="7"><img
    src="/images/box01BR.png" alt="" width="7"
    height="7" /></td>
    </tr>
    </table>

    Far be it for me to tell someone how to do things. But I
    believe you will
    get better cross-browser rendering with CSS and the rounded
    corners code
    found here: www.roundedcornr.com/
    It creates the CSS, html code and images for you. Take a test
    drive.
    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com
    "Mike J.S." <[email protected]> wrote in message
    news:fc4hkg$j6n$[email protected]..
    > Could someone who's well-versed in TABLE-ese tell me why
    the following
    > rounded-corner box code renders beautifully in IE7, but
    not in FF2?
    >
    > The main hiccup is that the first and last row won't
    accept a 7 pixel
    > height, for whatever reason. All the more perplexing is
    the absence of
    text
    > or even  's to muck things up. Just cells &
    images (aside from the
    main
    > center cell).
    >
    > PS: If you're someone who despises tables and just
    clicked on this post to
    > tell me to stop using them, please don't bother.
    >
    > Code :
    >
    > <table width="100%" border="0" cellspacing="0"
    cellpadding="0">
    > <tr>
    > <td width="7" height="7" bgcolor="#FF0000"><img
    > src="/images/box01TL.png" alt="" width="7" height="7"
    /></td>
    > <td height="7"
    background="/images/box01T.png"></td>
    > <td width="7" height="7"><img
    src="/images/box01TR.png" alt=""
    width="7"
    > height="7" /></td>
    > </tr>
    > <tr>
    > <td background="/images/box01L.png"></td>
    > <td background="/images/box01C.png" width="100%">
    > MAIN TEXT HERE
    > </td>
    > <td background="/images/box01R.png"></td>
    > </tr>
    > <tr>
    > <td width="7" height="7"><img
    src="/images/box01BL.png" alt=""
    width="7"
    > height="7" /></td>
    > <td background="/images/box01B.png"></td>
    > <td width="7" height="7"><img
    src="/images/box01BR.png" alt=""
    width="7"
    > height="7" /></td>
    > </tr>
    > </table>
    >
    >

  • Expert help needed to connect iPhone / iPad using BlueTooth and Wi-Fi

    We need expert help to connect iPhone / iPad using BlueTooth and Wi-Fi. If you have worked with Apple MFi Program [http://developer.apple.com/programs/mfi], or have expertise/experience in this, please contact me. Thanks! Kevin.

    Hi there.
    I connected to my livebox after about three attempts. You have to pair the livebox by pressing either the number one or two that is on the box. When it is in pair mode it stays that way for ten minutes so it gives you chance to try your wep code that is on the bottom of the box a few times. I can't remember which one was successful but i did try the letters in uppercase and lower and one of them seemed to connect.
    Welcome to discussions by the way.
    Hope this helps JB

  • Ok in need of desperate help... apps or programs that make, making an elementary yearbook easy?

    ok in need of desperate help... apps or programs that make, making an elementary yearbook easy?
    the clock is ticking!!!

    Search at MacUpdate or CNET Downloads.

  • How to add Freely programmed input help in FPM Search UIBB?

    Hi Experts!
    We have a requirement to create search UIBB in which the input field should have a freely programmed input help.
    I see that WD_VALUE_HELP parameter can be set to the component name and it displays the freely programmed help as well in the application.
    However, I am still digging to implement the search help open and close events of the component.
    I have used the Freely programed value help standard demo object  " FREE_VALUE_HELP "  which shows the value in the help popup however, the selected value is not returned in the input field.
    I am also unable to find any Interface as provided for implementing OVS in search UIBB as well...
    Please help.

    Hi Aliaksandr,
    Thanks for your response.
    I have checked this WDA application demo_value_help .... but it is a normal WDA application.
    However, I want use freely programmed search help in Search UIBB using FPM.
    I found that we can provide the component name used as freely programmed search help in the attribute WD_VALUE_HELP of Interface IF_FPM_GUIBB_SEARCH.
    https://help.sap.com/saphelp_nw74/helpdata/en/03/f2474b6d9a49f4b5a3ed6f04decf22/content.htm?frameset=/en/56/d151c3ba7b4b2e82068a084cb991f3/frameset.htm
    And it displays the search help as well when I do F4 on the field of Search UIBB. But, we need to provide event handler for events - VH_WINDOW_CLOSED and VH_WINDOW_OPENED of the search help component (Component which is provided in WD_VALUE_HELP) some where in the Feeder class, in order to get the selecteed data from the search help, which I am unable to do.
    Do you have any idea of such implementation?
    Appreciate your response!

  • Freely Programmed search help - Accessing Alternative node

    Hi Experts,
    I am trying to use Freely Programmed search help for calling a custom WD component on pressing of F4 of an input field.
    I have done everything required and the component is being called properly as well.
    The issue here is that i need to pass two values to the the custom WD component on F4. As suggested in one of the threads I used F4_CONTEXT_ELEMENT to get the reference of the source context node and attributes. But the problem is that this gives reference to only that node which has the input field with F4 help (which is being used to call the custom component). The values which i need to pass are present in some other node.
    Can you please suggest a way of accessing the other node to retrieve and use the values in the custom component called?
    Regards,
    Ritvik
    Edited by: Ritvik Prasad on Mar 31, 2010 5:16 AM

    Hi Manas,
    Thanks for the suggestion. I had thought about it too. But the problem that i faced was that no event is triggered/Method called on pressing of F4 on that input field (its internally handled in the framework). In that case what should be the method/event where i should copy the values from the other node to the new attributes created so that it reflects in the Custom component?.
    If you could just elaborate on that it would be really helpful.
    Hi Chris,
    Thanks a lot for this. That actually sounds like fun. I tried looking for options to do that. Although i can get to the node from the element using "GET_NODE" but there I could not find the method "GET_PARENT_ELEMENT" to get the parent element (context as you said). Is there any other method which could possibly return the parent element which i could eventually use to get to the other node.
    It would be great if you could help out with this.
    Thanks ,
    Ritvik

  • Freely programed F4 help

    Hello Experts,
    i want to create a freely programed F4 help for one of the attribute in my context.
    can anyone tell me how to go about it step by step.
    Thanks,
    gunjan

    Hi Gunjan,
    Below are the important points which you need to keep in mind while designing this 2nd component ( say COMP2) :
    1) Your component which gets displayed as the search help must implement the Interface IWD_VALUE_HELP. (For this double click on your Web Dynpro Component & go to the "Implemented Interfaces" tab. Just specify IWD_VALUE_HELP under the "Name" column & press on enter. The "implementation State" would then display a green traffic light for you signifying that the interface has been successfully implemented.)
    2) A window by name WD_VALUE_HELP would have been automatically added to this component when you implement the IWD_VALUE_HELP interface. You need to embed the view which you would like to appear on F4 help under this particular window. (Normally if you had created a MAIN view you would embed this view under the window with the same name as your component. But in this case you need to embed your main view under the window WD_VALUE_HELP )
    Now below are the steps to be followed within your main component (say COMP1) in which you have your input field & up on pressing which you want the Freely Programmed Help to Appear.
    1) You need to declare a component usage of your help component (COMP2) within your main component. (COMP1)
    2) Specify a "Controller Usage" of the Used component within your components view. (Go to the "Properties" tab of your view & click on "Create Controller Usage" button & select the INTERFACECONTROLLER of COMP2)
    3) Now change the "Input Help Mode" of your desired context attribute to "Freely Programmed".
    Regards,
    Uday

  • I really need someone to help me. I have been trying to figure out how to select a PDF document to convert to a Word doc. When I go to select a PDF file, all that shows up is the WORD docs. does not show ANY of my PDF files... Please help me figure out wh

    I really need someone to help me. I have been trying to figure out how to select a PDF document to convert to a Word doc. When I go to select a PDF file, all that shows up is the WORD docs. does not show ANY of my PDF files... Please help me figure out what is going on? We have it set on auto renewal so I know its not that we haven't renewed this subscription, because we pay automatically.

    Hi olivias,
    It sounds like there may be some confusion on your system about what application should be associated with PDF files. You can reset filename associations by following the steps in these articles (depending on your operating system):
    How to change the default application for a file type | Macworld
    http://windows.microsoft.com/en-us/windows/change-default-programs#1TC=windows-7
    Please let us know if you have additional questions.
    Best,
    Sara

  • Event Handling for free programmed search help bond dynamically in SO

    Dear Expert,
    I met a problem of how to handle an event raised by a free programmed search help - (F4), and this F4 is invoked
    by a field defined in a Selection Option component (WDR_SELECT_OPTIONS) - SO. 
    The scenario is that I would like to update the SO after the user multiple select some entries in the F4. I could tranfer
    back all the value chosen in the F4 to the consumer SO, but I can not update the icon in the SO(e.g  in SO, multiple values will be
    displayed with a green arrow icon), because I could not define a handler in SAP standard component SO, and it looks like there is no chance to catch the event triggered at the end of selection in F4.  (this event belonged to this F4)
    Welcome any suggestions or ideas, Thanks very very much. 
    In Addition, I use this way to enable the F4 for SO
    lo_so_component->create_cmp_usage_group(
         name = 'F4_TRANSPORT'
         used_component = 'ZTRANSPORT').

    thanks all

  • How to created Freely Programmed F4 help in Select Options

    hi,all
       I have a probelm about how to created a Freely Programmed F4 help in Select Options,and put help value into select options field
      Thanks and Best Regards

    Hi Haung,
    You need to use FREE_HELP not the component name.
    Modify you code as below:
       LT_RANGE_TABLE_V = wd_this->m_handler_V->create_range_table( 'ZCYPHDATE' ).
      wd_this->M_HANDLER_V->add_selection_field(
          i_id                         = 'ZCYPHDATE'
          it_result                    = LT_RANGE_TABLE_V
          i_value_help_type            = if_wd_value_help_handler=>CO_PREFIX_APPLDEV
          i_value_help_id              = 'FREE_HELP'
          i_no_intervals               = abap_false ).
    Hope this helps you.
    Regards,
    Rama

  • Hard Drive Failure on HP DV 6000 Pavilion laptop Windows-XP​sp3 OS - Need Data Recovery Help

    Hard Drive Failure on HP DV 6000 Pavilion laptop - Need Data Recovery Help
    HP Pavilion DV 6108 NR, RG365UA, purchased in late 2006 at Best Buy, with Windows XP, upgraded to Service Pack 3. It has a Fujitsu hard disk, 60 gigabyte, partitioned into C: and a Recovery D:.
    Windows tries to boot up, but goes to blue screen with the message: "Unmountable Boot Volume" for one second, then just keeps recycling until I force a shutdown.
    BIOS Phoenix, hard drive test result: " #1-08 Fail "
    I ran a disk analysis/recovery program on the Cdrive and it seemed to show the directory structure intact, and it was able to recover some files. I was using the free one from Seagate (which only recovers small files). The second pass didn't run so well, and during the third run the program said I should not proceed further, and I should contact a professional disk recovery company.
    However, the D drive seems to be intact, so, I wonder if the disk is corrupted or just some aspect of the logical C drive is bad.
    How can I get the D: to run the recovery software on it? The recovery disks, made by Best Buy, only proceed to the R / F / Q option screen, and when I press R, I get a blue screen every time.
    Tapping the F10 key during startup gets me nowhere. Ditto the F11 key.
    I dont care about the hard disk; it is the data (files, docs, images, etc)  that I want.
    I contacted HP to order recovery disks but they are no longer available for my computer.
    Any suggestions would be greatly appreciated!
    Jon
    This question was solved.
    View Solution.

    Update...
    I found a website that offers the following:
    http://www.computersurgeons.com/p-13442-recovery-k​it-435422-001-for-hp-model-number-dv6108nr.aspx
    Recovery Kit 435422-001 For HP Model Number dv6108nr
    Price: $27.00
    Recovery Kit Set (An Entire Image of the Computer hard drive when the computer was new)
    But I wonder how useful it would be. Early XP , no doubt. And if my hard disk problem is a mechanical fault, would any recovery disk even work? The disks made by Best Buy when I bought mine new in 2006 don't do anything more than go to the R /F/ Q screen and then goes to a blue screen when I press R (to recover the OS and apps and data files). And, as I wrote, it is the data that I want, not the disk drive.

  • I need your expert opinion on how to create a map with multiple conditions.

    Hello.
    I need your expert opinion on how to create a map with multiple conditions.
    I have a procedure (which i cannot import or re-create in OWB due to the bug), so i am trying to create a map instead :-(
    How can i create a cursors within the map?
    My function creates table and cursor.
    Then it will have to check for duplicates in the tables (the one created and another table) - the criteria for finding duplicates is a number of fields.I then need to place few different conditions (if some attributes are not available) and it has to load cursor based on this conditions. The next step is to fetch the data into the cursor based on what attributes are missing.
    The next thing it will do is insert the data into table (if record doesn't exist), output the error in separate table is record is corrupted, or update the record with changed information.
    In short i need to re-create match / merge but with conditions, iterations etc 'built into' it.
    I can read up on available functions - it's just what would be the best options? and what would be the best approach to do so?
    In my function i use %rowtype - but cannot use it in owb - so what would be the alternative? i don't really want to create a lot of variables and then have a nightmare of maintaing it. are there any tips regarding this?
    having looked through Oracle dedupe - it's not really what i need because it is just DISTINCT.
    I would appreciate any help / advise on this.
    Thank you very much

    thanks a lot for your reply - i will look into this option :-)
    it is a bit more complicated now as i have to re-create the match / merge and then somehow 'tweak' it to achieve the result i need.
    At the moment i am looking to breakdown the package into smaller chunks 'functions' and try creating the map that way.
    Anyway, thank you very much for your suggestion.

Maybe you are looking for

  • Video transfer to my toshiba laptop

    I am trying to transfer video data from my JVC Camcorder to my Toshiba Satellite L455D-S5976 Laptop. After contacting the company, they informed me that i require a Link IEEE1394 firewall cable, which has a 4-pin port at one end (which goes into the

  • Acrobat freezes up after being open approx 14 seconds

    Here are the issues that I  have found with my version of Adobe Acrobat: Adobe Acrobat Pro 9.0 Windows XP Adobe Acrobat Pro 9.0 Issues: After about 14 seconds, the Acrobat Pro 9.0 locks up.  The only way to stop it is to end the program.  There does

  • Tomcat 4.1.10 ignoring WebApp's WEB-INF/lib/*.jar

    I've been bashing my head against this for two days now: 1. Got a webapp deployed in tomcat, with a whole bunch of jars that sit in the /<webapp>/WEB-INF/lib 2. In web.xml, I instantiate a servlet that performs cache-loading - the servlet class is in

  • Problem with ALV : fieldcatlog

    Hi, I am trying to use 'REUSE_ALV_GRID_DISPLAY' to display  a simple ITAB. For some reason, its giving a runtime error. Pls help me to indentify the problem. Am enclosing the code over here. Thanks in advance Hrishi *& Report  ZTEST3 REPORT  ZTEST3 l

  • 15' Macbook Pro Retina  Ghosting to Yellowish Screen!

    Hi Guys. I have a Retina Macbook Pro 15' (Mid 2012) version which i bought on August 1st 2012. I have used my computer for couple months without any issue till ghosting and white spotting problems were accured. Finally, i visited Apple Store and they