Mini CSV program(read and write) Using LibQxt
-
Hi I'm written 2 wikis on libqxt: one is on building and setting up libqxt and the other using a example on how to use it:
http://qt-project.org/wiki/LibQxt_in_QtCreator
http://qt-project.org/wiki/Handling_CSVThis forum post is dedicated to discussion and feedback. Lemme know whacha think! :D
-
You've to publish your post in "Wiki Discussion Forum":https://qt-project.org/forums/viewforum/16/
-
O ok... Is there a way to move this post over there instead of delete this post and starting a new one there?
-
I... don't know how to ask him/her that... maybe I'll just repost? :/
then again this post will remain dangling here...
-
[quote author="bruceoutdoors" date="1367145995"]I... don't know how to ask him/her that... maybe I'll just repost? :/
then again this post will remain dangling here...[/quote]
You can contact any of the "Site Moderators":https://qt-project.org/groups/site_moderators/members and they will do the needful.
-
Hello,
I am the author of QtSimplify you linked. "Handling_CSV":http://qt-project.org/wiki/Handling_CSV
I made a class named "QDsvTableModel":https://github.com/Code-ReaQtor/qdsvtablemodel and ,in theory, it will be able to read and write CSV(Comma-Separated Values), TSV(Tab-Separated Values), and other DSV(Delimiter-Separated Values) files.
The code base is less than 3 days-old, so it still might contain some bugs.
Thanks.
-
Hi , Please help. [Resolved]
I have followed this guide to use libQxt :
http://qt-project.org/wiki/LibQxt_in_QtCreator
After built the lib ok (generated all dll file) , i download Mini CSV program example from this topic to check.
When run MiniCSV example i got : "F:\BANGNT\QTProject\VideoToolUI\GUIApp\Release\release\GUIApp.exe exited with code -1073741511"
In the Issues window show that :
"Exception at 0x77117f96, code: 0xc0000139: DLL entry point not found, flags=0x1 (execution cannot be continued) (first chance)"Does the dll file of libqxt wrong? (i have rebuilt many time with Debug or Release, also not work).
Does anyone known how to resolve this problem ?Edit: Found the problem is i have many Qt version in my computer ! D
-
hi,
i followed each and every step succesfully listed in
http://qt-project.org/wiki/LibQxt_in_QtCreator
and i downloaded your example from
bitbucket.org
still i am getting Qxtcsvmodel no such file or directory.
I am using Qt5.3 .
what might be the problem? how to solve this.
please help me
Thanks -
Sorry, I can't help you. I haven't done Qt development in a very long time...
However if I have to guess, you probably didn't get the paths right in the project file.