Can WEBUTIL_C_API call dll coded in visual basic

Hi all
I wonder if WEBUTIL_C_API supports calling methods in a dll coded in Visual Basic? Or it only supports C, C++ and Visual C++?
Thank you

Hi
I am wondering because in webutil documentation I found this:
The WebUtil_C_API is a comprehensive API which allows you to call into C libraries on the client. The API only supports Win32 Clients.
Thank you

Similar Messages

  • LabView TEDS library into DLL or ActiveX Control so that I can use it in C or Visual Basic?

    We are developing software in LabWindows/CVI and Microsoft C. I heard that LabView can generate DLLs. Can I turn LabView TEDS library into DLL or ActiveX Control so that I can use it in C or Visual Basic development environment?

    Technically what you are proposing is possible with LabVIEW. With LabVIEW's application builder, VIs can be built into dlls. Also, LV has ActiveX hooks and so you could create a system for calling into it from CVI. However, this is not what I would recommend.
    The LabVIEW VIs have been written to a preliminary version of the IEEE specification (1451.4) that describes the TEDS data which is primarily why I'm advising you against using them. Once the IEEE spec is approved (the current timeline is currently late March), it will become public and you can write your own code according to the specification (or wait for someone else to write it). To help you get started, the spec includes flex and bison code that describes the syntax and structure of the template files
    Internally, we've written some C, C++ and Java code to the preliminary version of the spec and we've found that we can duplicate the functionality of the TEDS Library for LV in roughly 2 weeks in any other language.

  • Can anyone help i want to call java class using visual basic

    I want to call java class using visual basic and send some arguments to the main class

    Hi,
    I don't know VB, but you can surely launch a command line like :
    javaw.exe mypackage.MyMainClass myArgument1
    Regards

  • Can we call DLL method in jave code

    hi,
    can we call DLL file method in java Code or program.

    See
    http://forum.java.sun.com/thread.jsp?forum=52&thread=179765

  • Can I use a dll created in Visual Basic 2010?

    I am reading up on the new extention system for air 3.0.
    I have successfully (I think) managed to integrate the Air 3.0 prerelease into Flash CS5.5 (I don't use flex or flash builder)
    So now I am trying to read up and learn how to use extentions.
    Now, I don't know C/C++. My experience with it has been very limited over the years. But I know visual basic pretty well as I have been using that since VB4. (back in the programming stone age, heh)
    Right now, I have Visual Studio 2010 and Flash CS5.5.
    I am developing for the iPhone and iPad and up until now I have created a working iOS application that works pretty well.
    Can I create a dll in visual basic (A class library) and then use the extention system to load that into my application to run on the iOS mobile device?

    I thought I'd seen this question asked somewhere before, but I can't find the thread. In theory there should be no problem. However, you'll need to have both the LabVIEW 5.1 and LabVIEW 8.6 run-time engines installed, and I don't know if there are any operating systems on which both of those versions are supported. If the run-time engine is properly installed, then calling a LabVIEW-built DLL is just like calling any other DLL. There might be some special optimization if the calling application and DLL both use the same version of the run-time engine.

  • Can a CIN be written for Visual Basic code

    I've read about C code and CIN usage and seen references to other
    languages such as Visual Basic (Visual Studio- don't have NET yet).
    Is the only way to create a dll?

    Don't confuse a CIN (Code Interface Node) with the Call Library Function Node in which you interface to a dll. A CIN is a c language function only. The Call Library Function Node can be used for any dll in which the parameters and calling conventions are something LabVIEW can handle. You can create these dll's which c, C++, VB, Delphi, etc. The pdf document "Using External Code in LabVIEW" that is part of the shipping documentation explains the differences between the two. You can also find app notes and example code here that might help.

  • Call stored procedure in Visual Basic 6.0 and datatype CLOB

    Hi
    Has somebody a Visual Basic 6.0 Sample Code which can call the following example procedure.
    test_package.getTestdata(
    pPeid IN NUMBER,
    pReturn OUT NUMBER,
    pData OUT CLOB
    Many Thanks in advance.
    Best regards
    Martin

    hi,
    give these links a try:
    http://help.sap.com/saphelp_nw04/helpdata/en/7f/c6dc63c54811d194af00a0c94260a5/frameset.htm
    and further:
    http://help.sap.com/saphelp_nw04/helpdata/en/72/90fd343603c95ee10000009b38f844/frameset.htm

  • Can anybody translate this one-line Visual Basic into AppleScript?

    I have been pulling my hair out in trying to get InDesign CS4 to markup selected text with an XML tag. Supposedly this can be done using Visual Basic. Is there anybody out there that could possibly translate this seemingly simply code into AppleScript?
    myText.AssociatedXMLElements.Item(1).XMLElements.Add("break", myText)
    Here is another example:
    With myTSRangeText.AssociatedXMLElements.Item(1).Parent.XMLElements.Add("znak")
  Call .Markup(myTSRangeText)
End With
    I am still thinking that AS cannot do this… but it is worth a shot to ask.
    Thanks in advance,
    Jeff

    If it makes any difference
    This is what I have so far using AppleScript. It is very very close. But the result of running the script appends the tagged text to the end of the text in the frame. In other words, it looks like this: (assuming I had the characters "word" highlighted). This is because I can only seem to tell the story to markup using the tag. I cannot tell the selection to markup using the tag?
    This word is the item I want to tag.[word]
    I am wanting the result to tag the selected item. So it should look like this:
    This [word] is the item I want to tag.
    tell application "Adobe InDesign CS4"
        tell document 1
            set selText to object reference of (text from character 1 to character -1) of selection
            set selTextString to selText as string
            display dialog selText as string
            set parentStoryID to parent story of selection
            set myXMLTag to (get XML tag "theDate")
            set myXMLStoryTag to (get XML tag "Story")
            tell XML element 1
                set theStoryElement to make XML element with properties {markup tag:"Story"}
                tell theStoryElement
                    set myXMLElement to make XML element with properties {markup tag:"theDate", contents:selTextString}
                    tell parentStoryID to markup using theStoryElement
                end tell
            end tell
        end tell
    end tell

  • U00BFHow can I raise an event from visual basic to BW?

    Im looking for simple vb code that will raise and event that will trigger some process chains I have in bw.
    something similar to
    Set R3 = CreateObject("SAP.Functions")
    R3.RaiseEvent("myEvent")
    I'm sure I saw the code before, but I have looked for hours and couldnt find it again.
    Thanks!
    David G

    Hello, this is how I finally did it and it is working pretty well.
    In SAP
    1. In SM62 Create new Event: ZGDREV01
    2. In RSPC (Process Chain Maintenance)
    - Start Variant after Event : ZGDREV01
    Periodic Job: Checked (other wise it wil just trigger once)   
    3. In SE37 Created a new function module:
    Attributes: Remote-Enabled Module
    Import:  EVENTID (char string)
    Source Code:
    FUNCTION ZGDRFM08.
    *"*"Local Interface:
    *"  IMPORTING
    *"     VALUE(EVENTID) TYPE  ZTXTSH
      CALL FUNCTION 'BP_EVENT_RAISE'
      exporting
      eventid = EVENTID.
    ENDFUNCTION.
    4. In Visual Basic
    Public Const TRANDATA_EVENTID = "ZGDREV01" ' EventId to be Raised
    Private Sub cmdStartLoad_Click()
       Dim R3 as object
       Set R3 = CreateObject("SAP.Functions")
       Call TriggerLoadEvent(R3, TRANDATA_EVENTID)
    End Sub
    Public Function TriggerLoadEvent(ByRef R3 As Object, ByVal event_id As String) As Boolean
        Dim FuncVal As Object
        Dim param_event As Object
        On Error GoTo errHandler
        Set FuncVal = R3.Add("ZGDRFM08")
        Set param_event = FuncVal.Exports("EVENTID")
        param_event.value = event_id
        TriggerLoadEvent = FuncVal.call
        Exit Function
    errHandler:
        MsgBox Err.description
    End Function
    Edited by: David Guerra Farias on Feb 11, 2008 11:13 PM

  • How can I call DLL's Through Forms5.0

    I've done the following exercise for calling DLL's
    I tried to put thier dll in orant/bin directory but unable to get the values from DLL. I used user_exit D2K built in function but not able to get the result..
    Ex:
    DLL is = api1.dll
    This dll having n number of functions in that one of the function is GetUid..This contain one in parameter which will take length of userid and one out parameters which will return Userid from DLL..
    The syntax I used in D2K is as follows.
    First I hv put this dll in orant/bin directory
    and used following syntax in D2K
    user_exit('GetUID(:global.uid,20)');
    But it was dispalying the msg GetUID does not exist..
    I have put one entry in registry like FORM50_USEREXITS orant/bin/api1.dll.
    But the same error repeats..
    Please revert as to how I can go about it.
    null

    Assuming that you don't need to do anything with that pointer aside from pass it around, you can declare that parameter as a "ByVal Long image" in your declaration.  Declare a variable (as a Long) to pass in to the image parameter. 

  • Is it possible to convert a LabView .ldd Instrument Driver into a dll that can be used with MAX and visual basic?

    I got the following problem. I'm using a Stanford DS360 UltraLow Destortion Function Generator, and would like to access it with the CwIVIFgen ActiveX Controll. In the driver database i found a instrument driver for LabView (ds360fg.llb). But its a llb file and i am not sure what to do.
    Is it possible to convert it?
    Is it possible to use it anyways?
    Maybe i overread the answer, but i search the forums for quite a while now and i am not a bit wiser.
    Thanks in advance
    Felix

    If you have LabVIEW and the application builder, a dll can be created from it but it cannot be used as an IVI driver. The only way to create an IVI instrument driver is with LabWindows/CVI. I personally don't have the time right now to create the dll but maybe if you post to the LabVIEW forum and get someone there to do it. Another other option is to hire an Alliance member to create either a dll from the LabVIEW code or to create an IVI driver from scratch.

  • Trouble Calling InspectionLot.GetDetail from Visual Basic 6.0

    I am having difficulty trying to retrieve data from the InspectionLot object in SAP using VB and the SAP ActiveX Control.  We are on SAP ECC6.  I've successfully called the InspectionLot.GetList BAPI, but am struggeling with the GetDetail.
    Here is my code after I have successfully logged into SAP.  My problem seems to revolve around the Dimas method.
    Dim oBAPICtrl As Object
    Dim objInspLotDetail As Object
    Dim objUsageDecisionData As Object
    Dim objSystemStatus As Object
    Set oBAPICtrl = CreateObject("SAP.BAPI.1")
    Set objInspLotDetail = oBAPICtrl.GetSAPObject("InspectionLot", "090000093993")
    After calling this DimAs function objUsageDecisionData is equal to Error 0
    Set objUsageDecisionData = oBAPICtrl.DimAs(objInspLotDetail, "GetDetail", "UsageDecisionData")
    After calling this DimAs function objSystemStatus is equal to a data structure as expected
    Set objSystemStatus = oBAPICtrl.DimAs(objInspLotDetail, "GetDetail", "SystemStatus")
    The next call returns 4 rows into the objSystemStatus data structure, but obviously nothing into objUsageDecisionData
    objInspLotDetail.GetDetail UsageDecisionData:=objUsageDecisionData, _
                               SystemStatus:=objSystemStatus
    'Note: I can see in the BAPI Explorer that the UsageDecisionData is not marked as a table, but it returns fields in a table like structure.  How do I get these values?
    Thank you for any assistance you can provide.
    Regards,
    Paul
    p.s. Is this the correct forum to post this question?
    Edited by: Paul Murray on Oct 15, 2009 10:13 PM
    Edited by: Paul Murray on Oct 16, 2009 7:20 PM

    My mistake, it was returning a structure, just a different type that I couldn't read with the VB IDE Variable Watch utility.

  • Can i embed adobeflash in my visual basic software?

    is there any support or free code so that i can use flash-ads in my VB-software?

    is there any support or free code so that i can use flash-ads in my VB-software?

  • Type Mismatch error while calling a Java Function from Visual Basic 6.0...

    Hi,
    I'm having a problem in calling the Java Applet's Function from Visual Basic. First, I'm getting the handle of the Java Applet and components of it using "Document.Applets(n)" which is a HTML function. I'm calling this function from Visual Basic. My code is something like this...
    ' // Web1 is IE Browser in my Form.
    Dim Ap,Comp
    Dim Bol as Boolean
    Bol = true
    Ap = Web1.Document.Applets(0).getWindow() ' \\ Gets the Parent Window.
    Ap.setTitle("My Java Applet") ' \\ Sets the Title of the window.
    msgbox Ap.getVisibility() ' \\ This will return a Java boolean ( true or false )
    Ap.setVisibility(Bol) ' \\ Function Syntax is : void setVisibility(boolean b)
    Here in my code , i'm able to call any function that which accepts Integer or String but not boolean. So, i m facing problem with Ap.setVisibility() function. It gives me a "Type mismatch error" while executing it. Can you please tell me a way to do this from Visual Basic !
    I'm using Visual Basic 6.0, Windows 2000 , J2SDK 1.4.2_05.
    Please help me Friends.
    Thanks and Regards,
    Srinivas Annam.

    Hi
    I am not sure about this solution. try this
    Declare a variable as variant and store the boolean value in that variable and then use in ur method.
    Post ur reply in this forum.
    bye for now
    sat

  • Can not select the VISA library (visa32.dl​l) as a reference from Visual Basic.

    I have a copy of Labview base package version 5.1.1 and Microsoft Visual Basic 6.0 in my PII 333 128M PC. I like to use the NI-VISA feature to develope my own testing program by using Visual Basic. However, the NI-VISA library (i.e. visa32.dll) can not be found from the Visual Basic reference library.

    Go PROJECT | REFERENCES menu. In the list, look for "VISA library".
    If the list does not show it, then BROWSE the visa32.dll located in the
    WinNT\SYSTEM32 folder.
    If the VISA library is earlier than V2.x, there is no TypeLib supported.
    Makoto
    "rfan99" wrote in message
    news:506500000008000000B6180000-984882144000@quiq.​com...
    > I have a copy of Labview base package version 5.1.1 and Microsoft
    > Visual Basic 6.0 in my PII 333 128M PC. I like to use the NI-VISA
    > feature to develope my own testing program by using Visual Basic.
    > However, the NI-VISA library (i.e. visa32.dll) can not be found from
    > the Visual Basic reference library.

Maybe you are looking for

  • Is there a way to transfer music from my iPod to my computer?

    I need to update my iPod 4 but I have a lot of music on it I don't want to lose. And the computer that the music was on got reset. So is there a way to transfer the music from my iPod to my computer?

  • ITunes says it can't sync calendar b/c calendar on iPod is in use.

    Hi all.  I'm stumped.  I just got a new iPod Touch.  I was able to sync my contacts (and everything else) through iTunes on my MacBook, but I got an error message about the calendar: "iTunes could not sync calendars to the iPod 'iPod Touch' because t

  • Elements 11 free trial runtime error

    I am six days into a free trialof Elements 11. Today I received the message: Runtime error! The application has requested the Runtime to terminate it in an unusual way. What do I do now?

  • Setting image dpi size of tiff Image

    Can anyone suggest me a method for setting the size of tiff image to 300 dpi. I got the following code http://markmail.org/download.xqy?id=lljtrh4jtsowwlok&number=1 But the image dpi size remains the same after this Edited by: Priya on Dec 29, 2008 1

  • Best Practice for mail connectors

    I am setting up connectors for exchange and groupwise and am testing auto-provisioning. I am running into an issue with groupwise where the GroupWise connector attempts to provision before the E-Directory account is established. Is there a best pract