Results 1 to 3 of 3

Thread: A very strange problem of my app created by Qt!

  1. #1
    Join Date
    Mar 2015
    Location
    ustc
    Posts
    4
    Qt products
    Qt5
    Platforms
    Windows Android

    Default A very strange problem of my app created by Qt!

    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 !
    QQ截图20151028110205.png
    But when I copied my app to my friends computer , I got the results like this:
    QQ图片20151028110109.jpg
    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!

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: A very strange problem of my app created by Qt!

    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,
    _

  3. #3
    Join Date
    Mar 2015
    Location
    ustc
    Posts
    4
    Qt products
    Qt5
    Platforms
    Windows Android

    Default Re: A very strange problem of my app created by Qt!

    I have fixed it ! If .byte files' path contains Chinese character it can't work well!
    thank you !

Similar Threads

  1. Replies: 2
    Last Post: 18th June 2015, 07:58
  2. Hidden problem with dynamic created pointer?
    By jboban in forum Qt Programming
    Replies: 2
    Last Post: 30th June 2012, 19:37
  3. QFileInfo::created() Problem Under POSIX!!
    By Mans in forum Qt Programming
    Replies: 3
    Last Post: 16th May 2011, 03:34
  4. Replies: 9
    Last Post: 6th August 2010, 23:13
  5. Strange problem
    By pavel in forum Newbie
    Replies: 4
    Last Post: 18th December 2009, 22:46

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.