Créer un fichier de resources pour gcc

Créer un fichier de resources pour gcc - C - Programmation

Marsh Posté le 27-04-2007 à 11:19:33    

Salut,
 
Comment on créer un fichier .rc pour gcc (mingw) pour par exemple mettre une icone a un executable ?
Je sais qu'après on fait: windres ressources.rc ressources.o puis gcc -o executable.exe source.c ressources.o mais je ne sais pas comment on crée un fichier .rc

Reply

Marsh Posté le 27-04-2007 à 11:19:33   

Reply

Marsh Posté le 28-04-2007 à 12:26:05    

Je prend un ancien fichier .rc qui marche et je l'adapte pour chaque projet. Par exemple celui-ci :

PROJET_AA_MENU MENU DISCARDABLE  
BEGIN
    POPUP "&Main"
    BEGIN
        MENUITEM "&Load...\tF2",    110
        MENUITEM "&Save as...",     112
        MENUITEM SEPARATOR
        MENUITEM "&About...\tF12",  999
    END
END
 
PROJET_AA ICON "projet_aa.ico"

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed