i can not use TC in AMD sempron 64

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sethupnr
    New Member
    • Sep 2007
    • 26

    i can not use TC in AMD sempron 64

    i can not use TC in AMD sempron 64. A 16bit error. What can i do .I have to do the graphic programs in c. Which is the best C compiler for this 64bit Pc.
  • Savage
    Recognized Expert Top Contributor
    • Feb 2007
    • 1759

    #2
    Originally posted by sethupnr
    i can not use TC in AMD sempron 64. A 16bit error. What can i do .I have to do the graphic programs in c. Which is the best C compiler for this 64bit Pc.
    You must have been using 64bit operating system.None 16bit app,run on these.

    Savage

    Comment

    • oler1s
      Recognized Expert Contributor
      • Aug 2007
      • 671

      #3
      Yep, TC is 16 bit. A quick check on my calendar reveals the year to be 2007, soon to be 2008. Writing 16 bit apps is a bit on the old side now.

      Get yourself Visual C++ Express Edition (yes, it compiles C code), or MingW, which is the gcc port to Windows. gcc is free, and so is MingW.

      Comment

      • oler1s
        Recognized Expert Contributor
        • Aug 2007
        • 671

        #4
        Let me clarify. Visual Studio is not free, but Microsoft has released a free version of that in several "editions". Visual C++ Express Edition is one such edition (each edition focuses on a particular language). VC++ Express is perfectly usable, and is very easy to setup. I recommend it.

        MingW is free, and I love it, but I have to admit it's not as easy to setup and use as the VC++ version.

        Comment

        Working...