API not found
I am using the afwapi.dll in my project. I have included the dll in the project
directory and windows\system32. But after I run the project it gives me the
error 'file afwapi.dll' not found. I have declared the api in my project.
somebody please help.
TQ.
[286 byte] By [
Alanay] at [2007-11-10 0:20:52]

# 1 Re: API not found
did you regsvr32 it?
jc
Alanay <nazlan99@yahoo.com> wrote in message news:38db7319@news.dev-archive.com...
>
> I am using the afwapi.dll in my project. I have included the dll in the
project
> directory and windows\system32. But after I run the project it gives me
the
> error 'file afwapi.dll' not found. I have declared the api in my project.
> somebody please help.
>
> TQ.
# 2 Re: API not found
did you regsvr32 it?
jc
Alanay <nazlan99@yahoo.com> wrote in message news:38db7319@news.dev-archive.com...
>
> I am using the afwapi.dll in my project. I have included the dll in the
project
> directory and windows\system32. But after I run the project it gives me
the
> error 'file afwapi.dll' not found. I have declared the api in my project.
> somebody please help.
>
> TQ.
# 3 Re: API not found
Alanay
>I am using the afwapi.dll in my project. I have included the dll in the project
>directory and windows\system32. But after I run the project it gives me the
>error 'file afwapi.dll' not found.
In addition to what John suggested, you need to check the dependencies
of your DLL. If one of the required dependencies is not there, you
could have the same problem.
Ciao, Craig
# 4 Re: API not found
Alanay
>I am using the afwapi.dll in my project. I have included the dll in the project
>directory and windows\system32. But after I run the project it gives me the
>error 'file afwapi.dll' not found.
In addition to what John suggested, you need to check the dependencies
of your DLL. If one of the required dependencies is not there, you
could have the same problem.
Ciao, Craig
# 5 Re: API not found
If you are using win95/98, it should go in the Windows/System directory, not
the system32 directory. For an app to automatically find and register an
unregistered dll, it must be in the path.
However, being in the apps path, it should find it there, which means that
something else could be wrong. Although if the working directory of the shortcut
to your app is some other path, then I don't think it would find the dll
in the app.path.
Mike
"Alanay" <nazlan99@yahoo.com> wrote:
>
>I am using the afwapi.dll in my project. I have included the dll in the
project
>directory and windows\system32. But after I run the project it gives me
the
>error 'file afwapi.dll' not found. I have declared the api in my project.
>somebody please help.
>
>TQ.
Mike at 2007-11-11 20:06:47 >

# 6 Re: API not found
If you are using win95/98, it should go in the Windows/System directory, not
the system32 directory. For an app to automatically find and register an
unregistered dll, it must be in the path.
However, being in the apps path, it should find it there, which means that
something else could be wrong. Although if the working directory of the shortcut
to your app is some other path, then I don't think it would find the dll
in the app.path.
Mike
"Alanay" <nazlan99@yahoo.com> wrote:
>
>I am using the afwapi.dll in my project. I have included the dll in the
project
>directory and windows\system32. But after I run the project it gives me
the
>error 'file afwapi.dll' not found. I have declared the api in my project.
>somebody please help.
>
>TQ.
Mike at 2007-11-11 20:07:45 >
