Call a standard DLL from ASP?

Ask a Question related to ASP, Design and Development.

  1. #1

    Default Call a standard DLL from ASP?

    Is there a third-party product or something that will allow me to call a
    standard DLL (not a COM DLL) from ASP code?

    --Dave
    Dave Navarro Guest

  2. Similar Questions and Discussions

    1. how to call standard menu command from my plug-in
      I need to open document properties (File, Properties) from my plug-in. How to do that? I'm new in Acrobat 9 SDK.
    2. CFC Call Hanging on Second Call
      I run the flex application localy using the demo/dev server and do a search using a CFC, and then do another and its fine. But when my boss tries,...
    3. [PHP-DEV] [PHP-CVS] cvs: php-src / NEWS /ext/standard parsedate.y /ext/standard/tests/time
      Derick Rethans wrote: bison -y /usr/src/php/php5/ext/standard/parsedate.y conflicts: 17 shift/reduce...
    4. Automated internet call for microsoft.com on non standard ports
      Hello, When I launch XP, my firewall (esafe desktop) detects microsoft.com call at boot, and microsoft.com call, that locks internet explorer. ...
    5. remote call procedure call failed
      Also, it says error 1726 "remote call procedure call failed" Help, Unable to save username and password in XP Home edition. It allows me to...
  3. #2

    Default Re: Call a standard DLL from ASP?

    Visual Basic.

    A common solution. Get a VB developer to write you a wrapper DLL that
    exposes the COM object model and passes the calls through.

    Chris.

    "Dave Navarro" <dave@dave.dave> wrote in message
    news:MPG.19f805995fe6cade989764@news-40.giganews.com...
    Is there a third-party product or something that will allow me to call a
    standard DLL (not a COM DLL) from ASP code?

    --Dave


    Chris Barber Guest

  4. #3

    Default Re: Call a standard DLL from ASP?

    In article <eYZZld8kDHA.976@tk2msftngp13.phx.gbl>, chris@blue-
    canoe.co.uk.NOSPAM says...
    > Visual Basic.
    >
    > A common solution. Get a VB developer to write you a wrapper DLL that
    > exposes the COM object model and passes the calls through.
    Yuck! I could do that myself, but VB has so much overhead that calling
    a VB created COM control would probably kill my server performance.

    I may see if I can find a C++/C# programmer to create such a product for
    me.

    --Dave
    Dave Navarro Guest

  5. #4

    Default Re: Call a standard DLL from ASP?

    I believe that it is possible to do with C++ but not that easy and I'm hurt
    that you should feel that way about my favourite language (VB).

    :)

    I'm sure there is some overhead but VB 6.0 still seems to be pretty fast for
    small DLL's although I've never done any speed trials of course.

    Anyway, here is a link to three methods of allowing C++ DLL's to be used
    within VB (eg. COM).
    [url]http://www2.ari.net/tobywan/DllIntro.html[/url]

    LoL.

    Chris.


    "Dave Navarro" <dave@dave.dave> wrote in message
    news:MPG.19f8383eecc6ad51989765@news-40.giganews.com...
    In article <eYZZld8kDHA.976@tk2msftngp13.phx.gbl>, chris@blue-
    canoe.co.uk.NOSPAM says...
    > Visual Basic.
    >
    > A common solution. Get a VB developer to write you a wrapper DLL that
    > exposes the COM object model and passes the calls through.
    Yuck! I could do that myself, but VB has so much overhead that calling
    a VB created COM control would probably kill my server performance.

    I may see if I can find a C++/C# programmer to create such a product for
    me.

    --Dave


    Chris Barber Guest

  6. #5

    Default Re: Call a standard DLL from ASP?

    "Chris Barber" <chris@blue-canoe.co.uk.NOSPAM> wrote in message
    news:eI7nbL9kDHA.2432@TK2MSFTNGP10.phx.gbl...
    > I believe that it is possible to do with C++ but not that easy and I'm
    hurt
    > that you should feel that way about my favourite language (VB).
    >
    > :)
    >
    > I'm sure there is some overhead but VB 6.0 still seems to be pretty fast
    for
    > small DLL's although I've never done any speed trials of course.
    My bet is most Server Components are written in 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

  7. #6

    Default Re: Call a standard DLL from ASP?

    Chris Barber wrote:
    > I believe that it is possible to do with C++ but not that easy and
    > I'm hurt that you should feel that way about my favourite language
    > (VB).
    >
    > :)
    >
    > I'm sure there is some overhead but VB 6.0 still seems to be pretty
    > fast for small DLL's although I've never done any speed trials of
    > course.
    MS has:
    [url]http://msdn.microsoft.com/library/en-us/dnnile/html/docu2kbench.asp[/url]

    --
    HTH,
    Bob Barrows - ASP MVP
    Please reply to the newsgroup. The email account listed in my From
    header is my spam trap, so I don't check it very often. You will get a
    quicker response by posting to the newsgroup.


    Bob Barrows Guest

  8. #7

    Default Re: Call a standard DLL from ASP?

    Well, C/C++ *is* my favorite language - except when it comes to COM dlls
    which I never do in C++. VB just makes it too easy - and the wrapper
    approach works fine for me.



    "Chris Barber" <chris@blue-canoe.co.uk.NOSPAM> wrote in message
    news:eI7nbL9kDHA.2432@TK2MSFTNGP10.phx.gbl...
    > I believe that it is possible to do with C++ but not that easy and I'm
    hurt
    > that you should feel that way about my favourite language (VB).
    >
    > :)
    >
    > I'm sure there is some overhead but VB 6.0 still seems to be pretty fast
    for
    > small DLL's although I've never done any speed trials of course.
    >
    > Anyway, here is a link to three methods of allowing C++ DLL's to be used
    > within VB (eg. COM).
    > [url]http://www2.ari.net/tobywan/DllIntro.html[/url]
    >
    > LoL.
    >
    > Chris.
    >
    >
    > "Dave Navarro" <dave@dave.dave> wrote in message
    > news:MPG.19f8383eecc6ad51989765@news-40.giganews.com...
    > In article <eYZZld8kDHA.976@tk2msftngp13.phx.gbl>, chris@blue-
    > canoe.co.uk.NOSPAM says...
    > > Visual Basic.
    > >
    > > A common solution. Get a VB developer to write you a wrapper DLL that
    > > exposes the COM object model and passes the calls through.
    >
    > Yuck! I could do that myself, but VB has so much overhead that calling
    > a VB created COM control would probably kill my server performance.
    >
    > I may see if I can find a C++/C# programmer to create such a product for
    > me.
    >
    > --Dave
    >
    >

    Mike Florio Guest

  9. #8

    Default Re: Call a standard DLL from ASP?

    At the last Microsoft Event that I went to back in July I had a chance
    to talk with an MS rep about it. His opinion was that VB componants for
    IIS are fine when you're hosting your own server with just a few
    domains, but you don't want to use it on a production or high volume
    server.

    I have seen that effect myself... I installed a couple of VB created
    componants on my web server previously and saw performance drop
    considerable when they were used on popular sites. The fact that VB has
    to load an instance of the runtime (the data segment, not the code
    segment which is only loaded once and mapped into each instance) for
    each connection can use up your physical memory rather quickly.

    I'm certaintly not putting down VB, which I have used in the past and
    will use in the future. But it's not a "panacea" for all forms of
    software development.

    --Dave



    In article <eI7nbL9kDHA.2432@TK2MSFTNGP10.phx.gbl>, chris@blue-
    canoe.co.uk.NOSPAM says...
    > I believe that it is possible to do with C++ but not that easy and I'm hurt
    > that you should feel that way about my favourite language (VB).
    >
    > :)
    >
    > I'm sure there is some overhead but VB 6.0 still seems to be pretty fast for
    > small DLL's although I've never done any speed trials of course.
    >
    > Anyway, here is a link to three methods of allowing C++ DLL's to be used
    > within VB (eg. COM).
    > [url]http://www2.ari.net/tobywan/DllIntro.html[/url]
    >
    > LoL.
    >
    > Chris.
    >
    >
    > "Dave Navarro" <dave@dave.dave> wrote in message
    > news:MPG.19f8383eecc6ad51989765@news-40.giganews.com...
    > In article <eYZZld8kDHA.976@tk2msftngp13.phx.gbl>, chris@blue-
    > canoe.co.uk.NOSPAM says...
    > > Visual Basic.
    > >
    > > A common solution. Get a VB developer to write you a wrapper DLL that
    > > exposes the COM object model and passes the calls through.
    >
    > Yuck! I could do that myself, but VB has so much overhead that calling
    > a VB created COM control would probably kill my server performance.
    >
    > I may see if I can find a C++/C# programmer to create such a product for
    > me.
    >
    > --Dave
    Dave Navarro 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