[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Expected behavior of Class.Load in components
[Thread Prev] | [Thread Next]
[Date Prev] | [Date Next]
- Subject: Expected behavior of Class.Load in components
- From: Carlos Prieto <caprilo@xxxxxxxx>
- Date: Thu, 1 May 2025 16:38:59 -0600
- To: user@xxxxxxxxxxxxxxxxxxxxxx
Hi!I created a component with a function F that uses the Class.Load function, with an argument passed to the function F. Inside the project of the component, it works as expected with any class defined within that project.
However, when I pack the component and include it in another project by Project > Properties > Components, the function raises an error
"Impossible to load class 'X': File or directory does not exist." if X is a class defined in the project. Is this the expected behavior? How could I load such a class from the component? Thanks in advance.
Re: Expected behavior of Class.Load in components | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |