How to use 'SBOAddonReg.dll'

Hi,Everyone.
I want to use 'SBOAddonReg.dll' and to delete registry.
Is it possible although development environment is 'VB.NET2003'?
Thanks for help.

Hi Barend.
Do you think that it is right to use the following coding instead of using 'SBOAddonReg.dll'?
Dim regkey As Microsoft.Win32.RegistryKey = _
    Microsoft.Win32.Registry.LocalMachine.OpenSubKey( _
        "Software\SAP\SAP Manage\AddOns\TEST", True)
regkey.DeleteSubKey("TEST01", False)
regkey.Close()
Although this coding should just be carrying out the same motion as
'UnRegisterAddOn' of 'SBOAddonReg.dll' ...

Similar Messages

  • How to use the DLLs which created from c++ in Java?

    And How to use the DLLs which created from JNI in C++?

    Huh?
    Are you asking how to do JNI - you should read the tutorial.
    Are you asking how to load it - then use System.loadLibrary()
    Are you asking what to do with the output from javah - put it in a C file and write some code, compile it into a dll.

  • How to use the dll  created by c++ but not write a jni wrapper around

    how to use the dll created by c++ but not write a jni wrapper around through a java program. now I can't access that dll like this directly from java.

    Your question is unclear. (You haven't said what dll you are talking about.)
    But:
    If you are talking about an existing dll, then the only alternative to writing a wrapper is to use one of the wrapper generators floating around. Do a search on JACE.
    If you are talking about a dll you are writing, then run jah and get the interface to match java right away; then you won't have to write a wrapper.

  • How to use the DLL in crystal report (Additional applications)

    Hi,
    i have created a win32 dll, and now i want to use that dll in my crystal report how can i do so?, what i tried is i went to to Addntional functions catagory in formula workshop, and there i can see some dlls listed, similary i put my dll in the same path like "C:\Program Files\Common Files\Crystal Decisions\1.0\Bin" and other folder too. but i am not able to see that dll in "Addtional functions". can you plesase tell how can i achive this.
    Regards,
    Prabhakar J.

    Please re-post if this is still an issue to the .NET Development - Crystal Reports Forum or purchase a case and have a dedicated support engineer work with you directly

  • How to use AcroPDF.dll even if addon is deactivated in InternetExplorer

    Hello,
    hopefully someone can help me with my problem:
    I need to instantiate AcroPDF.dll and have it deactivated at the same time in InternetExplorers Addon-settings.
    But when I deactive the addon in IE, CreateObject("AcroPDF.PDF.1") throws an error that the instance could not be created, but the dll is still registered.
    How does this deactivation work technically? Is there any way to use the dll in other applications regardless of the IE-settings?
    Best regards and thanks in advance,
      Thomas

    For programming issues you should use the forum for Acrobat SDK.

  • How to use CRAXDDRT.DLL in crystal report 2008?

    Hello All,
    We have purchased Crystal report 2008 Full software.
    We need to insert BLOB field into Crystal report 2008 at runtime using *CRAXDDRT.DLL*.
    How can I insert OLE object and bind it at Runtime using crystal report 2008?
    Is it possible to insert Ole Object runtime using crystal report 2008? If yes how and if not is there alternative to perform this job.
    Please let me know your feedback.
    Thanks

    CrxDDrt.dll is only provided in order for the Crystal Reports designer in the .NET IDE.
    1) You are not licensed to use this CraxDDrt.dll
    2) Even if you were, in previous versions of CR, there were licensing implications to using the craxDDrt.dll (read $$)
    3) Once your project would be done, using CR 2008, you would not be able to distribute the runtime as there is no CR MSM or MSI that contains the craxDDrt.dll and it's supporting runtime.
    In your original post you say:
    "I need to show Word and Pdf file in to Crystal report 2008 using CRAXDDRT.DLL";
    I do not understand why you'd need to do this using the craxddrt.dll? You should be able to insert a BLOB field using the RAS SDK for .NET and CR 2008. Now, one hting you will have to keep in mind. If you insert a multipage .doc or .pdf file into the report, you will only get the first page of that document. I suggest you try this in the CR designer first. Always remember that if you can not do a certain thing in the designer, you will not be able to do it at runtime either. Giving all the limitations above, if you are still interested in doing this using RAS, let me know and I'll set you up with some resources to get you going.
    Ludek

  • How to use COM DLL in LabWindows

    Hello
    I have a COM .dll which looks like that when opened with dll export viewer:
    I would like to use the Get4AxisPos function in LabWindows.
    I understood that, as I only have the .dll, the only way of calling these functions are with the LoadLibrary() and GetProcAddress() functions.
    My problem is that the Get4AxisPos function is not of type Exported Function but COM Method so I don't know how to use it in my LabWindows project!
    My questions are: Is it possibleto use this dll in Labwindows? If yes how?
    Thanks
    Solved!
    Go to Solution.

    Hi ,
    I am new to C++ and COM  .
    i need to implement a client application in C(lab windows CVI) , server is a c++ COM object.
    steps followed by me
    ---> accessed the registered COM object with Labwindows CVI active x controller template,output was a c file which is implementation of the class names in COM (interfaces).
    I can use majority of the functions directly from the generated, but i need to implement some event functions like message box events and then use it.
    I have seen one method of accessing in C++ client sample ,
    which implements Queryinterface function...takes the IID_Unknown as input and returns interface pointer(inhereted static_castof the required class, uses static_cast for that) as output.
    when i try to follow up the same in c , i am lost  with the inheritance concept.
    In short i need to send IID Unknown to the Queryinterface function and should get the interface pointer of message box type or other class type ...
    Sorry for the long mail,Please guide me
    Thanks in advance ,
    Satish

  • How to use libdb60.dll

    Hello,
    I'm a beginner with Berkeley DB and my question is: how to use the libdb60.dll with C++ Builder (Embarcadero) code?
    I created corresponding LIB with IMPLIB from dll and included it in the project, but the Exports section of LIB is very strange and the linker tell me "unresolved external".
    For example the entry related to the "open" bdb function, in the LIB is "?open@Db@@UAEHPAVDbTxn@@PBD1W4DBTYPE@@IH@Z".
    Why?
    How should I use the dll?
    The dll is the one provided with bdb setup, not built with MS VC++.
    Thanks.

    Thanks for fast reply.
    I had already read the chapter 5, but building the solution "Berkeley_DB.sln" (just db sub-solution) in the "build_windows" directory with VC++ 2008 Express, I got the error "mut_win32.obj : error LNK2019: unresolved external symbol ___emit__ referenced in function _func_mutex_pause".
    I'm not familiar with VC++ because I'm Embarcadero C++ Builder user.
    Therefore I used the dll in the "Berkeley DB 6.0.30.msi" installer,
    What the above error is?

  • How to use native dlls in jws

    hi,all
    I need to use native dll to read registry,I know nativelib label,but after I put the dlls to a jar,and use label <nativelib> to quote the jar,the system tell me error following:
    JNLPException[category: Security error : Exception: null : LaunchDesc: null ]
         at com.sun.javaws.LaunchDownload.checkJNLPSecurity(Unknown Source)
         at com.sun.javaws.Launcher.downloadResources(Unknown Source)
         at com.sun.javaws.Launcher.prepareLaunchFile(Unknown Source)
         at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
         at com.sun.javaws.Launcher.launch(Unknown Source)
         at com.sun.javaws.Main.launchApp(Unknown Source)
         at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
         at com.sun.javaws.Main$1.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    when I use jar href="..."to use this jar(This jar is packed dll files),the system tell me
    com.sun.deploy.net.FailedDownloadException: Unable to load resourcesFfile:/H:/test/dist/lib/ICE_JNIRegistry.jar
         at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
         at com.sun.javaws.LaunchDownload.downloadJarFiles(Unknown Source)
         at com.sun.javaws.LaunchDownload.downloadEagerorAll(Unknown Source)
         at com.sun.javaws.Launcher.downloadResources(Unknown Source)
         at com.sun.javaws.Launcher.prepareLaunchFile(Unknown Source)
         at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
         at com.sun.javaws.Launcher.launch(Unknown Source)
         at com.sun.javaws.Main.launchApp(Unknown Source)
         at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
         at com.sun.javaws.Main$1.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    and
    java.util.zip.ZipException: ZIP file must have at least one entry
         at java.util.zip.ZipOutputStream.finish(Unknown Source)
         at java.util.zip.DeflaterOutputStream.close(Unknown Source)
         at java.util.zip.ZipOutputStream.close(Unknown Source)
         at com.sun.deploy.net.HttpDownloadHelper.download(Unknown Source)
         at com.sun.deploy.cache.Cache.downloadResourceToTempFile(Unknown Source)
         at com.sun.deploy.cache.Cache.downloadResourceToCache(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
         at com.sun.javaws.LaunchDownload.downloadJarFiles(Unknown Source)
         at com.sun.javaws.LaunchDownload.downloadEagerorAll(Unknown Source)
         at com.sun.javaws.Launcher.downloadResources(Unknown Source)
         at com.sun.javaws.Launcher.prepareLaunchFile(Unknown Source)
         at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
         at com.sun.javaws.Launcher.launch(Unknown Source)
         at com.sun.javaws.Main.launchApp(Unknown Source)
         at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
         at com.sun.javaws.Main$1.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    now I'm not sure how to zip the dlls so that it can be used in nativelib?and how to used the <nativelib> label? just add it in the jnlp file ok?
    Thanks.

    >
    Thanks,Andrew!>Your detailed and technically specific reply is all the thanks I need ( and probably more than I deserve ;).
    I am still mulling (thinking) over your reply, there is nothing that 'jumps out at me' as being wrong with the way it is done, it all is looking like it 'should' work. The only other thing I can think to check is "did JaNeLA report any problems with it?"
    Oh hang on, wait just a second..
    If this webstart app. uses a native lib, it must declare security 'all-permissions'. See below for a 'hand written' variation to your posted JNLP file. Please make sure you validate these edits, since I did not (and I'm a little drunk, at this moment!).
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <jnlp codebase="file:/H:/test/dist/" href="launch.jnlp" spec="1.0+">
        <information>
            <title>Basic Application Example</title>
            <vendor>Sun Microsystems Inc.</vendor>
            <homepage href="http://appframework.dev.java.net"/>
            <description>A simple java desktop application based on Swing Application Framework</description>
            <description kind="short">Basic Application Example</description>
        <offline-allowed/>
    </information>
    <security>
      <all-permissions />
    </security>
        <resources>
    <j2se version="1.5+"/>
    <jar eager="true" href="test.jar" main="true"/>
        <jar href="lib/appframework-1.0.3.jar"/>
    <jar href="lib/swing-worker-1.1.jar"/>
    <jar href="lib/registry.jar"/>
    <jar href="lib/swing-layout-1.0.3.jar"/>
    <nativelib href="lib/ICE_JNIRegistry.jar"/>
    </resources>
        <application-desc main-class="test.TestApp">
        </application-desc>
    </jnlp>Oh yeah, yeah. And if you could note for future posts..
    When posting code, code snippets, HTML/XML(/JNLP) or input/output, please use the code tags. To do that, select the code, then click the CODE button seen on the Plain Text tab of the message posting form. This helps to retain the indentation and formatting of the text, and also helps avoid characters in the code as being interpreted as formatting (by the 'forum software'). ..And it also makes it pretty - but perhaps I should not mention that (it seems so 'un-hacker').
    And BTW, what is that standalone=''no" attribute in the opening XML element? Are you +sure+ you validated this in JaNeLA?

  • How to use external DLLs in InDesign server plugin

    Hi,
    I am working on a project, which is having dependency on libxml2 library. I compiled the code on 64 bit Windows platform and using InDesign server 64 bit version. I put the required DLLs in Adobe InDesign CS6 Server x64 folder(with other DLLs). But now my plugin is not loading in server and also not throwing any error message on command prompt.
    If I remove the libxml2's method call, then plugin is loading successfully.
    Is there any other way to use external DLL or I am missing something?
    Thanks & Regards,
    Harsh

    Hi Sidharth,
    If you are using web dynpro DC perspective then you need to follow the following points to use the external jar files in it.
    1. Create a external library project.
    2. copy the external jars in the library folder os the projects.
    3.) Select all the jars from the u201CLibrariesu201D folder, Right click and then select Development Component and click on Add to Public Part
    4.Select the first Radio Button (Provides an API)and give some nameto it.
    5. Repeat the step no 3 but now select the second radio button other than as selected in step no 4.
    6. Now build your lirary DC.
    7. Now create a j2ee DC project.
    8. ) Expand the node DC Definition and Right Click on Used DC. Select Add Used DC.
    9. Select the External Library DC with build time dependency.
    10.Right click on the J2EE DC and then select Development Component followed by Build
    11. Right click on the J2EE DC and then select Development Component followed by Deploy
    now you can use both the libary DC and the j2ee DC in your web dynpro DC as used DC.
    But if you have created a web dynpro project only(but not DC) than you can directly add the external jars in java build path
    hope this will help
    regards
    Narendra
    Edited by: Narendra Singh on Oct 27, 2009 11:22 AM

  • How to use a .dll file wiht oc4j

    i have developed a class in c# and i need to use it with oc4j. i dont know i should put that class .dll in a special folder.
    i am trying to load this .html file but oc4j dont recognize anything:
    <html>
    <head>
    <title>DLL Test 2</title>
    </head>
    <body>
    <object id="Class1" name="Class1" classid="http:ClassLibrary3.dll#ClassLibrary3.Class1.Test"></object>
    </body>
    </html>
    firstly the c# class only contains an attribute called test. later i will include some methods.
    Cheers

    Well if you want to use a native library, first off you need to generate the JNI artifacts for it so it can be loaded and used in a Java VM.
    So assuming you've done that and packaged the JNI resources with the application, then you need to make sure that you've put the .dll somewhere within the PATH environment variable.
    But actually what I think you are trying to do here is to embed a CLIENT side piece of code which IE will read and use. The browser will need to fetch the required object from somewhere.
    So I'd recommend reading up on how IE fetches client side objects, and then configure your application so that the required client side package is available the required/configured destination.
    As an alternative of using c#, try taking a look at JSP tags (especially the new form in JSP 2.0 which is dead easy to use as .tags) and the capabilities of AJAX. You may find your need to use c# is reduced and it makes your life easier.
    cheers
    -steve-

  • How to use a dll from webstart

    hi there, i have the following, for an app (it's going to run only on windows) i need some info from the registry and used some third party code for that, now, my question is, the dll file used has to be in the systemdirectory of the local machine. How could i achieve that when the program will be running from webstart ??
    1. By just copying the file into there...
    2. Or other, like rewriting the source code for the third party code
    thx

    @babybomb: Thanks a lot ! This hint really helps even after years !
    Here is my cookbook:
    How to enable Java WebStart applications ?
    ===================================
    ...including native libraries !
    1. Generate a Keystore
    Generate a keystore (*.keystore) file.
    Tool: keystore (JDK)
    Syntax:
    keytool -genkey -keystore mykeystore.keystore -alias myalias2. Pack native Libraries
    Pack native libraries (*.dll, ...) into Java libraries (*.jar).
    Tool: jar (JDK)
    Syntax:
    jar -cfv nativelib.dll.jar nativelib.dll3. Sign the Libraries
    Sign ALL your application�s libraries (*.jar) with your keystore by using the "jarsigner" tool.
    Tool: jarsigner (JDK)
    Syntax:
    jarsigner -keystore mykeystore.keystore myapp.jar myalias
    jarsigner -keystore mykeystore.keystore 3rdparty.jar myalias
    jarsigner -keystore mykeystore.keystore nativelib.dll.jar myalias4. Prepare JNLP File
    Prepare Java WebStart JNLP File.
    Syntax:
    <?xml version="1.0" encoding="utf-8"?>
    <!-- JNLP File for My Application -->
    <jnlp
    spec="1.5+"
    codebase="$$codebase">
    <information>
    <title>My Application</title>
    <vendor>My Company</vendor>
    <description>My Application</description>
    <description kind="short">MyApp</description>
    <offline-allowed/>
    </information>
    <security>
         <all-permissions/>
    </security>
    <resources>
    <j2se version="1.5+"/>
    <jar href="myapp.jar"/>
    <jar href="3rdparty.jar"/>
    </resources>
    <resources os="Windows">
    <nativelib href="nativelib.dll.jar"/>
    </resources>
    <application-desc main-class="my.app.MyApp">
         <argument>arg0</argument>
         <argument>arg1</argument>
    </application-desc>
    </jnlp>
    5. JnlpDownloadServlet
    Copy the "jnlp.sample.servlet.JnlpDownloadServlet" from Java JDK into your web applications� web library directory "WEB-INF/lib".
    6. Prepare Deployment Descriptor
    Prepare your web application�s deployment descriptor (web.xml) to enable "JnlpDownloadServlet".
    Syntax:
    <servlet>
    <servlet-name>JnlpDownloadServlet</servlet-name>
    <servlet-class>jnlp.sample.servlet.JnlpDownloadServlet</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>JnlpDownloadServlet</servlet-name>
    <url-pattern>*.jnlp</url-pattern>
    </servlet-mapping>
    7. Run the Application
    Yesssss !!!

  • How to use NI DLLs without installing Measurement and Automaton Explorer?

    Hi,
    I am developing an application using the NI DAQ M Series Card. The Application is being developed in VC++.
    Using the APIs provided by NI, I have a user application wrapped around it which computes the data obtained from Analog and Digital Ports.
    I used the Install Shield to create a setup for the same and linked the NI DLLS to the application. But the application exits when clicked with exception. But if I install the services of Measurement and Automaton Explorer the application works fine.
    I do not want the Measurement and Automaton installations to be done on the client PC and would like to send only the setup. Can you please let me know which all DLLs I need to include (or registry settings I need to do) to overcome this problem.
    Regs,
    Sudhi
    Honeywell Technology Solutions Lab

    Hi Sudhi-
    It sounds like you're running DAQmx calls in your application and looking for a way to avoid actually running the installer.
    This capability is not currently supported, but the option to run a silent installer and to disable specific components is always a great alternative. This KB explains how to perform a silent install with only the options you specify for your application. For instance, you may want to disable Traditional DAQ and shipping examples if you do not want to install these components seperately.
    I hope this helps!
    Thanks-
    Tom W
    National Instruments

  • How To Use A .dll Object in Java Servlet/JSP

    I need the Solution, Is there any API's Available to do so.
    Ofcourse The .dll is a Microsoft Visual Basic Product.

    You need to use JNI to wrap C/C++ function provided by the .dll library. and then call it from JNI implementation class.
    [email protected]
    http://www.sinotar.com/

  • How to use VS2005 dlls with jni?

    Hello,
    I have a java application using jni and some dlls.
    Previously this dlls were created using VS2003. Now I want to use VS2005 and I
    encountered some problems.
    Everything is working on my station were I have installed VS2005 but when I try to run the
    application on other station (a test station) is not working.
    I get the following error:
    java.lang.UnsatisfiedLinkError: C:\App\Test.dll: This application has failed to start because
    the application configuration is incorrect. Reinstalling the application may fix this problem
         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
         at java.lang.ClassLoader.loadLibrary0(Unknown Source)
         ......First I tried to search all the dependences and copied all missing dlls from my work station to the test
    station in the application directory. Still not working.
    when dlls were made with VS2003 I had only 3 dependences: mfc71d, msvcp71d, msvcr71d. With this dlls in
    the application directory everything was fine.
    Second I tried to install .Net framework(2.0) and vcredist (VS2005_sp1) but still nothing.
    What I'm doing wrong? Is somebody which is using dlls made in VS2005 with jni?
    Thank you
    ,Dragos

    IIRC, that message means the manifest file in the DLL points to assembly that your computer doesn't have, or it has no manifest file.
    You either need to:
    -recompile using static linking so that it has no dependencies
    -stick the correct manifest in
    -include the entire SxS (site by side) assembly folders with your application (only the ones you're dependent on). These are found in something similar to:
    C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\redist\x86

Maybe you are looking for

  • USB Hub does not work

    I recently purchased this USB hub. http://www.jascoproducts.com/products/pc/viewPrd.asp?idproduct=8&idcategory=13 My laptop cooler is able to be power through the USB hub. However, my mouse, keyboard, and external harddrives are not working. For inst

  • On both of my laptops that upgraded to the new version of Firefox, chat feature doesn't work anymore. It still works on my 3rd laptop that I didn't upgrade.

    I have 3 laptops. On 2 of them I upgraded to the new version of Firefox recently when I was prompted to do so. Both of those laptops now have trouble with chat . My 3rd laptop I have not upgraded to latest version and the chat still works. Either fix

  • Webex in a conference room

    We want to use Webex in a small conference room. The current setup is 3 tables in a U shape. The laptop is at the center of the front table with 2 usb cameras each pointing at the side tables. The problem we are having is switching between cameras. I

  • PR 1.3 Already Live-Now !

    Hey Guys When Updated the Application Manager, I have just got an Update which says the following"  Do I go ahead and update it... Ver. 20.2010.36-2 is it the PR 1.3 ?

  • Xml name space issue

    Hi, My xsd starts like this <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> And my expected output is <Rootelement xmlns:xsi="http://www.w3.org/2001/XMLSchema" xsi:noNamespaceS