Search found 35 matches
- Wed Apr 02 2025 8:18 pm
- Forum: Developers
- Topic: Dealing with overloads in QString
- Replies: 5
- Views: 29624
Re: Dealing with overloads in QString
Hello, Barbara and All Here is the original line from the QPrabhupada.h file : bool Like( QString::iterator t_end, QString::iterator s_end, QString::iterator t, QString::iterator s ); I just explained what the letters "s" and "t" in the parameter names mean. With best regards, Na...
- Wed Apr 02 2025 9:39 am
- Forum: Developers
- Topic: Dealing with overloads in QString
- Replies: 5
- Views: 29624
Re: Dealing with overloads in QString
Hello, Barbara and All! The template iterator does not exist in C++. But I just named the second parameter of the function by this name - "Template". I explain: bool Like ( QString String, QString Template ); bool Like ( QString::iterator String_begin, QString::iterator String_end, QString...
- Tue Apr 01 2025 4:58 pm
- Forum: Developers
- Topic: Mahe dll but not make lib
- Replies: 4
- Views: 18164
Re: Mahe dll but not make lib
Hello, Barbara and All! I have converted to the CopperSpice 2.0 version. This time I took the Kssvg library as a sample, the result is the same., Although, as before, you can find the line "NNPrabhupada2.0.lib" in the file. D:\CopperSpice\Release\Build\.ninja_log But only the CsSvg2.0.lib ...
- Mon Mar 31 2025 2:23 pm
- Forum: Developers
- Topic: Dealing with overloads in QString
- Replies: 5
- Views: 29624
Re: Dealing with overloads in QString
Hello, Barbara and All! I'm looking at the forum and I saw that this is my message listed in a separate question. It spun off from another topic. Like( QString::iterator t_end, QString::iterator s_end, QString::iterator t, QString::iterator s ) Now I'm already against adding this function as a metho...
- Fri Mar 28 2025 9:44 pm
- Forum: Developers
- Topic: Mahe dll but not make lib
- Replies: 4
- Views: 18164
Re: Mahe dll but not make lib
Hello, Barbara and All! a) I want to make two libraries because the first one is without databases and the second one requires a database. And there are users who won't want to use databases. b) I've tried the CsSql library before as a starting point, or rather its cmake files, but I got the same pr...
- Mon Mar 24 2025 9:40 pm
- Forum: Developers
- Topic: Mahe dll but not make lib
- Replies: 4
- Views: 18164
Mahe dll but not make lib
Hello, All! I'm trying to make a library NNPrabhupada and NNPrabhupadaDB. A dynamic library is being built with the file name NNPrabhupada1.9.dll , but the static library with the file name NNPrabhupada1.9.lib is not being built. In file D:\CopperSpice\Release\Build\.ninja_log : 5111008 5111912 7645...
- Sat Jan 18 2025 5:45 pm
- Forum: Developers
- Topic: Dealing with overloads in QString
- Replies: 5
- Views: 29624
Dealing with overloads in QString
Hello, Barbara and All! I looked at the QString class in the Copper Spice documentation. And that's what I found there.: bool contains (char ch, Qt::CaseSensitivity cs=Qt::CaseSensitive) const bool contains (const QRegularExpression8 ®Exp) const bool contains (const QString8 &str, Qt::Cas...
- Sat Jan 18 2025 11:30 am
- Forum: Developers
- Topic: I want to suggest functions and classes for implementation in CopperSpice
- Replies: 9
- Views: 310762
Re: I want to suggest functions and classes for implementation in CopperSpice
Hello, Barbara and All! a) Yes. I was looking at the documentation on QRegularExpression in CopperSpice. b) Everything is consistent, except for the speed of operation. I don't need the full power of QRegularExpression. Why should I pay for QRegularExpression if the Like function does the same thing...
- Sat Jan 11 2025 8:06 am
- Forum: Developers
- Topic: I want to suggest functions and classes for implementation in CopperSpice
- Replies: 9
- Views: 310762
Re: I want to suggest functions and classes for implementation in CopperSpice
Hello, Barbara and All! Have you looked at the source code on the GitFlic website? Have you tried compiling and running the PrabhupadaDictionary.exe ? I sent you a link to a public repository. https://gitflic.ru/project/navadvipa-chandra-das/slovar-shrily-prabhupady-na-copperspice 1. Format binary. ...
- Tue Jan 07 2025 6:11 pm
- Forum: Developers
- Topic: I want to suggest functions and classes for implementation in CopperSpice
- Replies: 9
- Views: 310762
Re: I want to suggest functions and classes for implementation in CopperSpice
Hello, Barbara and All! 1. Yes, QStorage and QStorageDB class work for saving and restore data. 2. No. While I was working on the project alone. 3. Butter won't spoil porridge. A Russian proverb 4. In regular expressions, the dot symbol "." means any character, and the asterisk symbol &quo...