Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Disabling MS Language extensions

Disabling MS Language extensions

Scheduled Pinned Locked Moved C / C++ / MFC
helpc++graphicstoolsquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    Jim
    wrote on last edited by
    #1

    How on earth does one get stuff to compile with VC++ with the language extensions turned off ( compiler switch /Za)? The following simple program won't compile and generates 102 error - almost all relating to the utility and xstring headers #include #include int main(int argc, char* argv[]) { std::vector m; printf("Hello World!\n"); return 0; } I am running Win2000 pro, VC++ 6.0 (no VC service packs) Any help will be greatly appreciated !!

    E 1 Reply Last reply
    0
    • J Jim

      How on earth does one get stuff to compile with VC++ with the language extensions turned off ( compiler switch /Za)? The following simple program won't compile and generates 102 error - almost all relating to the utility and xstring headers #include #include int main(int argc, char* argv[]) { std::vector m; printf("Hello World!\n"); return 0; } I am running Win2000 pro, VC++ 6.0 (no VC service packs) Any help will be greatly appreciated !!

      E Offline
      E Offline
      Erik Funkenbusch
      wrote on last edited by
      #2

      You don't. It cannot be done.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups