I resend the files.
Thank you.
Search found 10 matches
- Tue Dec 27 2022 12:15 am
- Forum: User Support
- Topic: Need help using QXmlStreamReader.
- Replies: 8
- Views: 14399
- Thu Dec 22 2022 12:03 pm
- Forum: User Support
- Topic: Need help using QXmlStreamReader.
- Replies: 8
- Views: 14399
Re: Need help using QXmlStreamReader.
I have sended the files via WeTransfer to info@copperspice.com
- Wed Dec 21 2022 2:04 am
- Forum: User Support
- Topic: Need help using QXmlStreamReader.
- Replies: 8
- Views: 14399
Re: Need help using QXmlStreamReader.
Can you try a couple different variations of your code? If you process the first 1000 files twice, does it still crash? No, it pass throught. But crashes using other directories with less than a half of files. If you remove the last 2 or 3 files it processed from the directory, can it process the re...
- Fri Dec 09 2022 8:06 am
- Forum: User Support
- Topic: Need help using QXmlStreamReader.
- Replies: 8
- Views: 14399
Re: Need help using QXmlStreamReader.
Hi!
I sent the email with two screenshots of the issue in debug mode.
I sent the email with two screenshots of the issue in debug mode.
- Tue Nov 29 2022 11:02 pm
- Forum: User Support
- Topic: Need help using QXmlStreamReader.
- Replies: 8
- Views: 14399
Need help using QXmlStreamReader.
Hi All! I have this code that needs to read a bunch of XML files from a hierarch of directories. But when it reachs 1850 files it crashs in what appers to be the destructor of QXmlStreamReader. But I don´t have the expertice in debuging. Does this code has some bug or undefined behavior ? The files ...
- Sun Feb 06 2022 1:12 am
- Forum: Issues
- Topic: QRegularExpression possible bug ?
- Replies: 2
- Views: 6765
Re: QRegularExpression possible bug ?
Thanks ansel!
I will be looking in to the docs. For now I will be putting the '-' character in the end of square brackets.
I will be looking in to the docs. For now I will be putting the '-' character in the end of square brackets.
- Fri Feb 04 2022 1:20 am
- Forum: Issues
- Topic: QRegularExpression possible bug ?
- Replies: 2
- Views: 6765
QRegularExpression possible bug ?
Hi! I was trying to make this code works and notice something about it... QRegularExpression expressaoNomes("[\\w\\d-*]+"); // This pattern does not match. But WHY ?!? //QRegularExpression expressaoNomes("[\\w\\d*-]+"); // This pattern does match. QString str = QString::fromUtf8(...
- Fri Jan 22 2021 12:08 am
- Forum: User Support
- Topic: [BUG ?] Doxypress crash parsing a single header file...
- Replies: 5
- Views: 30486
Re: [BUG ?] Doxypress crash parsing a single header file...
Thank you very much Barbara! I will make the changes you mentioned, I was strugling with that.
- Mon Jan 11 2021 3:36 pm
- Forum: User Support
- Topic: [BUG ?] Doxypress crash parsing a single header file...
- Replies: 5
- Views: 30486
Re: [BUG ?] Doxypress crash parsing a single header file...
It freezes for a while about 2 seconds and then close the program without warning or messages.
- Sun Jan 10 2021 11:48 pm
- Forum: User Support
- Topic: [BUG ?] Doxypress crash parsing a single header file...
- Replies: 5
- Views: 30486
[BUG ?] Doxypress crash parsing a single header file...
Hi all! I am learning how to program in C++ and on youtube learn about CopperSpice and started using it. It´s a great library and I started using the Doxypress too for documenting what I am doing. But after inserting this header on my project started to experience a crash. I will try to attach the f...