Declare on runtime problem

Hello on Mac I have a problem with declares http://documentation.xojo.com/index.php/Declare :
Declares directly into the runtime via Lib “” are no longer allowed
(ok on Win)

do you know how to fix this ?
thanks

[quote=224232:@Kendrick Besnard]Hello on Mac I have a problem with declares http://documentation.xojo.com/index.php/Declare :
Declares directly into the runtime via Lib “” are no longer allowed
(ok on Win)

do you know how to fix this ?
thanks[/quote]

The declare library name evaluates to an empty string, which used to be treated special but is now just an error.

There’s no “fix” for this
It’s strictly disallowed to declare into “”

ok thanks, I understand now, there is a value depending of the platform, on this mac it is not set = “”
best