Home All Groups Group Topic Archive Search About
Author
7 Mar 2009 11:20 AM
LondonLad
Hi
I am using Inno to create my second project so a real novice, I used the
same (Asycfilt.dll) in both the first and now the second project in the first
the project compiled fine and was tested on Vista and XP and with some mods
Win98.
The second project I get an error Unable to register the Dll/Ocx I have read
thru google that this dll has had quite a few problems.
Can any body tell me how to get round this problem please

Ron

Author
7 Mar 2009 2:17 PM
mayayana
Asycfilt.dll doesn't get registered. With the VB6 runtime
files, none of them get registered. If you're ever
in doubt, since Inno apparently "doesn't know enough"
to figure it out, you can just go to Start -> Run
and enter:
regsvr32 [Full DLLPath]

  If it's a COM DLL you'll get a message that registration
succeeded. If it's not you'll get a harmelss error.

Show quoteHide quote
  > I am using Inno to create my second project so a real novice, I used the
> same (Asycfilt.dll) in both the first and now the second project in the
first
> the project compiled fine and was tested on Vista and XP and with some
mods
> Win98.
> The second project I get an error Unable to register the Dll/Ocx I have
read
> thru google that this dll has had quite a few problems.
> Can any body tell me how to get round this problem please
>
> Ron
Author
7 Mar 2009 8:47 PM
Nobody
"LondonLad" <London***@discussions.microsoft.com> wrote in message
news:92DD5C55-BC7C-4FA5-AE04-083485D9C325@microsoft.com...
> Hi
> I am using Inno to create my second project so a real novice, I used the
> same (Asycfilt.dll) in both the first and now the second project in the
> first
> the project compiled fine and was tested on Vista and XP and with some
> mods
> Win98.
> The second project I get an error Unable to register the Dll/Ocx I have
> read
> thru google that this dll has had quite a few problems.
> Can any body tell me how to get round this problem please

As the list of files at this link shows, "regserver" flag is missing for
"Asycfilt.dll".

http://www.jrsoftware.org/iskb.php?vb