Anyone else experienced the problem whereby a path specified as:
TBall.Create(LoadImage(URL+"ball.png"),Width/2,600)
works great when built and executed by the compiler,
but then when you try to run the .exe (which is in the same directory as the uncompiled file) it crashes, I suspect due to not being able to source the URL path for some reason ?
Regards,
TBall.Create(LoadImage(URL+"ball.png"),Width/2,600)
works great when built and executed by the compiler,
but then when you try to run the .exe (which is in the same directory as the uncompiled file) it crashes, I suspect due to not being able to source the URL path for some reason ?
Regards,