Visual C Console App

Discussion in 'Windows Virtual Machine' started by barrypal, Nov 22, 2008.

  1. barrypal

    barrypal Bit poster

    Messages:
    1
    I've written some simple apps using Visual Studio 2005.
    They will not work on my customer's iMac running Parallel->Windows XP

    I've even written a simple

    printf("Hello World");

    app

    which runs on all XP machines I & he have - but not on the iMac.

    I have attached this simple dummy app if it halps anyone diagnose the problem

    Thanks in advance
     

    Attached Files:

  2. Elric

    Elric Parallels Team

    Messages:
    1,712
    May be the customer's computer just doesn't have the required version of Microsoft.VC80.CRT (8.0.50727.762) installed?

    I'm not an expert++ in this field of programming, but I'd suggest to install on this machine the
    Microsoft Visual C++ 2005 SP1 Redistributable Package (x86) 8.0.50727.762
    http://www.microsoft.com/downloads/...D9-AE1A-4A14-984D-389C36F85647&displaylang=en

    Most likely all other XP machines get it installed with some other application.
     

Share This Page