Ask a Question related to ASP, Design and Development.
-
Dave Navarro #1
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
-
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. -
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,... -
[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... -
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. ... -
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... -
Chris Barber #2
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
-
Dave Navarro #3
Re: Call a standard DLL from ASP?
In article <eYZZld8kDHA.976@tk2msftngp13.phx.gbl>, chris@blue-
canoe.co.uk.NOSPAM says...Yuck! I could do that myself, but VB has so much overhead that calling> 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.
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
-
Chris Barber #4
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...Yuck! I could do that myself, but VB has so much overhead that calling> 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.
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
-
Tom Kaminski [MVP] #5
Re: Call a standard DLL from ASP?
"Chris Barber" <chris@blue-canoe.co.uk.NOSPAM> wrote in message
news:eI7nbL9kDHA.2432@TK2MSFTNGP10.phx.gbl...hurt> I believe that it is possible to do with C++ but not that easy and I'mfor> 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 fastMy bet is most Server Components are written in VB.> small DLL's although I've never done any speed trials of course.
--
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
-
Bob Barrows #6
Re: Call a standard DLL from ASP?
Chris Barber wrote:
MS has:> 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.
[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
-
Mike Florio #7
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...hurt> I believe that it is possible to do with C++ but not that easy and I'mfor> 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> 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
-
Dave Navarro #8
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.
>
> --DaveDave Navarro Guest



Reply With Quote

