[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error when accessing hidden internal resources after compilation


Am 20.02.25 um 19:07 schrieb Benoît Minisini:

So when you run the project in the IDE the path "./" points to the project dir.
when running the executable it points to the executable contents.
(and the hidden files are not included)

hope that makes sense.
BruceS


Dotted files or folders not created by the IDE are ignored when creating the executable.

They are reserved, so that backward-compatibility is possible when adding new hidden IDE configuration files or folders.

Regards,

Thanks to both of you! It's a little trap because the problem doesn't occur during development time.

So I changed the resource files to non-hidden and made them hidden in the target directory.

Solved!

Claus