Pre-Requisite
-
Hi Friends ... I have to install the dll build in VS2005 ? It is giving error to install that dll? I installed Framework2.0 on the same machine still there is problem exists. I have also copied mfc71.dll in sytem32 folder? What should I do to register my dll? Please help me ... Thanking You...
The secret of life is not enjoyment but education through experience. - Swami Vivekananda.
-
Hi Friends ... I have to install the dll build in VS2005 ? It is giving error to install that dll? I installed Framework2.0 on the same machine still there is problem exists. I have also copied mfc71.dll in sytem32 folder? What should I do to register my dll? Please help me ... Thanking You...
The secret of life is not enjoyment but education through experience. - Swami Vivekananda.
Just copying DLLs to arbitrary locations is going to cause problems, especially with VS 2005. See Deployment (C++)[^] and/or Redistributing Visual C++ Files[^] Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
Just copying DLLs to arbitrary locations is going to cause problems, especially with VS 2005. See Deployment (C++)[^] and/or Redistributing Visual C++ Files[^] Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
Thanks Mark. But still the problem exists there. I am still not able to register DLL. Installed patch required for the same. I also tried the INstallers way...but not getting the result. I dont know wht i am missing please help me.
The secret of life is not enjoyment but education through experience. - Swami Vivekananda.
-
Thanks Mark. But still the problem exists there. I am still not able to register DLL. Installed patch required for the same. I also tried the INstallers way...but not getting the result. I dont know wht i am missing please help me.
The secret of life is not enjoyment but education through experience. - Swami Vivekananda.
When the error occurs: 1) What exactly are you doing (or trying to do)? 2) What is the exact error message? Mark
Mark Salsbery Microsoft MVP - Visual C++ :java: