[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Error when accessing hidden internal resources after compilation
[Thread Prev] | [Thread Next]
- Subject: Error when accessing hidden internal resources after compilation
- From: Claus Dietrich <claus.dietrich@xxxxxxxxxx>
- Date: Thu, 20 Feb 2025 17:11:32 +0100
- To: Gambas MailingList <user@xxxxxxxxxxxxxxxxxxxxxx>
Yesterday I stumbled over the following problem: When I access a hidden project internal resource file, i.e. copy "./.filename" to "targetdir/.filename" it works fine during development time. But when I compile it, the app throws an error: The application has raised an unexpected error and must abort. [45] File or directory does not exist. Is this normal and explainable or is it a bug? I managed to overcome this problem by using Application.Path & "/.hiddenresource but I would prefer to know why a relative path to a hidden internal resource fails after compilation. Best regards Claus
Re: Error when accessing hidden internal resources after compilation | T Lee Davidson <t.lee.davidson@xxxxxxxxx> |