("Compile/Run" without the Option "Enable Debugger")
Strangely enough, the application runs with “Compile/Run” in debugging mode (Enable Debugger) without an error message
I can't make much sense of the error message, except that it is probably related to a gadget.PureBasic - Linker error
error: undefined symbol:
_PB_DEBUGGER_SendTranslatedError@8
>>> referenced by
Gadget.lib(Gadget_DEBUG_COMMON_obj):(_IsCurrentObject)
>>>> referenced by
Gadget.lib(Gadget_DEBUG_COMMON_obj):(_CheckGadgetSize)
>>>> referenced by
Gadget.lib(Gadget_DEBUG_COMMON_obj):(_CheckGadgetSize)
>>>> referenced 3 more times
lld-ling: error: undefined symbol:
_PB_DEBUGGER_SendTranslatedErrorFucntion@12
...
Have any changes been made to the gadget functions that could indicate the error?
I have now tested it with version 6.04 LTS and it still compiles without problems, whether with or without “Debug Enabled”