Third Party dll From ASP

Ask a Question related to ASP Components, Design and Development.

  1. #1

    Default Third Party dll From ASP

    Hi there,

    I have to access a third party dll from an ASP page. I understand
    that I have to create an activex wrapper as it is not a COM object. I
    have a list of the functions that the dll provides. What tools do I
    require to implement this and how easy is it?

    --James
    James C Guest

  2. Similar Questions and Discussions

    1. 3rd party modules
      I am a beginner in Perl. hope it doesn't sound silly. If i install a 3rd party module somewhere in @INC, then call it in my own script. when I...
    2. new 3rd party 3d xtra?
      I seem to recall someone saying they were creating a freeware 3d extra that supports directx 9.0 After searching the forum, there seems to be no...
    3. Pop ups 3rd Party Advertisment
      Hi, if you are getting Messenger Service Pop-Ups then this MS article should help you out. ...
    4. 3rd-party WebFoms components
      Are there 3rd-party WebFoms components. If so, could you help me find them. Thanks.
    5. HELP, can't launch 3rd party apps
      Dear all, Maybe its just a coincidence, but since I have updated Safari to v1.0 my PB G4 running OSX 10.2.6 will not launch any 3rd party...
  3. #2

    Default Re: Third Party dll From ASP

    "James C" <james.constable@callpoint.co.uk> wrote in message
    news:a6b0792f.0311030851.13cd8acb@posting.google.c om...
    > Hi there,
    >
    > I have to access a third party dll from an ASP page. I understand
    > that I have to create an activex wrapper as it is not a COM object. I
    > have a list of the functions that the dll provides. What tools do I
    > require to implement this and how easy is it?
    You need Visual Basic. How easy is it? Depends on how well you know VB ...

    --
    Tom Kaminski IIS MVP
    [url]http://www.iistoolshed.com/[/url] - tools, scripts, and utilities for running IIS
    [url]http://mvp.support.microsoft.com/[/url]
    [url]http://www.microsoft.com/windowsserver2003/community/centers/iis/[/url]



    Tom Kaminski [MVP] Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139