Linux: Programm aborted (by external library)
Posted: Thu Sep 26, 2024 6:28 pm
I get an error (Programm aborted (by external library)) when calling functions
and this one
and
How to use QT instead of GTK?
-------------------------------------------------
PureBasic 6.12 LTS
x86_64 Linux 6.8.0-31-generic
// Moved from "Bugs - Linux" to "Coding Questions" until it has been confirmed (Kiffi)
Code: Select all
StatusBarText(#BAR,1,File_text, #PB_StatusBar_Right | #PB_StatusBar_BorderLess)
Code: Select all
MessageRequester(File_text,"Save file?",#PB_MessageRequester_YesNo,WindowID(#WINDOW_MAIN)) = #PB_MessageRequester_YesCode: Select all
File_text=SaveFileRequester("Save file","","]text file (*.txt)|*.txt|All file (*.*)|*.*",0)-------------------------------------------------
PureBasic 6.12 LTS
x86_64 Linux 6.8.0-31-generic
// Moved from "Bugs - Linux" to "Coding Questions" until it has been confirmed (Kiffi)