Devc++ et probleme de compilation
mallsoul
Messages postés
110
Date d'inscription
Statut
Membre
Dernière intervention
-
Char Snipeur Messages postés 9813 Date d'inscription Statut Contributeur Dernière intervention -
Char Snipeur Messages postés 9813 Date d'inscription Statut Contributeur Dernière intervention -
bonjour, jai un probleme avec mon devc, quand je compile mon projet dev, il desactive les icones de compilation et d'execution qui sont sur la barre d'outil et plus rien ne s'ajoute a l'ecran. pour mon projet, j'ai créé mon interface avec glade,et j'ai appelé les fenetres sous devc. merci de m'aider
voici mon code :
#include <stdlib.h>
#include <stdio.h>
#include <gtk/gtk.h>
#include<glade/glade.h>
#define NB_GTK_HBOX 6
#define NB_BLOC1 6
#define NB_BLOC_PFNMENU 3
int main(int argc, char *argv[])
{
GladeXML *xml;
GtkWidget *window;
/** initialisation des fonctions des bibliotheques */
gtk_init(&argc, &argv);
xml = glade_xml_new( "Fenetre_Authentification.glade" , NULL,NULL);
glade_xml_signal_autoconnect(xml);
window = glade_xml_get_widget (xml, "fn_Authentification");
gtk_widget_show (window);
gtk_main();
return 0;
}
voici mon code :
#include <stdlib.h>
#include <stdio.h>
#include <gtk/gtk.h>
#include<glade/glade.h>
#define NB_GTK_HBOX 6
#define NB_BLOC1 6
#define NB_BLOC_PFNMENU 3
int main(int argc, char *argv[])
{
GladeXML *xml;
GtkWidget *window;
/** initialisation des fonctions des bibliotheques */
gtk_init(&argc, &argv);
xml = glade_xml_new( "Fenetre_Authentification.glade" , NULL,NULL);
glade_xml_signal_autoconnect(xml);
window = glade_xml_get_widget (xml, "fn_Authentification");
gtk_widget_show (window);
gtk_main();
return 0;
}
A voir également:
- Devc++ et probleme de compilation
- Devc++ - Télécharger - Langages
- Breach compilation c'est quoi - Guide
- Compilation error: expected unqualified-id before '{' token ✓ - Forum C++
- Erreur de compilation projet ou bibliothèque introuvable - Forum Excel
- Erreur de compilation : Projet ou bibliothèque introuvable - Forum VB / VBA