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

Thread: CreateObject

  1. #1
    Join Date
    Mar 1999
    Posts
    1

    CreateObject



    I am havine problems using the CreateObject function to allow desktop scripts to exectue commands in my MFC application, when the script is invoked my application starts and then the script just stops, does anyone have any ideas or pointers that might help me with this.


    thanks

  2. #2
    Guest

    Re: CreateObject

    Did you find an answer to this yet? I think I'm running into basically the
    same problem. When CreateObject (or New) is applied to the MFC application
    object, MFC's AfxWinMain()hangs because the message loop (pThread->Run()) never
    returns control to the calling thread until the application finishes.

    I don't know how to fix this so I'm asking around.

    -- Rolando
    [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