|
|
|
date: Sun, 6 Apr 2008 08:06:19 -0700 (PDT),
group: microsoft.public.inetsdk.programming.urlmonikers
back
Re: How to install BHO in other machine ???
On Apr 6, 10:43 pm, "Igor Tandetnik" wrote:
> wrote in message
>
> news:3a314947-2d78-4d9e-8ca4-b2f375b0d19f@d1g2000pra.googlegroups.com
>
> > I have developed a BHO in VC using Visual Studio 2005. The BHO runs
> > fine in my machine.
>
> > But it doesnot run in other machine. May be it it not installed
> > properly.
>
> Use Dependency Walker (www.dependencywalker.com) to check for DLLs you
> depend on that are missing on that other machine. You likely need to
> redistribute CRT DLLs - or alternatively, change your project settings
> to link to CRT statically.
> --
> With best wishes,
> Igor Tandetnik
>
> With sufficient thrust, pigs fly just fine. However, this is not
> necessarily a good idea. It is hard to be sure where they are going to
> land, and it could be dangerous sitting under them as they fly
> overhead. -- RFC 1925
Hi Igor,
Thanks a lot for your advice !!
By distributing the CRT , I could succesfully install it in other
machines too.
Thanks Again
Hitesh
date: Fri, 18 Apr 2008 07:50:03 -0700 (PDT)
author: unknown
|
|