• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Turbo C in XP

 
Ranch Hand
Posts: 412
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Just going back to old days. Am going to try some C programming again. Just wanted to check if it is okay to run Turbo C in Win XP.
 
Ranch Hand
Posts: 1847
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It should still work on the command prompt.
But remember it will only produce 16 bit DOS executables, not Win32 exes (not even Win32 console applications).

It's also not compliant to current C standards (let alone C++ which it won't do at all).

There is a free Win32 commandline compiler you can download from Borland, or several from Microsoft (the 2003 and 2005 versions in fact, but you will need the platform SDK with the 2005 version at least to do non-.NET stuff, and there are some problems building distributions of things created with the 2005 version to run on other machines, you need external tools for that).
 
reply
    Bookmark Topic Watch Topic
  • New Topic