If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > putting a dll component into asp?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-31-04, 20:38
michaelfg81 michaelfg81 is offline
Registered User
 
Join Date: Mar 2004
Posts: 202
putting a dll component into asp?

hi there,
got one question here which puzzle for a while now.
i got dll component by the name of craxdrt.dll and i need to put it into my asp coding.......................which is my project.
how do i do that? i mean how do i call the dll component from asp.
thanx
Reply With Quote
  #2 (permalink)  
Old 05-31-04, 22:16
MrWizard MrWizard is offline
Registered User
 
Join Date: Mar 2003
Location: Atlanta, GA
Posts: 191
First register the dll with the Server using regsvr32. Then use createobject...

Set objName = Server.CreateObject("ProjectName.ClassModuleName")

Then access the function(s) you need to use with objName****nFunction()

Tim
__________________
Tim
Reply With Quote
  #3 (permalink)  
Old 05-31-04, 22:58
michaelfg81 michaelfg81 is offline
Registered User
 
Join Date: Mar 2004
Posts: 202
hi there
thanx for ur help but can u pls tell me what should i put in the ProjectName and ClassModuleName which actually refer to what kind of data?
Thanx again
Reply With Quote
  #4 (permalink)  
Old 06-01-04, 01:39
MrWizard MrWizard is offline
Registered User
 
Join Date: Mar 2003
Location: Atlanta, GA
Posts: 191
__________________
Tim
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On