My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions

Issue 58 attachment: FileWriteFails.hx (161 bytes)

1
2
3
4
5
6
7
8
class FileWriteFails
{
public static function main()
{
var fostream = cpp.io.File.write("output.wav",true);
trace("End of main");
}
}
Powered by Google Project Hosting