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. Mobile Development
  3. Mobile
  4. eVC++ 4.0 can't find process.h and iostream.h files

eVC++ 4.0 can't find process.h and iostream.h files

Scheduled Pinned Locked Moved Mobile
c++help
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.
  • G Offline
    G Offline
    glweid
    wrote on last edited by
    #1

    Hi, I'm trying to port an existing VC++ 6.0 code to eVC++ 4.0 and the compiler cannot find the file and I tried changing to to no avail Any help is appreciated. THX! G. Weideman

    M 1 Reply Last reply
    0
    • G glweid

      Hi, I'm trying to port an existing VC++ 6.0 code to eVC++ 4.0 and the compiler cannot find the file and I tried changing to to no avail Any help is appreciated. THX! G. Weideman

      M Offline
      M Offline
      Mike Dimmick
      wrote on last edited by
      #2

      You may find that the features you're trying to use aren't available on the platform you're targetting. Ensure you've selected the right platform. Alternatively, the functions you're trying to use may not even exist on CE. For example, system has never been present. Use the Windows function CreateProcess instead. iostream.h is obsolete and non-standard anyway; you should be using the newer standard <iostream> header. Stability. What an interesting concept. -- Chris Maunder

      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