|
|
|
|
|
If you have any general questions
about Ebsotech, please send e-mail
to info@ebsotech.com or
contact Ebsotech Research and Development
Center at the following address:
Ebsotech, Inc.
Rajakyläntie 28 A
01280 Vantaa
FINLAND
Tel: +358(0)442885299
|
|
|
|
|
|
|
|
Why
does my Windows application crash
while reading/writing a file handle?
|
|
You may be writing or reading
to or from the file handle in
a different module than where
you opened the file. This problem
is caused by the way that Windows
reserves memory; different modules
have their own heap.
You should always read and write
to files in the module where
you opened it. You can accomplish
this most trivially by making
your own functions to open, read,
write, flush, and close your
files.
This problem does not normally
occur in Linux or UNIX platforms.
|
|
« Go
back |
|
|
|
|
|
|
|
| For
additional information on how to
purchase Ebsotech's products and
services, please contact sales@ebsotech.com |
|
|
|
|
|
|
|
|
| If
you have any questions or requests
regarding Ebsotech IX™ SDK,
please send e-mail to sdk@ebsotech.com |
|
|
|
|
|