CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: emarusso

Search: Search took 0.03 seconds.

  1. Re: Help request: QuickTime ActiveX Control Heap Corruption the second time I open a

    My sample is UNICODE, I tried to compile it multi-byte but the problem's still there.
    I don't know wether the ActiveX is UNICODE, and I don't know how to check it.
  2. Re: Help request: QuickTime ActiveX Control Heap Corruption the second time I open a

    thanks for re-attaching it, I didn't know how to attach it to the thread.
  3. Re: Help request: QuickTime ActiveX Control Heap Corruption the second time I open a

    When I wrote hardcoded I meant that I wrote it in the visual studio resource editor, in the property window.

    31449

    What you said was to hardcode the string in the function call.
  4. Re: Help request: QuickTime ActiveX Control Heap Corruption the second time I open a

    Sounds like heap corruption to me too.
    In fact, when you try to open the dialog again,
    after having ignored the assertions, Visual Studio throws an error saying that heap corruption occurred.
    ...
  5. Re: Help request: QuickTime ActiveX Control Heap Corruption the second time I open a

    Nothing changes, the error's still there.
  6. Re: Help request: QuickTime ActiveX Control Heap Corruption the second time I open a

    Nothing changes.

    I think the problem is somewhere else, because the assert is thrown by the destructor of
    COleControlSite, namely the method

    m_pInPlaceObject->InPlaceDeactivate();

    As far...
  7. Re: Help request: QuickTime ActiveX Control Heap Corruption the second time I open a

    No, the prototype is

    void put_FileName(LPCTSTR newValue).

    As written in QTControl.h, that I attached.
  8. Re: Help request: QuickTime ActiveX Control Heap Corruption the second time I open a

    The code is here

    http://docs.google.com/file/d/0B7MihEdgOUOERHZLdEhBUENERUU/edit?usp=sharing

    as I wrote in my first post.

    Here's the point where I set the URL:
  9. Re: Help request: QuickTime ActiveX Control Heap Corruption the second time I open a

    Hello,

    here's what I didn't explain in my last post. Every experiment has been done with the debugger attached.

    1. In Visual studio, I hardcoded into the URL property of my QuickTime ActiveX...
  10. Help request: QuickTime ActiveX Control Heap Corruption the second time I open a dial

    Hello everybody,

    I need to write a piece of code that opens a QuickTime VR image into an MFC Dialog.
    I drew a Dialog and put an "Apple QuickTime Control 2.0" into it.
    Then I created a Control...
Results 1 to 10 of 10





Click Here to Expand Forum to Full Width

Featured