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

    application not started

    Hi all,

    I had a large win 32 project .
    On run the application is not starting .
    I can see in the task manager , but the control is not coming inside WinMain.
    it like dies ....

    any suggestions .....


    regards

  2. #2
    Join Date
    Feb 2000
    Location
    San Diego, CA
    Posts
    10,354

    Re: application not started

    Do you have any global variables , objects ?
    Could it be something in the constructor on one of the global object getting blocked for some reason ? It is hard to point to anything, unless you start stripping the application down and start putting things back in step by step

  3. #3
    Join Date
    Mar 2002
    Location
    St. Petersburg, Florida, USA
    Posts
    12,125

    Re: application not started

    1) Start Program
    2) Attach Debugger to Process
    3) Force a Break
    4) Look at where the program is...


    Kirants is probably right though.....
    TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
    2008, 2009,2010
    In theory, there is no difference between theory and practice; in practice there is.

    * Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions
    * How NOT to post a question here
    * Of course you read this carefully before you posted
    * Need homework help? Read this first

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