Where can I find the files from which gui_generated.h and gui_generated.cpp were generated?
///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b3)
// http://www.wxformbuilder.org/
//
// PLEASE DO *NOT* EDIT ...
Search found 4 matches
- 31 May 2026, 15:21
- Forum: General Discussion
- Topic: gui_generated.h/cpp generated from which?
- Replies: 1
- Views: 52
- 31 May 2026, 12:40
- Forum: Help
- Topic: Detect renamed/moved directories
- Replies: 14
- Views: 12146
Re: Detect renamed/moved directories
First of all, we need a clean interface for (already detected) moved files.
https://imgur.com/a/RoUznB2
For example, I didn't notice that it was going to move (not delete and copy) file "124" until I wrote print functions for internal data structures (FolderPair, FilePair, etc).
It should be ...
https://imgur.com/a/RoUznB2
For example, I didn't notice that it was going to move (not delete and copy) file "124" until I wrote print functions for internal data structures (FolderPair, FilePair, etc).
It should be ...
- 04 May 2026, 16:29
- Forum: Help
- Topic: Detect Moved Files
- Replies: 2
- Views: 113
Detect Moved Files
how works Detection Moved Files in FreeFileSync. I do next on ext4 :
$ ls -R src
src:
888 123 1245
src/888:
124
in FreeFileSync src/ and dst/ are synchronized, src/.sync.ffs_db and dst/.sync.ffs_db exists
$ stat -c %i src/888 src/888/124
1334616
1334622
$ mv src/888 src/777
$ stat -c %i src ...
$ ls -R src
src:
888 123 1245
src/888:
124
in FreeFileSync src/ and dst/ are synchronized, src/.sync.ffs_db and dst/.sync.ffs_db exists
$ stat -c %i src/888 src/888/124
1334616
1334622
$ mv src/888 src/777
$ stat -c %i src ...
- 01 May 2026, 19:34
- Forum: General Discussion
- Topic: 11.22 Donation ZIP, Failed to Load animal.dat
- Replies: 5
- Views: 1897
Re: 11.22 Donation ZIP, Failed to Load animal.dat
version 14.9:
$ grep -rn Animal.dat
FreeFileSync/Source/ui/small_dlgs.cpp:139: wxImage animalImg(utfTo<wxString>(appendPath(getResourceDirPath(), Zstr("Animal.dat"))), wxBITMAP_TYPE_JPEG);