|
-
Oct 16th, 2000, 07:07 AM
#1
Thread Starter
Frenzied Member
I had just finish my setup prog.
Everything work perfectly except for the datareport(Msdbrptr.dll).It give the error 372,fail to load control 'datareport' ......
The computer is on Win NT 4.0 and i just format it and rebuilt it to make sure that everything else would be ok.
Do you think it's the way i register my dll's.
Cuz if i make a search in the registry on Msdbrptr.dll and i find some,does it mean that their registered. If not, how can i know if it's registered correctly.
-
Oct 16th, 2000, 07:29 AM
#2
Addicted Member
When you find the name in the registary like you said you did, then the file is registered. You can't see if it is done the right way.
To see if it is installed OK then you need to look at the Classes that are within the DLL. They each take up a seperate Key so windows now where within the DLL the procedure is.
If you have several of these Class Keys then you can be certain you have a registered DLL file.
Good Luck    
Catch you later,
Jeroen Hoekemeijer
Code:
If 1 = 2 Then MajorError
-
Oct 16th, 2000, 07:46 AM
#3
Thread Starter
Frenzied Member
???
By Class key do you mean the import table,cuz when i right click on my dll and choose quick view, there's a couple of dll's under import table, is that it??
-
Oct 16th, 2000, 08:12 AM
#4
Addicted Member
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
|