chsize 64bit

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • tbrower@hyphos360.com

    #1

    chsize 64bit

    I've use the function _chsize() and it works fine, i'm trying to
    truncate large files and i've seen documentation on the function
    _chsize_s() which handles large files..but the function is not in the
    io.h..using VC++ 6.0 any ideas

    Thanks

  • mlimber

    #2
    Re: chsize 64bit

    tbrower@hyphos3 60.com wrote:[color=blue]
    > I've use the function _chsize() and it works fine, i'm trying to
    > truncate large files and i've seen documentation on the function
    > _chsize_s() which handles large files..but the function is not in the
    > io.h..using VC++ 6.0 any ideas
    >
    > Thanks[/color]

    Best to ask in a Microsoft-specific newsgroup since this is a
    non-standard function. See this FAQ for some possible places to post:



    Cheers! --M

    Comment

    Working...