Re: Lib Screen (Sprite) (PB 6.10)
Posted: Thu May 23, 2024 11:21 pm
Linux_MX_i386 (x32)
I'm getting a message
For "ImportC", I suggested making a hint, this will help the user quickly figure out the problem by adding line number in which to make an edit.
I'm getting a message
you still have a problem with paths: the latter case does not match. You can open a distribution for Linux and see the names of files and folders to make sure.The application being debugged has unexpectedly shut down
For "ImportC", I suggested making a hint, this will help the user quickly figure out the problem by adding line number in which to make an edit.
Code: Select all
CompilerElseIf #PB_Compiler_OS = #PB_OS_Linux
CompilerIf #PB_Compiler_Debugger
If FileSize("/usr/lib64/libGL.so") = -1
Debug "Indicate the right path to the libGL.so file in line 40"
EndIf
CompilerEndIf