CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2007
    Posts
    16

    lightweight C compiler for vista?

    Can only one recommend a simple & lightweight cmd line compiler for small quick scripts in both C & C++. I have tired installing MinGW but it has issues under vista. I don't know of a way to use just gcc or if its even possible. I use the free MS Visual C++ but its too much trouble to deal with simple C scripts as I am rather new. I would love to just have gcc run from inside my system32 folder if there is a way to do it. Open to any ideas or flames.

  2. #2
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,633

    Re: lightweight C compiler for vista?

    I use the free MS Visual C++ but its too much trouble to deal with simple C scripts
    Do you have troubles with C scripts? Or with compiling in a console window?

    VC has vcvars32.bat that should be run first in a console. After that you could compile your code like if the compiler would be inside system32. Lots of people do this trick for years, believe me. This typically done by shortcat in VS menu, typically called a Visual Studio Xxxx Command Prompt.
    Best regards,
    Igor

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