|
-
Dec 14th, 2001, 06:09 AM
#14
Thread Starter
Addicted Member
Ok, here's what I've got:
I've got my project, with its name set to dllProj, and the class module called dllClass.
The class contains a ridiculously simple function (which, come to think of it, is probably where the problem is )...
I just want to get a variable from my ASP page, change it and pass it back to the ASP*
*bare in mind that I'm just trying to get a dll to work before playing with my real aims.
Anyway, the error occurs at the line setting the dll object in the ASP:
Code:
Set dllSet = CreateObject("dllProj.dllClass")
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|