Call to undefined function error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • orked
    New Member
    • Jan 2009
    • 49

    #16
    which OS the program run on it

    Comment

    • newb16
      Contributor
      • Jul 2008
      • 687

      #17
      Originally posted by orked
      which OS the program run on it
      If it is a question (it obviously isn't, y' know, that shift+slash at the end), I really don't understand what answer do you expect. If my answer #3 doesn't fit..

      Comment

      • orked
        New Member
        • Jan 2009
        • 49

        #18
        Originally posted by newb16
        If it is a question (it obviously isn't, y' know, that shift+slash at the end), I really don't understand what answer do you expect. If my answer #3 doesn't fit..
        sorry i'am beginner in c++, so i can't understand what( dlportio, giveio) mean?
        and i using windows xp not vista

        Comment

        • donbock
          Recognized Expert Top Contributor
          • Mar 2008
          • 2427

          #19
          You are trying to directly access the hardware. Windows XP doesn't let user programs do that. You would have to write and install a device driver. Frankly, beginners should simply not go there -- you could really mess up your computer.

          If you are determined to proceed with this project, you should consider running on a simpler, safer platform such as DOS on a PC/104 card. There is a lot of busy work involved in getting such a system up and running; and you'll need cross-development tools.

          Comment

          • newb16
            Contributor
            • Jul 2008
            • 687

            #20
            Originally posted by orked
            sorry i'am beginner in c++, so i can't understand what( dlportio, giveio) mean?
            It's a driver(s) for win2k/xp that may fit your needs for this task (access io ports from user program).

            Comment

            • orked
              New Member
              • Jan 2009
              • 49

              #21
              Originally posted by newb16
              It's a driver(s) for win2k/xp that may fit your needs for this task (access io ports from user program).
              how can i use it because i must make my project control by pc and i must use parallel port

              Comment

              • newb16
                Contributor
                • Jul 2008
                • 687

                #22
                You are right, exactly.

                Comment

                • orked
                  New Member
                  • Jan 2009
                  • 49

                  #23
                  Originally posted by newb16
                  You are right, exactly.
                  you didnot tell me how can i use this drive

                  Comment

                  Working...