CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Location
    pakistan
    Posts
    25

    COM with MFC Implementation Problem.

    Hello All,
    I have been stuck with this for almost a week, I created Com DLL, using ATL wizard, I also included MFC in it. Now that the DLL's run fine on my system, they do not run on the remote system (does not have VC)but give "unable to create object" error, although the DLL's register fine. I used the Depends.exe to determine the dependencies of the DLL and registered the MFC42.dll and msvcrt.dll on the target system, but still it does not work, the DLL's are created with mindependence option. Please I need to know what are the dependent files other than the said ones which need to be registered, what am I doing wrong.
    Regards,
    Imran.


  2. #2
    Guest

    Re: COM with MFC Implementation Problem.

    Hi!
    Did you configure your remote system for DCOM implementation.
    Go to DOS prompt and type "dcomcnfg" so that you%

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured