Re: Which C tool?



John Bode wrote:
Jack Klein wrote:
On 31 Oct 2006 19:40:14 -0800, "Michael" <mchlgibs@xxxxxxx> wrote in
comp.lang.c:

I have a copy of Visual Studio 2005 and Borland Delphi but I'm at a
loss to find where I can start to code C applications, they all give me
options to work in C++ but as I am dealing with embedded systems and
PIC devices I can't use it.

Does anyone know if I can get Visual Studio, I think its better than
Borland, to work with C or failing that what is the best C programing
tool?
You may need something specific to your device or PIC. E.g. MicroChip
has their own C compiler for their PIC line, and there are third party
compilers specific to certain devices as well.

Depending on what you're doing, you may be able to use Visual Studio -
files that end in .c (not .cc or .cpp) are by default compiled as C
code, or you can set file-by-file or project-by-project settings to
compile as C instead of as C++ (under C/C++ Advanced). To write stuff
for an embedded device, you may need to download extensions that
support WinCE, which can be found by googling.

Michael
I am wiping tears from my eyes from laughing so hard, but I just had
to respond even though it's way off-topic...

The notion of the incredible resource hogging, bloated POS WinCE
running on a PIC!

Pull the other one.

No one ever said it had to run *well*.

On a PIC? Not at all.
.



Relevant Pages

  • Re: Which C tool?
    ... options to work in C++ but as I am dealing with embedded systems and ... has their own C compiler for their PIC line, ... you may be able to use Visual Studio - ... The notion of the incredible resource hogging, bloated POS WinCE ...
    (comp.lang.c)
  • Re: Which C tool?
    ... options to work in C++ but as I am dealing with embedded systems and ... has their own C compiler for their PIC line, ... you may be able to use Visual Studio - ... The notion of the incredible resource hogging, bloated POS WinCE ...
    (comp.lang.c)
  • Re: Compilation of Code in Microsoft Visual Studio .NET and a couple of other Microsoft .NET questio
    ... I've just recently installed the Visual Studio .net Professional ... part of visual studio, not the compiler. ... then does that mean that I have found a security flaw in .NET or is it just ... Visual Studio .NET will that executable require the .NET framework to be ...
    (microsoft.public.dotnet.general)
  • h file changed and compilation does not detect it
    ... My problem is that when I change h file the Visual Studio 6 compiler does ... not detect it and does not compile the cpp files that includes it. ... I decided to convert the dips and dsw to visual studio 7.1 vcproj files. ...
    (microsoft.public.vc.ide_general)
  • Re: Moving to MSVC++.Net
    ... >> LIB folders from VC6. ... It requires tweaking a few VC6 MFC headers to make ... An easier way to get Visual Studio 2003 and 2005 C/C++ compilers to build ... You won't be able to use the 64-bit compiler bundled with the PSDK on your ...
    (microsoft.public.vc.mfc)