#122694 - viruseb - Wed Mar 21, 2007 8:15 am
Hi,
During my debugging of the g6 dldi, sometime the name of the files I create are in uppercase.
For example if in my my test program I write :
Windows find a WRITING.DAT in the root directory of my card.
Any idea of what's going on or maybe I just miss something ?
During my debugging of the g6 dldi, sometime the name of the files I create are in uppercase.
For example if in my my test program I write :
Code: |
hfw = fopen("/write.dat","wb");
... fclose(hfw); |
Windows find a WRITING.DAT in the root directory of my card.
Any idea of what's going on or maybe I just miss something ?