CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    May 2005
    Posts
    19

    DLL Registering Probelm

    Hi All,

    I had created DLL- SDI application (Regular DLL) and I registered using regsvr32.exe it works fine in developer machine.


    But If i tried to register some other machine it shows the error.

    debug assertion failed olelink.cpp lineno 291,


    pls tell me how to solve this problem

    Thanks

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: DLL Registering Probelm

    You may not disribute the DEBUG versions of your application. Neither dll, nor exe.
    Victor Nijegorodov

  3. #3
    Join Date
    May 2005
    Posts
    19

    Re: DLL Registering Probelm

    I had distributed the .DLL file.

    Actually I copied the DLL file from the development machine to other machine.

  4. #4
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: DLL Registering Probelm

    Again: you may distibute neither Debug versions of dll nor Debug versions of exe. And you must not!
    Only Release versions of exe/dll may be distibuted.
    Victor Nijegorodov

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