Function LoadLogo() Logo_Pointer = LoadImage ("klogo.png") If (Logo_Pointer) <> 0 Then Return Else RuntimeError "Failed to locate & load required image file" End If End Function
If DEBUG is enabled, AND the file is NOT found, I correctly get a runtimeerror. If DEBUG is DISABLED and the file is still not found, I get a black screen and nothing happens??