QUOTE (Jens of Zanicuud @ Nov 28 2012, 10:26 AM)

Okay, the solution is rather simple;
1. Download a RGSS DLL (RGSS104E.dll should be the best - just Google it to find it) and put it into your game's folder;
You can also browse your PC in order to find it. Try looking for one of the following files with the Search function:
RGSS100J.dll
RGSS102J.dll
RGSS102E.dll
RGSS103J.dll
RGSS104E.dll
Anyway, if you find one of them, just copy it and paste it into your game's folder. Anyone of them will solve the problem.
2. Open the Game.ini file (you find it in your game folder - it's a sort of text file you can open with Notepad) and modfiy it this way:
[Game]
Library=RGSS104E.dll
Scripts=Data\Scripts.rxdata
{leave the rest unchanged}
this will solve your DLL problem. Just remember to replace the RGSS104E.dll line with name of the file you found on your PC / downloaded from the Internet.
As regards the RTP problem, you have two chances:
Chance #1
1. Import every resource you are using in your game's folder;
2. In your project, remove the RTP (you can simply do that removing the "Standard" word from the Game.ini file or in the proper section of the editor); The whole Game.ini file will have this appeareance, then:
[Game]
Library=RGSS104E.dll
Scripts=Data\Scripts.rxdata
Title=[your game's name]
RTP1=
RTP2=
RTP3=
Again, just remember to replace the RGSS104E.dll line with name of the file you found on your PC / downloaded from the Internet.
3. Compress the data and create the executable.
Chance #2
Ask your friend to download RMXP RTP from Enterbrain's site. It's free, as it comes with the trial version of RMXP.
I hope this can help,
Jens
Its work !!
Ty !! ur the best