CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2001
    Posts
    9

    Binary Compatability

    I am having a problem creating some components with binary compatability.

    The components have the compatable version set and the compatable file stored in a different directory.

    Sometimes when I make a change to the component and recompile it, it causes the main application to fail with an automation error, even though there were no "you are breaking binary compatability" warnings when the component was rebuilt.

    Recompiling the main app fixes the problem, but I don't see why I should have to be doing this.

    This is under VB6 Service Pack 3

    Any ideas?



  2. #2
    Join Date
    May 2000
    Location
    New York, NY, USA
    Posts
    2,878

    Re: Binary Compatability

    Try to install the latest service pack - SP5. may be it will fix the problem.

    Iouri Boutchkine
    [email protected]
    Iouri Boutchkine
    [email protected]

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