Two problems:
1. My prog is opening my own *.dat files but it also opens *.data files and probably all combiantions of *.dat???????
2. My program crushes when file name contains special national characters (but it's still not unicode)
1. My prog is opening my own *.dat files but it also opens *.data files and probably all combiantions of *.dat???????
2. My program crushes when file name contains special national characters (but it's still not unicode)
Two problems:
1. My prog is opening my own *.dat files but it also opens *.data files and probably all combiantions of *.dat???????
2. My program crushes when file name contains special national characters (but it's still not unicode)
Hi,
1.Do you use FindFirstFile ? If yes then, yes this function finds *.dat, *.datx, *.datxxxxx etc. I think you better check the FindData.cFileName extension before opening.
Hope this helps,
Regards,
akyprian