|
-
October 17th, 2001, 08:16 AM
#1
Unregistered DLL
I am making a program that interacts with WindowsNT Indexing service. I included a DLL into the project, it seems to work fine at design time, but when I goto runtime it gives me an "Unregistered DLL" error.
The DLL wasnt originially on the computer, I had to copy it to the system32 dir from the Win Installation CD.
Anyone know how to Register the DLL?
Thanks,
Steve
-
October 17th, 2001, 08:23 AM
#2
Re: Unregistered DLL
sure:
regsvr32.exe (full path & filename)
append a "-u" at the end to unregister
baldric
Real programmers don't comment. If it was difficult to write, it should be difficult to read.
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
|