Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reference in an ASP file

Status
Not open for further replies.

CyberPat

Programmer
Jun 19, 2001
3
CA
Hi all,

How can i insert a reference to an non-COM librairy. I wish to use some functionnality of the tlbinf32.dll librairy but I can't do a server.createobject on it and I can't find out how to include a reference to that librairy.

Thanks.
 
if you mean like you do with most Windows API , you cant , you will have to wrap an ActiveX control around it, then use the ActiveX to allow the ASP to interact with it's functionality. Karl Blessing aka kb244{fastHACK}
kblogo.jpg
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top