ASP General Question

H

Hilla

Hi,
Im sorry this question might seem trivial, but Im new to this..
I want to be able to use functions from a DLL (written in C++ or Visual Basic)
in an ASP.. - So actually the ASP calls these functions and gets answers back.
Is this possible?
If yes can someone show me how to do this?
 
B

Bob Barrows [MVP]

Hilla said:
Hi,
Im sorry this question might seem trivial, but Im new to this..
I want to be able to use functions from a DLL (written in C++ or
Visual Basic) in an ASP.. - So actually the ASP calls these functions
and gets answers back. Is this possible?
If yes can someone show me how to do this?

It must be a COM dll (ActiveX). You use it the same way you use dll's that
are supplied by MS:
set obj=createobject(...)

Bob Barrows
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top