Error when using from absread()

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sajjadlove
    New Member
    • Apr 2009
    • 19

    Error when using from absread()

    Hi
    this subject discussed already but not resolved for me....

    i'm using from borland c++(old version) and i want to access to disk by absread() function.but using from this function gives an error to me that i can't access directly...

    i used from c++ builder 2009(Rad Studio) and visual studio 2008 also to resolve this problem but their compilers not recognized this function...

    how can i solve this problem??

    thanks...
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    absread is for MS_DOS.

    You will need to install MS_DOS on your system and then acquire MS_DOS tools and compilers and then this will work. That is, you will need a machine set up the way you did in 1985 and running1985 code.

    Your OS is the one managing disc access and Windows won't allow you to use absread and that is why VC++ 2008 doesn't recognize it.

    Comment

    Working...