bonjour voila j'ai un probleme sa fait maintenant 3H que je batailllleee

je n'arrrive pas a changer mon .rc en .res

j'ai testé :
ResourceCreato.exe
Res_HiA.exe
BRCC32 de delphi

et rien a faire.

Suite a rendre mon soft multilanguage
avec le tuto de :
http://www.phidels.com/php/index.php...59f4103cf72727

Dans mon .rc il y a :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
 
STRINGTABLE
BEGIN
1001, "Fichier"
1002, "Liste actuelle"
1003, "Quiter"
1004, "Comment ça marche ?"
1005, "Paypal"
1006, "Légalité"
1007, "A Propos..."
 
2001, "File"
2002, "Current list"
2003, "Close"
2004, "How does it go ?"
2005, "Paypal"
2006, "Legality"
2007, "By the way..."
 
END
voyez vous mes erreurs ???