How can i use api calls in asp pages? I need to use a function that exists in
a dll that cannot be registered. So, where i do put de function call? I try
to put at a simple asp page, inside a vbscript tag but the lib command is not
recognized.
How can i do this function call?
I'm using InterDev 6.
Tks.
Kevin Spencer - 31 May 2005 14:36 GMT
Basically, you can't in ASP. You COULD write a COM object that does this,
and use the COM object in an ASP app.

Signature
HTH,
Kevin Spencer
Microsoft MVP
.Net Developer
Ambiguity has a certain quality to it.
> How can i use api calls in asp pages? I need to use a function that exists
> in
[quoted text clipped - 6 lines]
> I'm using InterDev 6.
> Tks.