CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: VB5 Class Error

  1. #1
    Join Date
    Feb 1999
    Posts
    1

    VB5 Class Error



    I have a VB5 app that uses a dll. Inside the dll is a class with multipleuse set. When the main app tries to set a new instance of the dll class, I get this error - Multiple Instance of a Single Use Class.

    Has anyone any ideas?



  2. #2
    Join Date
    Nov 2001
    Location
    USA, Florida
    Posts
    60

    Re: VB5 Class Error

    Windows limitation allows only one MDI display per executable - looks like you are trying to instantiate several MDI displays inside your application. A workaround would be to start several exe with one MDI display per exe.

    Hope this helps

    ao


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