APPX is the Premier Development and Runtime Environment for Business Application Software
(Answer) (Category) FAQ's - APPX Software, Inc. : (Category) APPX Utility : (Category) APPX Development Environment : (Category) Tips & Techniques :
I am using a --- STREAM WRITE call on a file that is > 2GB. It doesn't crash or return an error code, but it doesn't write to a file either
The STREAM WRITE subroutine uses the standard fputs() function (part of the C Runtime Library). That function is limited to files smaller than 2GB in size. If you want to write to a larger file, you'll have to use a different API (that means that you'll have to write a C routine and CALL that routine instead of using STREAM WRITE).
[Append to This Answer]
2005-Aug-29 8:53am
Previous: (Answer) How can I wait on Windows-systems without consuming CPU?
Next: (Answer) When I execute SLEEP command from an Appx CALL i get the error 'You've CALL'ed C:\WINDOWS\SYSTEM32\kernel32.dll,Sleep with the wrong calling convention'
This document is: http://board.appx.com/cgi-bin/fom.cgi?file=590
[Search] [Appearance]
This is a Faq-O-Matic 2.719.
Copyright 2003 by APPX Software, Inc. All rights reserved.