Re: Writing To Binary File
- Posted by ghaberek (admin) Mar 09, 2009
- 895 views
Andy said...
However when whenver I do that, my program crashes with a console window comes up and has a bunch of errors in it, also I'm using the win32lib, so I am wondering what I am doing wrong
I see, the main problem is that you're using wPrint() which is for printing data onto windows, not to files.
-Greg