MrEARTHSHAcKER 0 Light Poster

Hi,

Is there any way to add specific location for images in Borland C++ Builder?

For example,
I have background image, but I want it to be in root folder, together with exe file
(reason: I want to make it accessible for users, who has no access to the source code )
so if someone changes the image in folder, it gets changed in program too ( like modding 3D games ).

Besides I can't set a specific location in HDD, I noticed BCB doesn't even need concrete image in HDD, as if it was saving it somewhere also and using that location as root:

I deleted actual image from its location, but exe file still used old one ( some programs crash if resource is missing, but BCB-made don't?! ).

Thanks!