Forum Moderators: open

Message Too Old, No Replies

What to do with a dll

how do I call the file from my script

         

too much information

3:15 pm on Sep 24, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I have a dll file and a script that is used to find the dimentions of an image using classic ASP. The problem is I don't know how to get it running.

What do I do with the dll file, and how do I call it from the script?

bcolflesh

3:18 pm on Sep 24, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Is the .dll installed on your server?

mattglet

7:07 pm on Sep 24, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



usually dll files are part of objects that need to be initialized before use.

a possible example:
set something = server.createobject("mynew.toy")

do you have any documentation about how your dll works?

-Matt

too much information

3:30 pm on Sep 25, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



No, it wasn't explained very well. I did find an article that explains what I need without using a .dll or a COM object, so I'm going to try that first.

I don't have access to the server so there is no way I could install a driver. Plus I really don't know everything that it does, so it could be a security problem as well.

I'll get back to you if I can't get my other method to work.

Thanks for the replies!