locked
Cannot close console windows when running from VS 2008, c/c++ when running Live Mesh RRS feed

  • General discussion

  • If the live mesh client is running, and a console window running from vs 2008, through native code projects (not .net) is attempted to be closed, the console hangs, and will not close, attempts to kill the process do not work.

    If you go to the task manager and select-go to process for the application, the process selected is Moe.exe

    sample application code, executed in debug or release mode, then window is attempted to be closed before scanf returns

    // Test.cpp : Defines the entry point for the console application.
    //
    
    #include "stdafx.h"
    
    
    int _tmain(int argc, _TCHAR* argv[])
    {
    	
    	scanf("%f");
    
    }
    Saturday, April 18, 2009 4:00 PM

All replies

  • What console window are you referring to?
    Are you trying to sync your VS Project data?

    You may want to file a bug report with logs:
     

    How to Submit Bugs and Live Mesh Logs

    -steve


    Microsoft MVP Windows Live / Windows Live OneCare & Live Mesh Forum Moderator
    Monday, April 20, 2009 3:28 PM
    Moderator