locked
Vista and Miracle C RRS feed

  • Question

  • I am trying to run Miracle C Compiler on Vista for class. i am having no luck. Is there a way to make this happen? It runs fine in XP.

    Tuesday, November 27, 2007 10:26 PM

All replies

  • Never tried Miracle C but as a generic suggestion, try running it in compatibility mode for XP?

    Friday, November 30, 2007 12:46 PM
  • i have also haven't tried it but i will also say the same try to run in compatibility mode
    Friday, November 30, 2007 6:56 PM
  • You need to move the files to a different location.  I tried all kinds of permission changes and vista kept puking.  I took the entire examples directory and copied it to \temp\programming\david\ and loaded it there, did the compile, build, execute with the following output:

     

     

     

    Miracle C Compiler (r3.2), written by bts.
    Compiling c:\temp\programming\david\maze.c
    main
    next
    back

    5% cg space used
    Time taken: 0.137 seconds

    Miracle C Compiler (r3.2), written by bts.
    Compiling c:\temp\programming\david\maze.c
    main
    next
    back

    5% cg space used
    Time taken: 0.129 seconds

    Linking object c:\temp\programming\david\maze.obj,,c:\temp\programming\david\maze.map,c:\Program Files\Miracle C\ccl.lib ;

    Build completed

     

    Try that and see if that doesn't work for you.

     

    David

    Sunday, December 9, 2007 11:00 PM
  • I've also tried it.But it is not supporting.

     

    Friday, December 14, 2007 12:59 PM
  • David Pitts,

    I am a student at UoP and was having trouble with the program. When I coyped and pasted my file to my documents and added getchar(); code, I was able to get the program to compile and run. Thank you for your help.

     

    Monday, April 14, 2008 4:21 PM