PDA

View Full Version : A very strange problem of my app created by Qt!



cwxfly
28th October 2015, 03:10
Recently , I develop a small app which can converts .byte files to .mat and .txt files . And, It runs well in my computer , this picture show the results ran in my computer !
11474
But when I copied my app to my friends computer , I got the results like this:
11475
I find this app can't convert .byte files to .mat files in his computer. So I tried many different computers , some of them can convert .byte files to .mat files and .txt files successful but some others can't do it .
So strange as I think , would you give me some advice to fix this problem , thank you!

anda_skoa
28th October 2015, 07:50
Well, you will have to do some debugging.

1) Check if the code that creates the .mat file is executed
2) Check that the code that creates the content is executed

Cheers,
_

cwxfly
28th October 2015, 14:47
I have fixed it ! If .byte files' path contains Chinese character it can't work well!
thank you !